Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare v2.1.0HEADv2.1.0master | Matthias P. Braendli | 2020-11-03 | 1 | -1/+1 |
| | |||||
* | Use AX_CXX_COMPILE_STDCXX instead of _11 variant | Matthias P. Braendli | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Update to v2.0.0v2.0.0 | Matthias P. Braendli | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Output YAML | Matthias P. Braendli | 2018-03-03 | 1 | -2/+0 |
| | |||||
* | Remove boost dependency | Matthias P. Braendli | 2017-12-10 | 1 | -2/+0 |
| | |||||
* | Add first filter to display only some FIGs | Matthias P. Braendli | 2016-11-13 | 1 | -0/+2 |
| | | | | | TODO: many FIGs print without using printbuf, fir which the filter doesn't work yet. | ||||
* | Prepare v1.1.0v1.1.0 | Matthias P. Braendli | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | Remove libfec dependency | Matthias P. Braendli | 2016-09-16 | 1 | -4/+0 |
| | |||||
* | Add --std=gnu99 arg to gcc calls | Lucas Bickel | 2016-09-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | On CentOS 7.2 gcc seems to need some gentle encouragment to compile etisnoop with autotools. I was experiencing the following issues and found that adding `--std=gnu99` through autoconf makes it compile. ``` CC src/firecode.o src/firecode.c: In function 'firecode_crc': src/firecode.c:34:5: error: 'for' loop initial declarations are only allowed in C99 mode for (size_t len = 0; len < size; len++) { ^ src/firecode.c:34:5: note: use option -std=c99 or -std=gnu99 to compile your code src/firecode.c:35:9: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0x80; i != 0; i >>= 1) { ^ make[1]: *** [src/firecode.o] Error 1 make[1]: Leaving directory `/root/rpmbuild/BUILD/etisnoop-1.1.0' ``` | ||||
* | Replace CMake by autotools | Matthias P. Braendli | 2016-09-02 | 1 | -0/+48 |