summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Executable/complex.cxx
Commit message (Expand)AuthorAgeFilesLines
* configure_file: Add support for indented cmakedefineSylvain Joubert2017-07-041-0/+22
* Add additional <= and >= comparison operatorsChuck Atkins2016-08-091-17/+183
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-242/+192
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Encoding: Modify tests to work using non-ascii paths.Clinton Stimpson2015-01-091-11/+11
* Drop compatibility with CMake < 2.4Brad King2013-10-231-3/+3
* get_filename_component: Add explicit unit testsBrad King2013-04-161-80/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-66/+66
* complex: Remove unused option to test CMakeLibBrad King2011-12-231-9/+0
* complex: Remove test dependence on cmSystemToolsBrad King2011-12-231-12/+12
* complex: Move cmSystemTools::UpperCase test to CMakeLibTestsBrad King2011-12-231-14/+0
* complex: Simplify test for single-character exe nameBrad King2011-12-231-35/+7
* complex: Move GeneratedFileStream test to CMakeLibTestsBrad King2011-12-231-87/+0
* complex: Remove dynamic loader testsBrad King2011-12-231-61/+1
* complex: Remove ancient unused ComplexRelativePaths testBrad King2011-12-231-4/+2
* ENH: support parenthesis as arguments and in conditionals feature request #6191Ken Martin2008-06-261-0/+6
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-115/+3
* ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i...Brad King2008-01-181-1/+5
* ENH: fix leakBill Hoffman2007-08-211-0/+1
* BUG: Disable test of feature that is not documented or implemented everywhere.Brad King2007-05-161-0/+2
* BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro definit...Brad King2007-05-091-0/+13
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...Brad King2007-03-121-2/+7
* 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-191-5/+5
* BUG: Fix link flags on cygwin shared libraries. This requires that the share...Brad King2006-10-051-1/+1
* 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 libr...Brad King2006-09-151-1/+18
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-231-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 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-221-0/+36
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_S...Brad King2006-03-161-2/+2
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-4/+5
* 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
* 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