summaryrefslogtreecommitdiffstats
path: root/Tests/Complex
Commit message (Collapse)AuthorAgeFilesLines
* ENH: added testing for new featuresKen Martin2006-03-224-0/+65
|
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵Brad King2006-03-162-2/+5
| | | | CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵Andy Cedilnik2006-03-161-4/+5
| | | | start using dynamic loader from kwsys in CMake
* ENH: Strengthened EXECUTE_PROCESS output check test.Brad King2006-02-101-4/+4
|
* BUG: Avoid case problems on windows.Brad King2006-02-091-0/+9
|
* ENH: Added test for new EXECUTE_PROCESS command.Brad King2006-02-031-0/+23
|
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-253-4/+29
|
* ENH: more fixes for watcomBill Hoffman2006-01-171-7/+10
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-173-53/+74
|
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
* ENH: add new cmakedefine01 feature from bug report 2603Bill Hoffman2006-01-033-1/+20
|
* BUG: Flush the EXECUTABLE and LIBRARY output path to internalAndy Cedilnik2006-01-021-2/+2
|
* BUG: Now really fix the testAndy Cedilnik2005-12-291-1/+1
|
* COMP: Fix testAndy Cedilnik2005-12-291-0/+1
|
* COMP: Fix complex test and fix bootstrapAndy Cedilnik2005-12-281-1/+1
|
* ENH: fix bug 2087 lib prefix stripped off on windowsBill Hoffman2005-08-101-0/+1
|
* ENH: make sure CMAKE_C_FLAGS are not clobberedBill Hoffman2005-08-011-1/+1
|
* ENH: use ansi flagsBill Hoffman2005-08-011-0/+1
|
* ENH: no c++ comments in a c fileBill Hoffman2005-07-311-2/+2
|
* ENH: do not test for c and cxx flags on visual studio as it does not work yetBill Hoffman2005-07-292-11/+18
|
* ENH: add new test to make sure c and cxx flags are going to the right filesBill Hoffman2005-07-293-1/+34
|
* ENH: Do 4 filesAndy Cedilnik2005-07-141-12/+28
|
* ENH: Add a test for cmGeneratedFileStreamAndy Cedilnik2005-07-141-0/+69
|
* ENH: added testing of the WHILE commandKen Martin2005-06-303-0/+20
|
* ENH: remove requirements on 1.2Ken Martin2005-06-081-1/+1
|
* ENH: shift to using ADD_SUBDIRECTORYKen Martin2005-06-082-2/+3
|
* ENH: removed old commandsKen Martin2005-06-021-3/+3
|
* ENH: removed use of ABSTRACT commandKen Martin2005-06-021-3/+1
|
* ENH: try to see if there is still a problemBill Hoffman2005-03-111-1/+1
|
* ENH: make it pass anyway so I can see debug infoBill Hoffman2005-03-041-1/+1
|
* ENH: try and debug the failed test on the continuousBill Hoffman2005-03-031-0/+1
|
* ENH: try number two with topological sortBill Hoffman2005-03-031-11/+36
|
* ENH: reverse last changes to avoid dashboard failuresBill Hoffman2005-03-021-23/+0
|
* ENH: fix library ordering stuff to use a topological sortBill Hoffman2005-03-022-1/+101
|
* ENH: Added full pre-build/pre-link/post-build testing for both library and ↵Brad King2005-02-253-12/+41
| | | | executable targets.
* ENH: Added partial test for include regular expressions.Brad King2005-02-072-1/+5
|
* ENH: Link to cmzlibAndy Cedilnik2005-01-271-1/+2
|
* COMP: Add proper link directoryAndy Cedilnik2005-01-181-0/+1
|
* COMP: Add cmexpat to complexAndy Cedilnik2005-01-181-2/+2
|
* FIX: go back to not trying to handle spaces in the path for run single ↵Bill Hoffman2004-10-251-1/+2
| | | | command and comment it so that people know to call the right thing
* ENH: add test back for single char exeBill Hoffman2004-10-251-0/+28
|
* remove run program test until run single command is fixedBill Hoffman2004-10-231-28/+0
|
* ENH: add missing fileBill Hoffman2004-10-221-0/+4
|
* FIX: fix the problem where a target is a single character and nmake gets ↵Bill Hoffman2004-10-222-1/+29
| | | | confused and add a test for it
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-2/+2
| | | | to enable a language without modifing cmake source code
* ENH: fix tests to work with in source buildsBill Hoffman2004-05-041-8/+12
|
* ENH: Remove warningsAndy Cedilnik2004-04-301-0/+1
|
* ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵Andy Cedilnik2004-04-291-0/+15
| | | | arguments and ARGN is the list of all nonexpected arguments
* ENH: add a test for EQUAL in ifBill Hoffman2004-04-282-0/+26
|
* added tests for var args with macrosKen Martin2004-04-262-0/+19
|