Evan Martin d5165bafda add a '-d stats' flag for detailed timings
1) Add a system for recording detailed timing info of functions.
2) Add a -d flag for requesting debug info at runtime, with the
   above as the first user.
2012-01-05 14:03:55 -08:00
2011-12-30 14:39:01 +01:00
2011-12-20 11:44:08 -08:00
2011-02-06 11:02:57 -08:00
2011-12-15 19:34:49 +00:00

Ninja is a small build system with a focus on speed.
http://martine.github.com/ninja/

See the manual -- http://martine.github.com/ninja/manual.html or
doc/manual.asciidoc included in the distribution -- for background
and more details.

To build, run ./bootstrap.py.  It first blindly compiles all non-test
source files together, then re-builds Ninja using itself.  You should
end up with a 'ninja' binary in the source root.  Run './ninja -h' for
help.

There is no installation step.  The only file of interest to a user
is the resulting ninja binary.

Description
a small build system with a focus on speed
Readme 4.7 MiB
Languages
C++ 87.8%
Python 7.5%
C 2.5%
CMake 0.9%
Shell 0.6%
Other 0.7%