summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in Makefile generator.Nicolas Despres2012-07-222-3/+11
| | | | This was introduced by 5d885db416a.
* Ninja: enable ninja support everywherePeter Kümmel2012-07-204-43/+20
|
* Ninja: void function can't return a valuePeter Kümmel2012-07-191-2/+2
|
* Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup laterPeter Kümmel2012-07-181-1/+1
|
* Ninja: fixes for bccPeter Kümmel2012-07-182-1/+3
|
* Ninja: remove 'this' from member initializer listPeter Kümmel2012-07-181-1/+1
|
* Ninja: remove warningsPeter Kümmel2012-07-185-36/+32
|
* Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-185-86/+87
|
* Re-factor OS X content generator start up.Nicolas Despres2012-07-174-24/+24
|
* Re-factor framework directory computation.Nicolas Despres2012-07-172-12/+17
|
* Re-factor Mac OS X content directory computation.Nicolas Despres2012-07-174-77/+106
|
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-1711-84/+127
|
* Ninja: Use same echo message as makefiles.Nicolas Despres2012-07-171-1/+4
|
* Re-factor CFBundle generation.Nicolas Despres2012-07-176-61/+39
|
* Ninja: Add support for CFBundle.Nicolas Despres2012-07-173-0/+51
| | | | This patch fixes test CFBundleTest on Darwin.
* Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-176-5/+128
| | | | This patch fixes test BundleTest on Darwin.
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-179-297/+286
|
* Remove trailing white-spaces.Nicolas Despres2012-07-174-13/+13
|
* Ensure 3rd party libraries are writable.Nicolas Despres2012-07-171-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 Despres2012-07-172-0/+122
| | | | This patch fixes test ExportImport on Darwin.
* Ninja: Add support for OS X app bundles.Nicolas Despres2012-07-172-10/+57
| | | | | | This patch fixes test Qt4Deploy on Darwin. Thanks to Jamie Kirkpatrick <jkp@kirkconsulting.co.uk>
* CMake Nightly Date StampKitware Robot2012-07-171-1/+1
|
* CMake Nightly Date StampKitware Robot2012-07-161-1/+1
|
* CMake Nightly Date StampKitware Robot2012-07-151-1/+1
|
* CMake Nightly Date StampKitware Robot2012-07-141-1/+1
|
* CMake Nightly Date StampKitware Robot2012-07-131-1/+1
|
* Merge topic 'fix-install-COMPONENT-option'David Cole2012-07-124-6/+7
|\ | | | | | | | | 8720aa0 install: Fix COMPONENT option
| * install: Fix COMPONENT optionBrad King2012-07-114-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Since commit 7ced0732 (make default install component name configurable, 2012-05-13) the COMPONENT option has not worked in all cases. The change restored use of the broken SetDefaultString previously removed by commit 43cad3e4 (fix the default "Unspecified" component, 2008-03-26). Remove SetDefaultString and use the default component name only when an invocation does not specify a non-empty COMPONENT option value. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680825
* | Merge topic 'doc-if-inside-macro'David Cole2012-07-121-0/+1
|\ \ | | | | | | | | | | | | 674c56c if: Document that macro arguments are not variables (#13393)
| * | if: Document that macro arguments are not variables (#13393)Brad King2012-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A common mistake is to write macro(foo arg) if(arg) endif() endmacro() and expect if() to treat "arg" as a variable. The documentation of the macro() command already states that arguments are not variables, but users writing the if() command may not look at the macro() docs. Add a note to the if() documentation.
* | | Merge topic 'ninja-rspfile-link-libraries'David Cole2012-07-123-23/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4bb94c9 Ninja: sysconf() is declared in unistd.h bb36759 Ninja: enable response file support on Mac (length 262144) 3a2c8e8 Ninja: disable work around when linking with mingw 3856e66 Ninja: error on missing rspfile_content 8c1e35c Ninja: remove some unused default arguments 7f647cf Ninja: also write link libraries to rsp file
| * | | Ninja: sysconf() is declared in unistd.hPeter Kümmel2012-07-111-0/+5
| | | |
| * | | Ninja: enable response file support on Mac (length 262144)Peter Kümmel2012-07-111-2/+2
| | | |
| * | | Ninja: disable work around when linking with mingwPeter Kümmel2012-07-111-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The work around is only needed by older GCCs (only testet 4.4/4.7) Ninja is very new so chances are high that there is also a new mingw. Use slashes in link rsp file, because ar.exe can't handle \.
| * | | Ninja: error on missing rspfile_contentPeter Kümmel2012-07-101-5/+9
| | | |
| * | | Ninja: remove some unused default argumentsPeter Kümmel2012-07-101-7/+7
| | | |
| * | | Ninja: also write link libraries to rsp filePeter Kümmel2012-07-103-13/+28
| |/ / | | | | | | | | | and enable rspfile support on Linux, needed for commands longer than e.g. 2096152 characters on Ubuntu.
* | | Merge topic 'include-command-empty-filename'David Cole2012-07-121-0/+7
|\ \ \ | | | | | | | | | | | | | | | | 2e99949 include: Ignore empty string as file name (#13388)
| * | | include: Ignore empty string as file name (#13388)Brad King2012-07-101-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Previously CMake silently accepted the empty string and added a bogus dependency on the current directory. Instead warn about the empty file name and ignore it. We cannot make this an error because there may be existing projects that accidentally depend on the old behavior. Add a RunCMake.include test to cover this case.
* | | Merge topic 'inject_code_via_variable'David Cole2012-07-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 280a333 Fix project command documentation typo (#13384)
| * | | Fix project command documentation typo (#13384)Brad King2012-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 9090572f (Add ability to include a file in a project via a cache variable, 2012-02-17) taught the project() command to check variable "CMAKE_PROJECT_<projectName>_INCLUDE" but the documentation included an extra "_FILE" by accident. Remove it.
* | | | CMake Nightly Date StampKitware Robot2012-07-121-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2012-07-111-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2012-07-101-1/+1
| | |
* | | Merge topic 'cmake-gui-locale'David Cole2012-07-096-86/+90
|\ \ \ | | | | | | | | | | | | | | | | ecfc53d cmake-gui: Fix code to respect current locale.
| * | | cmake-gui: Fix code to respect current locale.Clinton Stimpson2012-07-066-86/+90
| | | | | | | | | | | | | | | | | | | | This means non-ascii characters now work correctly on systems that have a non-ascii 8 bit encoding as the current locale.
* | | | Merge topic 'ninja-fixes'David Cole2012-07-092-3/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b31d39 Ninja: don't shadow 'outputs' variable 9b311fb Ninja: add soname test case e3b1be2 Ninja: Clean all symlink created for libraries. 990f77e Ninja: remove int/size_t warning
| * | | | Ninja: don't shadow 'outputs' variablePeter Kuemmel2012-07-091-4/+4
| | | | |
| * | | | Ninja: Clean all symlink created for libraries.Nicolas Despres2012-07-091-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ninja -t clean' only cleans built output and dep files so all file created as a side effect and not mentioned in the 'build' statement would be omitted.
| * | | | Ninja: remove int/size_t warningPeter Kuemmel2012-07-091-1/+1
| | | | |