aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
...
* Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly.Garrett D'Amore2017-01-21
|
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
| | | | | Test code needs to use the static libraries so that they can get access to the entire set of symbols, including private ones that are not exported.
* Pull out the posix clock stuff for plat_clock.Garrett D'Amore2017-01-12
|
* Stop testing some stuff we don't care about.Garrett D'Amore2017-01-12
|
* Add initial performanced tests.Garrett D'Amore2017-01-05
|
* Enabling C99 requires CMake version 3.1 or better.Garrett D'Amore2016-12-31
|
* Use C99.Garrett D'Amore2016-12-21
|
* So "test" target now does something useful.Garrett D'Amore2016-12-17
|
* Early test framework, modeled on GoConvey.Garrett D'Amore2016-12-15
|
* Initial cmake plumbing (stolen from libnanomsg)Garrett D'Amore2016-12-12