summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2011-01-091-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-01-081-1/+1
|
* Fix WOW64 registry mode on Windows 2000 (#10759)David Cole2011-01-071-0/+8
| | | | | | | | | | | | | | | CMake fails to find any registry paths on Windows 2000: according to regmon it fails with an access denied error. I double checked all the access rights and they are fine. After checking the access modes on MSDN I found that it says KEY_WOW64_32KEY / KEY_WOW64_64KEY are not supported on Windows 2000. CMake does not check if the current system supports Wow64 before applying these flags. This commit adds a check for IsWow64Process in kernel32.dll before adding these flags. Author: Axel Gembe <ago@bastart.eu.org> Signed-off-by: Axel Gembe <ago@bastart.eu.org>
* KWSys Nightly Date StampKWSys Robot2011-01-071-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-01-061-1/+1
|
* KWSys: Retrieve QNX specific memory and processor info (#11329)David Cole2011-01-051-0/+91
| | | | Author: Rolf Eike Beer <eike@sf-mail.de> 2010-10-18 12:03:39
* KWSys: Fix CPU speed calculations (#9963)David Cole2011-01-051-4/+4
| | | | | | To get from Hz to MHz the factor is 10^6, not 2^20. Author: Rolf Eike Beer <eike@sf-mail.de> 2010-10-24 06:31:11
* KWSys Nightly Date StampKWSys Robot2011-01-051-1/+1
|
* Merge topic 'negative-test-costs'Brad King2011-01-041-11/+13
|\ | | | | | | | | 6b0c7de Support explicitly set test costs in non-parallel testing.
| * Support explicitly set test costs in non-parallel testing.Zach Mullen2011-01-031-11/+13
| |
* | Merge topic 'honor-explicit-zero-timeout'Brad King2011-01-044-5/+13
|\ \ | | | | | | | | | | | | 51bb493 Test TIMEOUT property explicitly set to zero should be honored
| * | Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-034-5/+13
| |/
* | Merge topic 'vs-force-multiple-include'Brad King2011-01-041-1/+1
|\ \ | | | | | | | | | | | | b29eadd Map multiple /FI flags for VS < 10 (#11649)
| * | Map multiple /FI flags for VS < 10 (#11649)Brad King2011-01-031-1/+1
| |/ | | | | | | | | The /FI flag may be repeated so the flag table entry needs to be marked with SemicolonAppendable. This was already the case for VS 10.
* | Merge topic 'fix-warning-char-string-constant'Brad King2011-01-042-3/+5
|\ \ | | | | | | | | | | | | 0bb22cf Avoid passing string literal to char* type
| * | Avoid passing string literal to char* typeBrad King2010-12-282-3/+5
| | |
* | | Merge topic 'add_support_for_windres'Brad King2011-01-044-2/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 971692c Build enable_language command during bootstrap 960ace1 Add testing for windows resources for mingw/msys/cygwin and remove for watcom. 060d6e8 Add support for windres to cygwin. b2f308c Add support for windows resources with mingw/msys.
| * | | Build enable_language command during bootstrapBrad King2010-12-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 060d6e88 (Add support for windres to cygwin, 2010-12-23) and commit b2f308c8 (Add support for windows resources with mingw/msys, 2010-12-22) introduced enable_language(RC) for the first time in a platform file processed by a bootstrap-built cmake.
| * | | Add support for windows resources with mingw/msys.Bill Hoffman2010-12-232-0/+14
| | | |
* | | | Merge topic 'add_preprocessor_def_vs2010_resources'Brad King2011-01-041-1/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | 8c7b19d Only run resource test for MSVC compilers. 753e208 Disable incremental testing for this test, it crashes vs9 linker. 16e7d4b Add flags to resource builds on vs 2010 with a test.
| * | | Add flags to resource builds on vs 2010 with a test.Bill Hoffman2010-12-211-1/+4
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-01-041-1/+1
| | | |
* | | | KWSys: Remove useless include <sys/procfs.h> (#11648)Brad King2011-01-031-1/+0
| |_|/ |/| | | | | | | | | | | | | | The header was included only under "#ifdef __linux", but not all Linux distributions provide the header. SystemInformation uses no symbols from this header, so do not include it.
* | | KWSys Nightly Date StampKWSys Robot2011-01-031-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-01-021-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-01-011-3/+3
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-12-311-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-12-301-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2010-12-291-1/+1
| | |
* | | Merge topic 'FixCrashInEclipseGenerator'Brad King2010-12-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | d18c8d6 Fix crash in Eclipse generator with empty project (#11616)
| * | | Fix crash in Eclipse generator with empty project (#11616)Alex Neundorf2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If there was no language at all enabled, CMAKE_BUILD_TYPE was empty, which was not expected, and made the generator crash. Alex
* | | | Merge topic 'dev/add_test-working-directory'Brad King2010-12-284-2/+31
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 667a90a Fix sentence break in add_test documentation 96309fc Make TestsWorkingDirectory test a C file a4a5e37 Use iostream to make Borland happy cfe53cd Fully specify the path to old-signature add_test 017d4e9 Group adding tests with its properties 561cc33 Only test the default cwd with Makefiles d87bae7 Simplify the _default_cwd derivation 992c74f Use --><-- markers to denote the path 5249551 Flip slashes around on Windows 0a014da Add ctype.h include for toupper() af12f83 Fix header includes for C++ and Visual Studio 5597aa2 Rename the project to match the test 9bf4165 Add tests for WORKING_DIRECTORY arg to add_test 42de5d0 Add WORKING_DIRECTORY argument to add_test 7679f9f Rename WorkingDirectory test d95f817 Add the WORKING_DIRECTORY property to tests
| * | | Fix sentence break in add_test documentationBrad King2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Commit 42de5d02 (Add WORKING_DIRECTORY argument to add_test, 2010-12-16) added a new sentence to a paragraph without separating it by " " from the previous sentence. Add the missing spaces.
| * | | Add WORKING_DIRECTORY argument to add_testBen Boeckel2010-12-162-0/+20
| | | |
| * | | Add the WORKING_DIRECTORY property to testsRolf Eike Beer2010-12-162-1/+10
| | | |
* | | | KWSys: Avoid passing string literal as char*Brad King2010-12-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Pass the lpClass argument of RegCreateKeyEx as a real char[] instead of a string literal. At least one platform declares the argument as char* instead of "const char*".
* | | | KWSys Nightly Date StampKWSys Robot2010-12-281-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-12-271-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-12-261-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-12-251-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-12-241-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-12-231-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2010-12-221-1/+1
| |/ / |/| |
* | | Merge topic 'cygwin'Brad King2010-12-211-4/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85c0a69 Cygwin: Do not define 'WIN32' (#10122) 62c6d2d Merge branch 'cmake_--system-information_min-version' into cygwin 72db20f Merge branch 'tests-if-CYGWIN' into cygwin 5adef16 Merge branch 'cygwin-module-prefix' into cygwin cbc3258 Merge branch 'try-compile-min-version' into cygwin
| * | | Cygwin: Do not define 'WIN32' (#10122)Brad King2010-12-171-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of Cygwin's goals is to build projects using the POSIX API with no Windows awareness. Many CMake-built projects have been written to test for UNIX and WIN32 but not CYGWIN. The preferred behavior under Cygwin in such projects is to take the UNIX path but not the WIN32 path. Unfortunately this change is BACKWARDS INCOMPATIBLE for Cygwin-aware CMake projects! Some projects that previously built under Cygwin and are Cygwin-aware when they test for WIN32 may now behave differently. Eventually these projects will need to be updated, but to help users build them in the meantime we print a warning about the change in behavior. Furthermore, one may set CMAKE_LEGACY_CYGWIN_WIN32 to request old behavior during the transition. Normally we avoid backwards incompatible changes, but we make an exception in this case for a few reasons: (1) This behavior is preferred by Cygwin's design goals. (2) A warning provides a clear path forward for everyone who may see incompatible behavior, and CMAKE_LEGACY_CYGWIN_WIN32 provides a compatibility option. The warning and compatibility option both disappear when the minimum required version of CMake in a project is sufficiently new, so this issue will simply go away over time as projects are updated to account for the change. (3) The fixes required to update projects are fairly insignificant. Furthermore, the Cygwin distribution has no releases itself so project versions that predate said fixes tend to be difficult to build anyway. (4) This change enables many CMake-built projects that did not previously build under Cygwin to work out-of-the-box. From bug #10122: "I have built over 120 different source packages with (my patched) CMake, including most of KDE4, and have found that NOT defining WIN32 on Cygwin is much more accurate." -- Yaakov Selkowitz A fully compatible change would require patches on top of these project releases for Cygwin even though they otherwise need not be aware of it. (5) Yaakov has been maintaining a fork of CMake with this change for the Cygwin Ports distribution. It works well in practice. By accepting the change in upstream CMake we avoid confusion between the versions. CMake itself builds without WIN32 defined on Cygwin. Simply disable CMAKE_LEGACY_CYGWIN_WIN32 explicitly in our own CMakeLists.txt file.
| * | | Merge branch 'try-compile-min-version' into cygwinBrad King2010-12-141-2/+3
| |\ \ \
* | \ \ \ Merge topic 'custom-command-generator-expressions'Brad King2010-12-2115-31/+128
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4499d50 Mark CustomCommand test perconfig.out as SYMBOLIC f0cdb60 Introduce "generator expression" syntax to custom commands (#11209) 4749e4c Record set of targets used in cmGeneratorExpression ef9e9de Optionally suppress errors in cmGeneratorExpression 45e1953 Factor per-config sample targets out of 'Testing' test 4091bca Factor generator expression docs out of add_test bfb7288 Record backtrace in cmCustomCommand
| * | | | | Introduce "generator expression" syntax to custom commands (#11209)Brad King2010-12-154-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evaluate in the COMMAND arguments of custom commands the generator expression syntax introduced in commit d2e1f2b4 (Introduce "generator expressions" to add_test, 2009-08-11). These expressions have a syntax like $<TARGET_FILE:mytarget> and are evaluated during build system generation. This syntax allows per-configuration target output files to be referenced in custom command lines.
| * | | | | Record set of targets used in cmGeneratorExpressionBrad King2010-12-152-0/+7
| | | | | |
| * | | | | Optionally suppress errors in cmGeneratorExpressionBrad King2010-12-152-4/+7
| | | | | |