summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2013-01-071-1/+1
|
* CMake Nightly Date StampKitware Robot2013-01-061-1/+1
|
* CMake Nightly Date StampKitware Robot2013-01-051-1/+1
|
* CMake Nightly Date StampKitware Robot2013-01-041-1/+1
|
* Merge topic 'fix-test-warnings'Brad King2013-01-031-1/+1
|\ | | | | | | | | b6346f2 Tests: Fix warning about unused variable
| * Tests: Fix warning about unused variableStephen Kelly2013-01-031-1/+1
| | | | | | | | | | | | | | | | | | Resolve this warning: ".../Tests/CMakeCommands/target_link_libraries/depB.cpp", line 8: warning: variable "a" was declared but never referenced DepA a; ^
* | Merge topic 'FixSDLSearchPaths'Brad King2013-01-035-5/+10
|\ \ | | | | | | | | | | | | fb864d6 FindSDL_...: Restore dropped search paths (#13819)
| * | FindSDL_...: Restore dropped search paths (#13819)Benjamin Eikel2012-12-305-5/+10
| | | | | | | | | | | | | | | Restore the search paths that were accidentally dropped by me in commit 9ed24c53. This was already fixed for FindSDL.cmake in commit 7cb51739.
* | | Merge topic 'fix-13789-wix-ui-enhancements'Brad King2013-01-033-0/+42
|\ \ \ | | | | | | | | | | | | | | | | 3793dca CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)
| * | | CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)Eric LaFranchi2012-12-283-0/+42
| | | |
* | | | Merge topic 'include-dirs-debugging'Brad King2013-01-0324-142/+409
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0941d62 Add a way to print the origins of used include directories. 18a3195 Keep track of INCLUDE_DIRECTORIES as a vector of structs. 76ea420 Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions
| * | | | Add a way to print the origins of used include directories.Stephen Kelly2013-01-037-0/+123
| | | | |
| * | | | Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-0315-98/+243
| | | | | | | | | | | | | | | | | | | | | | | | | The struct can keep track of where the include came from, which gives us proper backtraces.
| * | | | Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-206-45/+44
| | | | | | | | | | | | | | | | | | | | | | | | | The compiled generator expressions need to outlive the creating type. For the same reason, store the input string in a std::string.
* | | | | Merge topic 'fix-12904-avoid-overflow'Brad King2013-01-034-1/+107
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e378ba5 Add CTestLimitDashJ test (#12904) 3247806 CTest: Prevent creation of unbounded number of tests in ctest (#12904)
| * | | | | Add CTestLimitDashJ test (#12904)David Cole2013-01-033-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test that verifies that when ctest -j 4 is called, at most, 4 tests are executed at any one time. The test works by running the same script as each of 100 tests. And then setting up test properties for DEPENDS, RUN_SERIAL, PROCESSORS and COST in order to get the tests to run in a semi-deterministic ordering, even in parallel. The script writes a file, sleeps for a bit, and then deletes the file. In the meantime, it counts files that currently exist, and emits output that triggers a test failure if the count of files is ever greater than 4. Prior to the commit that fixed bug #12904, this would result in a failed test because the output of some of the tests would indicate that more than 4 tests were running simultaneously. Now that this issue is resolved, this test will help guarantee that it stays resolved moving forward.
| * | | | | CTest: Prevent creation of unbounded number of tests in ctest (#12904)Casey Goodlett2012-12-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note it is still possible for CTest to start more than the number of processes specified by PARALLEL_LEVEL, but this prevents the number of tests to start from being unbounded because of overflow.
* | | | | | Merge topic 'iface-depends'Brad King2013-01-036-2/+89
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3096202 Make targets depend on the link interface of their dependees.
| * | | | | | Make targets depend on the link interface of their dependees.Stephen Kelly2013-01-036-2/+89
| | | | | | |
* | | | | | | Merge topic 'genex-cleanup'Brad King2013-01-031-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d736af Replace some 'if' with 'else if'
| * | | | | | | Replace some 'if' with 'else if'Stephen Kelly2012-12-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency with the rest of the method.
* | | | | | | | Merge topic 'update-kwsys'Brad King2013-01-0314-1727/+130
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 81c0be4 Merge branch 'upstream-kwsys' into update-kwsys 567e7d9 KWSys 2012-12-21 (8ce09af5) 2c24ca9 Remove references to KWSys Process Win9x support e33fa5b Merge branch 'upstream-kwsys' into update-kwsys a0f91f1 KWSys 2012-12-19 (933eb822)
| * \ \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2012-12-221-0/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KWSys 2012-12-21 (8ce09af5)KWSys Robot2012-12-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 8ce09af5 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 933eb822..8ce09af5 Riku Voipio (1): 8ce09af5 CPU: Add Aarch64 support Change-Id: I4bd0a97abaa0f958e2679afe2d4ad4bcc37434a0
| * | | | | | | | | Remove references to KWSys Process Win9x supportBrad King2012-12-192-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The KWSys "EncodeExecutable" and "ProcessFwd9x" executables were dropped from KWSys along with Win9x Process support. Drop references from the rest of the CMake build rules.
| * | | | | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2012-12-1911-1701/+119
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | / / / / | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | KWSys 2012-12-19 (933eb822)KWSys Robot2012-12-1911-1701/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 933eb822 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 3b17de34..933eb822 Brad King (2): fea37696 Process: Remove support for Windows 98 01e15c22 Remove KWSys Registry Rolf Eike Beer (7): f376ec32 SystemInformation: fix typos bfee5174 SystemInformation: sum up all caches found in /proc/cpuinfo 5690d711 SystemInformation: fix value extraction from /proc/cpuinfo 36295981 SystemInformation: PA-RISC chips are from HP 72e9d02e SystemInformation: try harder to find a useful processor name b39de34c SystemInformation: try harder to find the CPU family 933eb822 SystemInformation: extract CPU stepping information from /proc/cpuinfo, too Sean McBride (2): 5e17bfde Process: Dereference NULL++ instead of NULL to force crash 86a78cb7 SystemTools: Add check for empty strings to prevent integer underflow Change-Id: Id7194f434fe67be81e6ee9e96d705010a1171a06
* | | | | | | | | Merge topic 'fix-undef-warnings'Brad King2013-01-032-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 310455c Fix some warnings from -Wundef
| * | | | | | | | | Fix some warnings from -WundefStephen Kelly2012-12-222-3/+3
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Other warnings come from kwsys, so the flag can't be enabled.
* | | | | | | | | Merge topic 'update-KWIML'Brad King2013-01-031-0/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ce3278 Merge branch 'upstream-kwiml' into update-KWIML 3491652 KWIML: Teach ABI.h about Aarch64
| * \ \ \ \ \ \ \ \ Merge branch 'upstream-kwiml' into update-KWIMLBrad King2012-12-211-0/+8
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | KWIML: Teach ABI.h about Aarch64Riku Voipio2012-12-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The __aarch64__ defines Aarch64, while __AARCH64EB__ defines bigendian and __AARCH64EL__ little endian. Only little endian tested, no big endian toolchain exists yet. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-01-031-1/+1
| | | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-01-021-1/+1
| | | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-01-011-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-12-311-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-12-301-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-12-291-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-12-281-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-12-271-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-12-261-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-12-251-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-12-241-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-12-231-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-12-221-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2012-12-211-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2012-12-201-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2012-12-191-1/+1
| | | | |
* | | | | Merge topic 'doc-implicit-link-dirs'David Cole2012-12-181-1/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | 017d90c Documentation: Clarify handling of implicit link directories
| * | | | Documentation: Clarify handling of implicit link directoriesBrad King2012-12-111-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend documentation for CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES to explain how it is used by CMake and how it can be influenced by environment variables. Inspired-by: Alex Neundorf <neundorf@kde.org>