Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-28 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | Merge topic 'ninja-fix-macosx' | David Cole | 2012-07-24 | 25 | -422/+797 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1fc8df9 Add missing this->. 7a3ecf5 Fix memory leak in Makefile generator. 9f7dc83 Ninja: also bootstrap ninja files 5d365b2 Ninja: enable ninja support everywhere d569f3e Ninja: void function can't return a value 52160bf Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later 56aeac6 Ninja: fixes for bcc 7a6bc9e Ninja: remove 'this' from member initializer list 44ba4cf Ninja: remove warnings 7751966 Ninja: remove 'friend' in ninja code c3988ee Re-factor OS X content generator start up. f8e0a51 Re-factor framework directory computation. f36c7b0 Re-factor Mac OS X content directory computation. 5d885db Re-factor bundle content copying rules generation. 3b2a01e Ninja: Use same echo message as makefiles. 7bb56c5 Re-factor CFBundle generation. ... | ||||
| * | Add missing this->. | Nicolas Despres | 2012-07-22 | 1 | -1/+1 |
| | | |||||
| * | Fix memory leak in Makefile generator. | Nicolas Despres | 2012-07-22 | 2 | -3/+11 |
| | | | | | | | | This was introduced by 5d885db416a. | ||||
| * | Ninja: enable ninja support everywhere | Peter Kümmel | 2012-07-20 | 4 | -43/+20 |
| | | |||||
| * | Ninja: void function can't return a value | Peter Kümmel | 2012-07-19 | 1 | -2/+2 |
| | | |||||
| * | Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later | Peter Kümmel | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | Ninja: fixes for bcc | Peter Kümmel | 2012-07-18 | 2 | -1/+3 |
| | | |||||
| * | Ninja: remove 'this' from member initializer list | Peter Kümmel | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | Ninja: remove warnings | Peter Kümmel | 2012-07-18 | 5 | -36/+32 |
| | | |||||
| * | Ninja: remove 'friend' in ninja code | Peter Kümmel | 2012-07-18 | 5 | -86/+87 |
| | | |||||
| * | Re-factor OS X content generator start up. | Nicolas Despres | 2012-07-17 | 4 | -24/+24 |
| | | |||||
| * | Re-factor framework directory computation. | Nicolas Despres | 2012-07-17 | 2 | -12/+17 |
| | | |||||
| * | Re-factor Mac OS X content directory computation. | Nicolas Despres | 2012-07-17 | 4 | -77/+106 |
| | | |||||
| * | 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 |
| | | |||||
| * | Ninja: Add support for CFBundle. | Nicolas Despres | 2012-07-17 | 3 | -0/+51 |
| | | | | | | | | This patch fixes test CFBundleTest on Darwin. | ||||
| * | Ninja: Copy resource files in the bundle. | Nicolas Despres | 2012-07-17 | 6 | -5/+128 |
| | | | | | | | | This patch fixes test BundleTest on Darwin. | ||||
| * | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 9 | -297/+286 |
| | | |||||
| * | Remove trailing white-spaces. | Nicolas Despres | 2012-07-17 | 4 | -13/+13 |
| | | |||||
| * | Ensure 3rd party libraries are writable. | Nicolas Despres | 2012-07-17 | 1 | -4/+5 |
| | | | | | | | | | | This patch fixes CMake.Install when Qt4 is installed read-only by packaging system like Homebrew. | ||||
| * | Ninja: Add support for OX X library framework. | Nicolas Despres | 2012-07-17 | 2 | -0/+122 |
| | | | | | | | | This patch fixes test ExportImport on Darwin. | ||||
| * | Ninja: Add support for OS X app bundles. | Nicolas Despres | 2012-07-17 | 2 | -10/+57 |
| | | | | | | | | | | | | This patch fixes test Qt4Deploy on Darwin. Thanks to Jamie Kirkpatrick <jkp@kirkconsulting.co.uk> | ||||
* | | Merge topic 'DoNotInvokeCPackAtCMakeTime-forCMakeTests' | David Cole | 2012-07-24 | 2 | -1/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | b47cffa CPack: Use bin subdir when looking for dpkg and rpmbuild a8c659c Find dpkg and rpmbuild in usual Fink and MacPort paths 848f220 Do not run cpack at CMake time it is not available. | ||||
| * | | CPack: Use bin subdir when looking for dpkg and rpmbuild | David Cole | 2012-07-20 | 2 | -4/+4 |
| | | | |||||
| * | | Find dpkg and rpmbuild in usual Fink and MacPort paths | Eric NOULARD | 2012-07-02 | 2 | -1/+7 |
| | | | |||||
* | | | Merge topic 'ninja-mingw-TARGET_PDB' | David Cole | 2012-07-24 | 1 | -1/+21 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e30289 Ninja: Cannot pass a reference to an anonymous object. 0a3d6a1 Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIX 75bbffb Ninja: make TARGET_PDB a real .gdb file name e5a27a4 Ninja: line length ae8124a Ninja: also mingw needs TARGET_PDB | ||||
| * | | | Ninja: Cannot pass a reference to an anonymous object. | Nicolas Despres | 2012-07-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIX | Peter Kümmel | 2012-07-17 | 1 | -1/+5 |
| | | | | |||||
| * | | | Ninja: make TARGET_PDB a real .gdb file name | Peter Kümmel | 2012-07-17 | 1 | -5/+11 |
| | | | | |||||
| * | | | Ninja: line length | Peter Kümmel | 2012-07-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Ninja: also mingw needs TARGET_PDB | Peter Kümmel | 2012-07-16 | 1 | -0/+9 |
| | | | | |||||
* | | | | Merge topic 'ninja-cldeps-check-rc-result' | David Cole | 2012-07-24 | 2 | -7/+19 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74d1c88 Ninja: cmcldeps needs absolute paths for RCs 1cdeef7 Ninja: readd quotes to src file path before patching it 84a18cb Ninja: also stop when .rc's .d file couldn't be generated | ||||
| * | | | | Ninja: cmcldeps needs absolute paths for RCs | Peter Kümmel | 2012-07-17 | 1 | -2/+6 |
| | | | | | |||||
| * | | | | Ninja: readd quotes to src file path before patching it | Peter Kümmel | 2012-07-16 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Ninja: also stop when .rc's .d file couldn't be generated | Peter Kümmel | 2012-07-15 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevents silent disappearing of .d files for resource files. cmcldeps changes directory for cl call, so relativ include paths do not work. | ||||
* | | | | | Merge topic 'ninja-rspfile-link-libraries' | David Cole | 2012-07-24 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | 4259296 Ninja: fix sytle 3799848 Ninja: fix GCC 4.7 warning -Wconversion | ||||
| * | | | | Ninja: fix sytle | Peter Kümmel | 2012-07-13 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Ninja: fix GCC 4.7 warning -Wconversion | Peter Kümmel | 2012-07-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'ninja-mingw-windres' | David Cole | 2012-07-24 | 1 | -4/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c864103 Ninja: path is already declared 6547f36 Ninja: more searching for windres 78588e0 Ninja: there could be null pointers 0c89c10 Ninja: search for windres with prefix 4654680 Ninja: windres is also used for cross-compiling | ||||
| * | | | | | Ninja: path is already declared | Peter Kümmel | 2012-07-16 | 1 | -6/+6 |
| | |/ / / | |/| | | | |||||
| * | | | | Ninja: more searching for windres | Peter Kümmel | 2012-07-15 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | search for windres with and without prefix, and also when only CXX compiler is set. | ||||
| * | | | | Ninja: there could be null pointers | Peter Kümmel | 2012-07-15 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Ninja: search for windres with prefix | Peter Kümmel | 2012-07-15 | 1 | -3/+11 |
| | | | | | |||||
| * | | | | Ninja: windres is also used for cross-compiling | Peter Kümmel | 2012-07-15 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | It makes no sense to set windres.exe as default, especially when we are on Linux or Unix. | ||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-07-24 | 1 | -1/+1 |
| | | | | |