Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Ninja: cmcldeps | Peter Kuemmel | 2012-06-14 | 1 | -38/+39 | |
| * | | | | Ninja: suppress startup logos | Peter Kuemmel | 2012-06-14 | 1 | -3/+5 | |
| * | | | | Ninja: onyl use pre processor for rc file parsing | Peter Kuemmel | 2012-06-13 | 1 | -16/+12 | |
| * | | | | Ninja: remove unused CommentStream | Peter Kuemmel | 2012-06-13 | 2 | -18/+1 | |
| * | | | | Ninja: extract dependencies for .rc files with msvc tools | Peter Kuemmel | 2012-06-13 | 2 | -25/+82 | |
| * | | | | Ninja: work with ninja/master, don't compile rc files with cl | Peter Kuemmel | 2012-06-12 | 6 | -36/+52 | |
| * | | | | Ninja: ninja can't read dep. pathes with parentheses | Peter Kuemmel | 2012-06-12 | 1 | -6/+3 | |
| * | | | | Ninja: use slashes for include dirs, so also slahes are in the .d files | Peter Kuemmel | 2012-06-12 | 2 | -0/+5 | |
| * | | | | Ninja: complete MinGW support | Peter Kuemmel | 2012-06-12 | 2 | -17/+31 | |
| * | | | | Line Length: <79 | Peter Kuemmel | 2012-06-11 | 1 | -2/+4 | |
| * | | | | Ninja: use slahes in .d files | Peter Kuemmel | 2012-06-10 | 1 | -1/+1 | |
| * | | | | Ninja: don't pollute the rules file with useless comments | Peter Kuemmel | 2012-06-10 | 5 | -5/+35 | |
| * | | | | Ninja: fix line length | Peter Kuemmel | 2012-06-10 | 1 | -7/+19 | |
| * | | | | Ninja: allow spaces in cldeps's .d file | Peter Kuemmel | 2012-06-10 | 1 | -7/+14 | |
| * | | | | Ninja: don't use cmcldeps for try_compile | Peter Kuemmel | 2012-06-09 | 2 | -6/+22 | |
| * | | | | Ninja: allow spaces in source path | Peter Kuemmel | 2012-06-08 | 2 | -30/+11 | |
| * | | | | Ninja: add wrapper for cl to extract dependencies | Peter Kuemmel | 2012-06-08 | 4 | -7/+673 | |
| * | | | | Ninja: add dependency tracking for msvc with cldeps | Peter Kuemmel | 2012-06-07 | 1 | -2/+10 | |
* | | | | | Merge topic 'FailIfMocFails-13299' | David Cole | 2012-06-19 | 2 | -5/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | automoc: better error handling (#13299) | Alex Neundorf | 2012-06-14 | 2 | -5/+6 | |
* | | | | | | Merge topic 'ninja-enable-on-windows' | David Cole | 2012-06-19 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: Enable the ninja generator by default on Windows. | David Cole | 2012-06-13 | 1 | -3/+3 | |
* | | | | | | | Merge topic 'no-std-stringstream' | David Cole | 2012-06-19 | 5 | -40/+133 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'ninja-rspfile' into no-std-stringstream | Brad King | 2012-06-12 | 5 | -40/+133 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | Ninja: find mingw's resource compiler | Peter Kuemmel | 2012-06-06 | 1 | -10/+20 | |
| | * | | | | | | Ninja: don't break because of empty commands | Peter Kuemmel | 2012-06-05 | 1 | -1/+8 | |
| | * | | | | | | Ninja: also create rspfile rules | Peter Kuemmel | 2012-06-05 | 1 | -1/+2 | |
| | * | | | | | | Ninja: check for valid pointer | Peter Kuemmel | 2012-06-05 | 1 | -2/+2 | |
| | * | | | | | | Ninja: 30000 is too long for windows cmd | Peter Kuemmel | 2012-06-05 | 1 | -1/+1 | |
| | * | | | | | | Ninja: add response file support on Windows | Peter Kuemmel | 2012-06-05 | 5 | -36/+111 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-19 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-18 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-17 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-16 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-15 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'EclipseParallelMakeForBuildProject' | David Cole | 2012-06-14 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Eclipse: parallel build also for "Build project" #13287 | Alex Neundorf | 2012-06-13 | 1 | -2/+5 | |
* | | | | | | | | | Merge topic 'install-case-sensitive-mac' | David Cole | 2012-06-14 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | install: Fix FILES_MATCHING on case-sensitive Mac filesystems (#13177) | Brad King | 2012-06-13 | 1 | -2/+4 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-14 | 1 | -1/+1 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-06-13 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'object-library-is-not-shared' | David Cole | 2012-06-12 | 1 | -7/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add_library: Allow OBJECT library without dynamic linking (#13289) | Brad King | 2012-06-11 | 1 | -7/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'position-independent-targets' | David Cole | 2012-06-12 | 12 | -19/+199 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 12 | -19/+199 | |
* | | | | | | | | Merge topic 'no-std-stringstream' | David Cole | 2012-06-12 | 5 | -12/+13 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Avoid direct use of std::(o|)stringstream (#13272) | Brad King | 2012-06-12 | 5 | -12/+13 | |
* | | | | | | | | Merge topic 'VS-Fortran-Intel-2013' | David Cole | 2012-06-12 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Set Intel Fortran 13 project version | Zaheer Chothia | 2012-06-06 | 1 | -2/+4 | |
* | | | | | | | | | Merge topic 'makefile-escape-equals' | David Cole | 2012-06-12 | 1 | -19/+32 | |
|\ \ \ \ \ \ \ \ \ |