summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Executable/complex.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: merge main tree into branchBill Hoffman2006-06-301-0/+12
|
* ENH: remove duplicate file name test because it fails on xcodeBill Hoffman2006-04-171-0/+4
|
* ENH: allow multiple files with the same name in different sub dirs testBill Hoffman2006-04-171-1/+13
|
* BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are ↵Brad King2006-04-041-1/+3
| | | | found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings.
* ENH: change library order to use a vectorBill Hoffman2006-04-041-0/+4
|
* ENH: added testing for new featuresKen Martin2006-03-221-0/+36
|
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵Brad King2006-03-161-2/+2
| | | | 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
* BUG: Avoid case problems on windows.Brad King2006-02-091-0/+9
|
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-251-3/+17
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-52/+69
|
* 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-031-1/+16
|
* ENH: fix bug 2087 lib prefix stripped off on windowsBill Hoffman2005-08-101-0/+1
|
* ENH: do not test for c and cxx flags on visual studio as it does not work yetBill Hoffman2005-07-291-11/+17
|
* ENH: add new test to make sure c and cxx flags are going to the right filesBill Hoffman2005-07-291-0/+17
|
* 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-301-0/+12
|
* 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-021-1/+95
|
* ENH: Added full pre-build/pre-link/post-build testing for both library and ↵Brad King2005-02-251-3/+11
| | | | executable targets.
* 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
|
* FIX: fix the problem where a target is a single character and nmake gets ↵Bill Hoffman2004-10-221-0/+28
| | | | 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: add a test for EQUAL in ifBill Hoffman2004-04-281-0/+12
|
* added tests for var args with macrosKen Martin2004-04-261-0/+6
|
* ENH: Add test for REMOVE_DEFINITIONAndy Cedilnik2004-04-151-0/+3
|
* ENH: MinGW build now passes all the testsBill Hoffman2003-08-271-1/+3
|
* BUG: fix REMOVE testBill Hoffman2003-03-211-1/+1
|
* remove trailing slash from findpath commandBill Hoffman2003-01-171-3/+4
|
* ENH: fix for compilers that need _Ken Martin2003-01-161-7/+16
|
* ENH: add the config directory to look for the loadable moduleBill Hoffman2003-01-161-0/+5
|
* ENH: add testing for modules and one two config modes for cmaketestBill Hoffman2003-01-151-0/+26
|
* ENH: Added test for generated header included by non-generated source.Brad King2002-12-131-0/+7
|
* added test of SET CACHE FORCEKen Martin2002-10-091-0/+6
|
* ENH: Added test for IF inside a FOREACH.Brad King2002-07-161-2/+10
|
* ENH: add tests for LESS, GREATER, STRLESS, STRGREATER (IF command)Sebastien Barre2002-05-271-0/+96
|
* ENH: increase coverageBill Hoffman2002-05-231-0/+14
|
* add a test for escape quotes and configure fileBill Hoffman2002-05-231-0/+13
|
* ENH: add test for SEPARATE_ARGUMENTSBill Hoffman2002-04-301-1/+11
|
* fixed for remove COMMANDKen Martin2002-04-221-0/+13
|
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-0/+8
|