Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | derive version numbers from VERSION files | Brent Cook | 2015-08-28 | 1 | -14/+14 |
| | |||||
* | Add install targets and shared libraries to CMake | Jeff Davey | 2015-08-28 | 1 | -0/+17 |
| | |||||
* | MSVC is not yet ready to build all of the tests | Brent Cook | 2015-08-03 | 1 | -1/+3 |
| | |||||
* | initial Linux cmake suppport | Brent Cook | 2015-08-01 | 1 | -1/+8 |
| | | | | tested on Ubuntu 14.04 | ||||
* | add cmake tests | Brent Cook | 2015-07-21 | 1 | -0/+14 |
| | |||||
* | tests aren't ready for cmake, skip for now | Brent Cook | 2015-07-21 | 1 | -1/+0 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+130 |
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. |