KWSys Robot
c59ed29552
KWSys Nightly Date Stamp
2011-01-04 00:11:01 -05:00
Zach Mullen
51bb493574
Test TIMEOUT property explicitly set to zero should be honored
2011-01-03 14:41:25 -05:00
Craig Scott
7d691cab9b
ccmake: Port for LSB 4.0 ( #11648 )
...
Use getmaxyx instead of getmax[xy]. Avoid using getattrs.
2011-01-03 12:15:41 -05:00
Brad King
a67fd72659
KWSys: Remove useless include <sys/procfs.h> ( #11648 )
...
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.
2011-01-03 12:03:03 -05:00
Zach Mullen
6b0c7ded57
Support explicitly set test costs in non-parallel testing.
2011-01-03 11:25:46 -05:00
Brad King
b29eadd8f3
Map multiple /FI flags for VS < 10 ( #11649 )
...
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.
2011-01-03 10:02:16 -05:00
KWSys Robot
edff9207ed
KWSys Nightly Date Stamp
2011-01-03 00:10:09 -05:00
KWSys Robot
4e0681abd7
KWSys Nightly Date Stamp
2011-01-02 00:10:07 -05:00
KWSys Robot
6fbdac97d5
KWSys Nightly Date Stamp
2011-01-01 00:10:48 -05:00
KWSys Robot
60fa5bac57
KWSys Nightly Date Stamp
2010-12-31 00:10:46 -05:00
Brad King
971692c055
Build enable_language command during bootstrap
...
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.
2010-12-30 12:59:57 -05:00
KWSys Robot
91c06e9022
KWSys Nightly Date Stamp
2010-12-30 00:11:02 -05:00
KWSys Robot
5e9d8a2952
KWSys Nightly Date Stamp
2010-12-29 00:10:40 -05:00
Brad King
726861ce69
Merge topic 'FixCrashInEclipseGenerator'
...
d18c8d6 Fix crash in Eclipse generator with empty project (#11616 )
2010-12-28 15:26:15 -05:00
Brad King
97c5171d6c
Merge topic 'dev/add_test-working-directory'
...
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
2010-12-28 15:25:49 -05:00
Brad King
0bb22cfabe
Avoid passing string literal to char* type
2010-12-28 09:57:35 -05:00
Brad King
75191fa312
KWSys: Avoid passing string literal as char*
...
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*".
2010-12-28 09:57:09 -05:00
KWSys Robot
428e0e0ab9
KWSys Nightly Date Stamp
2010-12-28 00:10:42 -05:00
KWSys Robot
0ccc5bcec6
KWSys Nightly Date Stamp
2010-12-27 00:10:41 -05:00
KWSys Robot
0cbf312e89
KWSys Nightly Date Stamp
2010-12-26 00:10:11 -05:00
KWSys Robot
b1fdebc14c
KWSys Nightly Date Stamp
2010-12-25 00:10:44 -05:00
KWSys Robot
7159435843
KWSys Nightly Date Stamp
2010-12-24 00:10:04 -05:00
Bill Hoffman
b2f308c8f9
Add support for windows resources with mingw/msys.
2010-12-23 17:04:49 -05:00
KWSys Robot
97e64e8607
KWSys Nightly Date Stamp
2010-12-23 00:10:37 -05:00
KWSys Robot
104cd4acd8
KWSys Nightly Date Stamp
2010-12-22 00:10:03 -05:00
Alex Neundorf
d18c8d6ad7
Fix crash in Eclipse generator with empty project ( #11616 )
...
If there was no language at all enabled, CMAKE_BUILD_TYPE was empty,
which was not expected, and made the generator crash.
Alex
2010-12-21 21:59:39 +01:00
Brad King
667a90a084
Fix sentence break in add_test documentation
...
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.
2010-12-21 14:15:05 -05:00
Brad King
9f46051490
Merge topic 'cygwin'
...
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
2010-12-21 14:06:32 -05:00
Brad King
31b0657e7d
Merge topic 'custom-command-generator-expressions'
...
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
2010-12-21 14:03:24 -05:00
Brad King
533f5a2037
Merge topic 'custom-command-refactor'
...
53ea8b3 Merge branch 'imported-target-dependencies' into custom-command-refactor
1a29cca Remove cmLocalGenerator::GetRealLocation
542b517 Factor out common custom command generator
6fe5b3d Simplify VS generator ConstructScript interface
2010-12-21 14:03:02 -05:00
Brad King
ea38628366
Merge topic 'ctest-git-send-committer'
...
5992526 CTest: Factor out duplicate Git author/committer code
307b8a6 CTest git update should pass the committer as well as the author
2010-12-21 14:02:39 -05:00
Brad King
3a7edc14a0
Merge topic 'fix_docs_for_language_property'
...
afbfb7a Add more documentation for LANGUAGE property.
2010-12-21 14:02:04 -05:00
Brad King
2031b6a9f3
Merge topic 'vs2010_header_only_fix'
...
f578381 Fix vs2010 project generation error when HEADER_FILE_ONLY is set.
2010-12-21 14:01:38 -05:00
Brad King
12e7bdea50
Merge topic 'vs10-sln-msbuild-workaround'
...
e1442ac Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594 )
42a2e9d Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633 )
2c2eee6 Revert "Remove unused parameter "root" in some VS generator methods"
2010-12-21 14:01:25 -05:00
Brad King
f94c4a35be
Merge topic 'always_enable_generate'
...
3f158c6 cmake-gui: always enable generate button.
2010-12-21 14:01:08 -05:00
Brad King
c85b8189cf
Merge topic 'fix-11487-multiple-test-calls'
...
744366f CTest: multiple ctest_test calls w/LABEL regexs (#11487 )
2010-12-21 14:00:56 -05:00
Brad King
b482ba3e38
Merge topic 'fix-10587-avoid-try-compile-warnings'
...
984acc8 VS10: avoid warning, no nologo when verbose (#10587 )
2010-12-21 14:00:27 -05:00
Brad King
17025ebda1
Merge topic 'fix-8210-find-makensis-in-path'
...
cd9aa73 CPack: look for makensis in the PATH (#8210 )
2010-12-21 13:59:58 -05:00
Brad King
1f401294d4
Merge topic 'fix-11533-vs10-custom-build-err'
...
66e7917 VS10: stop build on custom command error (#11533 )
2010-12-21 13:59:35 -05:00
Brad King
27b86ece8f
Merge topic 'xcode-version-3.2'
...
f7d525e Xcode: Generate native 3.2 projects
2010-12-21 13:59:28 -05:00
Brad King
ccc790f160
Merge topic 'remove-GetMaximumFilePathLength-call'
...
b97760f Remove call to SystemTools::GetMaximumFilePathLength
2010-12-21 13:59:21 -05:00
Brad King
b005910812
Merge topic 'file-GLOB-use-case-warning'
...
26cc29a Warn in find(GLOB) docs about bad use case (#11617 )
2010-12-21 13:59:13 -05:00
Brad King
7a7a2cbd31
Merge topic 'ctest-depend-cycle'
...
1f7133c CTest: Fix line-too-long style in DEPEND cycle error
f48d3bc CTest: Fix test DEPEND cycle detection
2010-12-21 13:58:21 -05:00
Bill Hoffman
16e7d4ba2c
Add flags to resource builds on vs 2010 with a test.
2010-12-21 09:20:57 -05:00
Brad King
4c88a8622d
KWSys: Avoid buffer overflow in SystemInformation ( #11018 )
...
Use std::string instead of fixed-size char arrays.
Author: Ben Boeckel <ben.boeckel@kitware.com>
2010-12-21 08:25:33 -05:00
KWSys Robot
112ada2eb6
KWSys Nightly Date Stamp
2010-12-21 00:10:48 -05:00
Brad King
5992526482
CTest: Factor out duplicate Git author/committer code
...
Factor out date/time format code into FormatDateTime function instead of
duplicating it.
2010-12-20 17:16:25 -05:00
Zach Mullen
307b8a6e69
CTest git update should pass the committer as well as the author
2010-12-20 16:05:40 -05:00
Bill Hoffman
afbfb7ac1d
Add more documentation for LANGUAGE property.
...
Make it clear that if you set the language on a file, it will be compiled.
2010-12-20 15:46:11 -05:00
Bill Hoffman
f578381e66
Fix vs2010 project generation error when HEADER_FILE_ONLY is set.
...
In vs2010 a bad project file could be generated if a .c or .cxx file
was marked with HEADER_FILE_ONLY, if it was in a library that contained
both c and c++ code. This fixes the error in the code, and adds a test
for this case.
2010-12-20 15:25:16 -05:00