summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Executable
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Disable test of feature that is not documented or implemented everywhere.Brad King2007-05-162-1/+4
|
* BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro ↵Brad King2007-05-092-1/+15
| | | | definitions properly. This addresses bug#4983.
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, ↵Brad King2007-03-121-2/+7
| | | | LIBRARY_OUTPUT_DIRECTORY, and ARCHIVE_OUTPUT_DIRECTORY. This is an incremental fix for bug#2240 and bug#4210.
* ENH: Added smoke test for user-value flag mapping for VS IDE.Brad King2007-02-011-0/+6
|
* COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB.Brad King2006-10-221-5/+5
|
* ENH: Added explicit name for option to test CMakeLib. Added option to ↵Brad King2006-10-192-9/+9
| | | | disable testing of CMakeLib if system utility libraries are used until linking made easier.
* BUG: Fix link flags on cygwin shared libraries. This requires that the ↵Brad King2006-10-051-1/+1
| | | | shared library prefix be supported in the link library regex.
* BUG: Run testSystemDir test only if -isystem flag is available.Brad King2006-10-051-2/+2
|
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵Brad King2006-10-052-0/+8
| | | | bug #3462.
* ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.Brad King2006-10-021-1/+1
|
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid ↵Brad King2006-10-022-0/+18
| | | | building the targets by default.
* ENH: added test for elseifKen Martin2006-09-221-0/+6
|
* ENH: Added test for linking to a static library that is next to a shared ↵Brad King2006-09-152-1/+24
| | | | library. See bug#1644 for related changes.
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-032-1/+2
|
* ENH: Adding test for source files and header files with the same base name ↵Brad King2006-08-014-2/+11
| | | | in the same target.
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-232-0/+20
|
* ENH: remove duplicate file name test because it fails on xcodeBill Hoffman2006-04-172-2/+6
|
* ENH: allow multiple files with the same name in different sub dirs testBill Hoffman2006-04-174-2/+23
|
* 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-223-0/+57
|
* 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-253-4/+29
|
* ENH: more fixes for watcomBill Hoffman2006-01-171-7/+10
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-172-53/+73
|
* 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
|
* 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-291-11/+17
|
* 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-301-0/+12
|
* ENH: shift to using ADD_SUBDIRECTORYKen Martin2005-06-081-1/+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-252-3/+27
| | | | executable targets.
* ENH: Added partial test for include regular expressions.Brad King2005-02-071-0/+4
|