Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-28 | Add more rules to Makefile.in for the testing system. | Fedja Beader | 1 | -1/+3 | |
2023-12-09 | Correct issue with GTEST_DIR not being passed properly. | Fedja Beader | 1 | -1/+2 | |
Note how gcc uses /usr/include/gtest (default search path) as the -I for GTEST_DIR is not on the gcc command line: System-wide gtest is 1.14 and requires C++14 while provided one is 1.8.1. GTEST_DIR="$PWD/deps/googletest/googletest" ./configure --user make[1]: Leaving directory '/data/users/tmwa/proj/tmw/classic/tmwa' find: ‘doc-gen/’: No such file or directory g++ -std=c++0x -I . -I ./include -DGENERATING_DEPENDENCIES -O2 -g -fstack-protector -fno-strict-aliasing -fvisibility=hidden -fvisibility=hidden -MG -MM \ -MT 'ast/item_test := ' \ -MF obj/ast/item_test.d src/ast/item_test.cpp In file included from /usr/include/gtest/gtest-message.h:57, from /usr/include/gtest/gtest-assertion-result.h:46, from /usr/include/gtest/gtest.h:64, from src/ast/item_test.cpp:21: /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. 270 | #error C++ versions less than C++14 are not supported. | ^~~~~ Makefile:331: obj/ast/item_test.d: No such file or directory | |||||
2019-08-28 | add support for busybox-install (Alpine) | gumi | 1 | -1/+1 | |
2018-03-05 | gcc works just fine with clang | gumi | 1 | -5/+0 | |
2018-03-05 | fix gdb tests for python3 | gumi | 1 | -1/+1 | |
2018-03-05 | explicitly use python 2.7 in the makefile | gumi | 1 | -1/+1 | |
2015-05-25 | Fix fabi gcc travis | wushin | 1 | -3/+3 | |
2015-04-30 | Remove tmwa-monitor | wushin | 1 | -1/+1 | |
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -0/+1 | |
2015-01-03 | Make makefile more reliable | Ben Longbons | 1 | -24/+28 | |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -0/+13 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-11-11 | Fix a funny ASAN bugv14.11.11 | Ben Longbons | 1 | -1/+1 | |
2014-11-04 | Use the new ASTs | Ben Longbons | 1 | -5/+10 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -0/+24 | |
2014-10-16 | Split tests a lot | Ben Longbons | 1 | -41/+69 | |
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles. | |||||
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 1 | -0/+7 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -0/+1 | |
2014-09-29 | Support static libraries since clang is retarded | Ben Longbons | 1 | -6/+33 | |
2014-09-18 | Update for cross-compilation | Ben Longbons | 1 | -1/+2 | |
2014-08-29 | Wow, it was really this easy? | Ben Longbons | 1 | -1/+1 | |
2014-08-28 | Stuff that's necessary for travis to debug debug | Ben Longbons | 1 | -0/+5 | |
2014-08-28 | Oops, debug-debug tests were not being run on travis | Ben Longbons | 1 | -1/+1 | |
2014-08-27 | cleanup install | Ben Longbons | 1 | -34/+55 | |
2014-08-27 | fix tests | Ben Longbons | 1 | -1/+1 | |
2014-08-27 | Yes, I do | Ben Longbons | 1 | -0/+2 | |
2014-08-27 | Debug debugging | Ben Longbons | 1 | -11/+31 | |
2014-08-25 | Optimize string literals in refcounted strings | Ben Longbons | 1 | -1/+3 | |
2014-08-05 | Re-add some old make shortcuts | Ben Longbons | 1 | -0/+4 | |
2014-07-18 | Fix travis | Ben Longbons | 1 | -2/+5 | |
2014-07-17 | Add dir annoyances | Ben Longbons | 1 | -33/+127 | |
2014-07-17 | Add 'make bindist' | Ben Longbons | 1 | -2/+22 | |
2014-06-27 | This is more reliable | Ben Longbons | 1 | -0/+3 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+6 | |
2014-04-26 | Stricter grep checks | Ben Longbons | 1 | -0/+4 | |
2014-04-24 | Implement "make clean-deps" and "make clean-obj" | Ben Longbons | 1 | -3/+10 | |
2014-04-24 | Conform magic headers to the decl/def rule | Ben Longbons | 1 | -2/+2 | |
2014-04-23 | Significantly improve makefile speed | Ben Longbons | 1 | -28/+62 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -1/+1 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-19 | Wouldn't it be nice to have some integers too? | Ben Longbons | 1 | -1/+1 | |
2014-04-13 | Remove last traces of generated source files | Ben Longbons | 1 | -49/+5 | |
2014-04-09 | Fix archive patch mtimev14.4.9 | Ben Longbons | 1 | -1/+2 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+7 | |
2014-04-04 | Fix travis | Ben Longbons | 1 | -4/+6 | |
2014-03-24 | Hopefully fix the build | Ben Longbons | 1 | -3/+0 | |
2014-03-24 | Ship flex and bison generated files | Ben Longbons | 1 | -0/+4 | |
2014-03-24 | Implement new magic frontend using sexpr | Ben Longbons | 1 | -2/+3 | |
2014-02-06 | Add a little color | Ben Longbons | 1 | -14/+21 | |
2014-02-01 | Get rid of makefile indirection | Ben Longbons | 1 | -10/+408 | |
2013-10-15 | Add infrastructure for debug pretty printers | Ben Longbons | 1 | -0/+2 | |
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -1/+1 | |