Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 11 | -84/+127 |
* | Ninja: Use same echo message as makefiles. | Nicolas Despres | 2012-07-17 | 1 | -1/+4 |
* | Re-factor CFBundle generation. | Nicolas Despres | 2012-07-17 | 6 | -61/+39 |
* | Enable BundleTest with CLang too. | Nicolas Despres | 2012-07-17 | 1 | -32/+34 |
* | Ninja: Add support for CFBundle. | Nicolas Despres | 2012-07-17 | 3 | -0/+51 |
* | Ninja: Copy resource files in the bundle. | Nicolas Despres | 2012-07-17 | 6 | -5/+128 |
* | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 10 | -297/+287 |
* | Remove trailing white-spaces. | Nicolas Despres | 2012-07-17 | 5 | -21/+21 |
* | Ensure 3rd party libraries are writable. | Nicolas Despres | 2012-07-17 | 1 | -4/+5 |
* | Ninja: Add support for OX X library framework. | Nicolas Despres | 2012-07-17 | 2 | -0/+122 |
* | Ninja: Add support for OS X app bundles. | Nicolas Despres | 2012-07-17 | 2 | -10/+57 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-17 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-16 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-15 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-14 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-13 | 1 | -1/+1 |
* | Merge topic 'fix-install-COMPONENT-option' | David Cole | 2012-07-12 | 4 | -6/+7 |
|\ | |||||
| * | install: Fix COMPONENT option | Brad King | 2012-07-11 | 4 | -6/+7 |
* | | Merge topic 'doc-if-inside-macro' | David Cole | 2012-07-12 | 1 | -0/+1 |
|\ \ | |||||
| * | | if: Document that macro arguments are not variables (#13393) | Brad King | 2012-07-11 | 1 | -0/+1 |
* | | | Merge topic 'ninja-rspfile-link-libraries' | David Cole | 2012-07-12 | 4 | -24/+54 |
|\ \ \ | |||||
| * | | | Ninja: sysconf() is declared in unistd.h | Peter Kümmel | 2012-07-11 | 1 | -0/+5 |
| * | | | Ninja: enable response file support on Mac (length 262144) | Peter Kümmel | 2012-07-11 | 1 | -2/+2 |
| * | | | Ninja: disable work around when linking with mingw | Peter Kümmel | 2012-07-11 | 2 | -3/+9 |
| * | | | Ninja: error on missing rspfile_content | Peter Kümmel | 2012-07-10 | 1 | -5/+9 |
| * | | | Ninja: remove some unused default arguments | Peter Kümmel | 2012-07-10 | 1 | -7/+7 |
| * | | | Ninja: also write link libraries to rsp file | Peter Kümmel | 2012-07-10 | 3 | -13/+28 |
| |/ / | |||||
* | | | Merge topic 'aix-gnu-asm' | David Cole | 2012-07-12 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | Add ASM platform information for GNU compiler on AIX (#13390) | Brad King | 2012-07-10 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge topic 'include-command-empty-filename' | David Cole | 2012-07-12 | 8 | -0/+27 |
|\ \ \ | |||||
| * | | | include: Ignore empty string as file name (#13388) | Brad King | 2012-07-10 | 8 | -0/+27 |
| |/ / | |||||
* | | | Merge topic 'aix-GNU-shared-libs' | David Cole | 2012-07-12 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | AIX-GNU: Link shared libs with -brtl,-bnoipath (#13352) | Brad King | 2012-07-09 | 1 | -1/+2 |
* | | | | Merge topic 'fix-CustomCommand-main' | David Cole | 2012-07-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Tests/CustomCommand: Do not use 'main' in a library | Brad King | 2012-07-09 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'deploy-qt4-workaround-bug-13258' | David Cole | 2012-07-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function. | Clinton Stimpson | 2012-07-09 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'fix-CTestUpdateSVN-svn1.7' | David Cole | 2012-07-12 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | CTestUpdateSVN: Do not create repo directory first (#13349) | Brad King | 2012-07-09 | 1 | -1/+0 |
| |/ / / | |||||
* | | | | Merge topic 'inject_code_via_variable' | David Cole | 2012-07-12 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix project command documentation typo (#13384) | Brad King | 2012-07-09 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-12 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-11 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-10 | 1 | -1/+1 |
* | | | | Merge topic 'cmake-gui-locale' | David Cole | 2012-07-09 | 6 | -86/+90 |
|\ \ \ \ | |||||
| * | | | | cmake-gui: Fix code to respect current locale. | Clinton Stimpson | 2012-07-06 | 6 | -86/+90 |
* | | | | | Merge topic 'ninja-fixes' | David Cole | 2012-07-09 | 3 | -3/+25 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: don't shadow 'outputs' variable | Peter Kuemmel | 2012-07-09 | 1 | -4/+4 |
| * | | | | | Ninja: add soname test case | Peter Kuemmel | 2012-07-09 | 1 | -0/+13 |
| * | | | | | Ninja: Clean all symlink created for libraries. | Nicolas Despres | 2012-07-09 | 1 | -2/+11 |