summaryrefslogtreecommitdiffstats
path: root/ninja (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-26Testing signalancarola1-1/+6
2019-01-25Add another warning flagNao Pross1-0/+1
2019-01-25Add even MORE warning flagsNao Pross1-1/+6
2019-01-25Enable more compiler warningsNao Pross1-1/+1
2019-01-23Update .gitignore, delete makefile add -g flag to buildNao Pross1-1/+1
2019-01-23Task debuggingancarola1-1/+1
2019-01-22Add include headers of librariesNao Pross1-1/+1
A symlink was used to point to the public header dir of the library. It may not be the best idea because it can break under non *nix systems, but it works.
2019-01-22Include libraries in ninja build processNao Pross1-2/+6
2019-01-22Update configure.py and Ninja rulesNao Pross1-4/+8
Ninja now builds in the directory 'build' instead of 'bin' and, a static library build rule has been added.
2019-01-22Add configuration for Ninja build systemNao Pross1-0/+23
Run configure.py to generate a build.ninja file to build with ninja. $ ./configure.py $ ninja Ninja can also build individual targets, for example $ ninja bin/libflatland.so $ ninja bin/test/test1