summaryrefslogtreecommitdiff
path: root/Tests/Complex
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added smoke test for user-value flag mapping for VS IDE.Brad King2007-02-011-0/+6
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+2
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-1/+3
* ENH: Added test case for bug#3966.Brad King2006-10-301-0/+11
* 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 disabl...Brad King2006-10-194-10/+20
* BUG: Fix link flags on cygwin shared libraries. This requires that the share...Brad King2006-10-051-1/+1
* BUG: Test -isystem without affecting other tests. Made separate Library/Syst...Brad King2006-10-052-1/+2
* 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 bug...Brad King2006-10-054-2/+12
* ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.Brad King2006-10-022-2/+2
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...Brad King2006-10-024-0/+26
* ENH: Re-enabling .i rule test on MSYS now that it works.Brad King2006-09-281-5/+0
* ENH: Re-enable preprocessing target test but specifically disable it on broke...Brad King2006-09-271-1/+16
* BUG: Disable new test_preprocess target until it is fixed on OSX universal bi...Brad King2006-09-241-1/+1
* ENH: Adding test for running preprocessor rules.Brad King2006-09-232-0/+18
* ENH: added test for elseifKen Martin2006-09-223-0/+48
* ENH: Added test for linking to a static library that is next to a shared libr...Brad King2006-09-154-1/+39
* 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 in...Brad King2006-08-014-2/+11
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-232-0/+20
* BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with respec...Brad King2006-05-121-1/+1
* BUG: Disabling an EXECUTE_PROCESS test until problems on UNIX systems are fixed.Brad King2006-05-081-13/+16
* 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 foun...Brad King2006-04-041-1/+3
* ENH: change library order to use a vectorBill Hoffman2006-04-041-0/+4
* ENH: added testing for new featuresKen Martin2006-03-224-0/+65
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S...Brad King2006-03-162-2/+5
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-4/+5
* 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
* 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-281-1/+1
* COMP: Fix testAndy Cedilnik2005-12-281-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-07-311-0/+1
* ENH: no c++ comments in a c fileBill Hoffman2005-07-301-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