Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-03-13 | Build with -std=gnu11 (C11 with GNU extensions) | Alejandro Colomar | 1 | -2/+3 |
2024-03-09 | Enable optional 'debuggable' builds | Andrew Clayton | 1 | -2/+0 |
2024-03-09 | Compile with -fno-strict-overflow | Andrew Clayton | 1 | -0/+4 |
2024-03-09 | Disable strict-aliasing in clang by default | Andrew Clayton | 1 | -2/+4 |
2024-03-09 | Expand the comment about -Wstrict-overflow on GCC | Andrew Clayton | 1 | -1/+3 |
2024-03-09 | Remove -W from compiler flags | Andrew Clayton | 1 | -2/+2 |
2024-03-09 | Remove support for Sun's Sun Studio/SunPro C compiler | Andrew Clayton | 1 | -21/+0 |
2024-03-09 | Remove support for IBM's XL C compiler | Andrew Clayton | 1 | -24/+0 |
2024-03-09 | Remove support for Intel's icc compiler | Andrew Clayton | 1 | -11/+0 |
2024-03-09 | Remove support for Microsoft's Visual C++ compiler | Andrew Clayton | 1 | -12/+0 |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+209 |