Thomas Goyne
|
68eaab0f43
|
Convert the build system to non-recursive make
Speeds up a no-op build from 500ms to 60ms and significantly improves
dependency tracking.
|
2014-06-17 11:37:20 -07:00 |
Thomas Goyne
|
b43788fa7f
|
Replace boost::format with agi::format
boost::format is slow to compile, slow to run, and has an unpleasant
interface.
|
2014-05-30 08:30:31 -07:00 |
Thomas Goyne
|
b9509289aa
|
Fix test compilation
|
2014-04-25 08:59:42 -07:00 |
Thomas Goyne
|
fb79c47cb5
|
Actually include the dependency files in the tests Makefile
|
2014-03-31 10:23:36 -07:00 |
Thomas Goyne
|
8a520b31af
|
Add a default value for GTEST_ROOT
|
2014-03-31 10:23:36 -07:00 |
Thomas Goyne
|
33a4a056a4
|
Move everything up a level since the root dir no longer has stuff
|
2014-03-11 12:14:57 -07:00 |