summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: line lengthPeter Kümmel2012-07-161-1/+1
|
* Ninja: also mingw needs TARGET_PDBPeter Kümmel2012-07-161-0/+9
|
* Ninja: more searching for windresPeter Kümmel2012-07-151-8/+23
| | | | | search for windres with and without prefix, and also when only CXX compiler is set.
* Ninja: there could be null pointersPeter Kümmel2012-07-151-2/+3
|
* Ninja: search for windres with prefixPeter Kümmel2012-07-151-3/+11
|
* Ninja: windres is also used for cross-compilingPeter Kümmel2012-07-151-3/+2
| | | | | It makes no sense to set windres.exe as default, especially when we are on Linux or Unix.
* 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-124-24/+54
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-112-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'aix-gnu-asm'David Cole2012-07-121-0/+2
|\ \ \ | | | | | | | | | | | | | | | | 7755283 Add ASM platform information for GNU compiler on AIX (#13390)
| * | | Add ASM platform information for GNU compiler on AIX (#13390)Brad King2012-07-101-0/+2
| |/ / | | | | | | | | | | | | | | | | | | Among other flags this sets RPATH flags correctly so that CMake knows how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language. This is the GNU compiler equivalent to commit a0bab7ae (Add ASM platform information for XL compiler on AIX, 2011-03-02), made for XL.
* | | Merge topic 'include-command-empty-filename'David Cole2012-07-128-0/+27
|\ \ \ | | | | | | | | | | | | | | | | 2e99949 include: Ignore empty string as file name (#13388)
| * | | include: Ignore empty string as file name (#13388)Brad King2012-07-108-0/+27
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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 'aix-GNU-shared-libs'David Cole2012-07-121-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 767a7ad AIX-GNU: Link shared libs with -brtl,-bnoipath (#13352)
| * | | AIX-GNU: Link shared libs with -brtl,-bnoipath (#13352)Brad King2012-07-091-1/+2
| | | | | | | | | | | | | | | | We already use these flags with the XL toolchain. Use them for GNU too.
* | | | Merge topic 'fix-CustomCommand-main'David Cole2012-07-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d54618f Tests/CustomCommand: Do not use 'main' in a library
| * | | | Tests/CustomCommand: Do not use 'main' in a libraryBrad King2012-07-091-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise when linking 'CustomCommand' some linkers report ld: 0711-224 WARNING: Duplicate symbol: .main Suggested-by: Daniel R. Gomez <gomez@teragram.com>
* | | | Merge topic 'deploy-qt4-workaround-bug-13258'David Cole2012-07-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 374b9b9 DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.
| * | | | DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.Clinton Stimpson2012-07-091-1/+1
| |/ / /
* | | | Merge topic 'fix-CTestUpdateSVN-svn1.7'David Cole2012-07-121-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | c785c6b CTestUpdateSVN: Do not create repo directory first (#13349)
| * | | | CTestUpdateSVN: Do not create repo directory first (#13349)Brad King2012-07-091-1/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the directory already exists some svnadmin versions report svnadmin: E200011: Repository creation failed svnadmin: E200011: Could not create top-level directory svnadmin: E200011: '.../CTest UpdateSVN/repo' exists and is non-empty
* | | | 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-093-3/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: add soname test casePeter Kuemmel2012-07-091-0/+13
| | | | | |
| * | | | | 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
| | | | | |
* | | | | | Merge topic 'ninja-cmdLineLimit'David Cole2012-07-094-21/+30
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | 6332ba5 Ninja: also consider rule command length for rsp file 0c42faf Ninja: also consider variables when checking command line length
| * | | | | Ninja: also consider rule command length for rsp filePeter Kuemmel2012-07-023-1/+9
| | | | | |
| * | | | | Ninja: also consider variables when checking command line lengthPeter Kuemmel2012-07-012-20/+21
| | | | | |
* | | | | | Merge topic 'getprerequisites-pie-executables'David Cole2012-07-091-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ac7a193 GetPrerequisites.cmake: detect executables built with the -pie linker flag.
| * | | | | | GetPrerequisites.cmake: detect executables built with the -pie linker flag.Clinton Stimpson2012-07-051-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'David Cole2012-07-092-3/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05a8630 Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.