summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-036-3/+6
|
* ENH: Adding test for source files and header files with the same base name ↵Brad King2006-08-0112-6/+33
| | | | in the same target.
* ENH: Add test for bz2 and check for compressAndy Cedilnik2006-07-282-0/+28
|
* ENH: do not use c++ comments in c codeBill Hoffman2006-07-262-2/+2
|
* BUG: remove command causing issues with mid build reruns of cmake on vs70Ken Martin2006-07-252-6/+0
|
* ENH: trying a slight changeKen Martin2006-07-252-6/+6
|
* BUG: remove c++commentsKen Martin2006-07-252-4/+4
|
* BUG: temp fixKen Martin2006-07-242-2/+2
|
* ENH: add more coverageKen Martin2006-07-242-0/+36
|
* ENH: more coverageKen Martin2006-07-241-0/+1
|
* ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵Brad King2006-07-212-7/+9
| | | | It also updates the UseWX test and WXDialog sources to use the new find script.
* BUG: work around XCode issueKen Martin2006-07-216-6/+6
|
* ENH: Adding C++-only test.Brad King2006-07-216-0/+59
|
* ENH: increase coverage in a couple placesKen Martin2006-07-215-8/+73
|
* ENH: Adding test for multiple source files with the same name but different ↵Brad King2006-07-073-2/+9
| | | | full paths.
* ENH: Improve the test to create a bundle in the subdirectoryAndy Cedilnik2006-07-062-1/+40
|
* BUG: If the source file specified is not in a source tree, do not use full ↵Andy Cedilnik2006-07-052-1/+5
| | | | path to the file
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-142-7/+7
|
* COMP: More fixes for non-ANSI C compilers.Brad King2006-06-031-1/+7
|
* COMP: Fix for non-ANSI C compilers.Brad King2006-06-031-1/+1
|
* BUG: Custom commands should actually generate the files they claim to generate.Brad King2006-06-022-3/+15
|
* ENH: Added test for generation of files listed explicitly as sources but not ↵Brad King2006-06-013-11/+33
| | | | used during the build of a target.
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-236-0/+60
|
* ENH: Fix INSERT to allow inserting to empty listAndy Cedilnik2006-05-151-2/+6
|
* ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEMAndy Cedilnik2006-05-151-7/+11
|
* ENH: Remove some errors, fix append to work on nonexisting listsAndy Cedilnik2006-05-151-2/+12
|
* BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with ↵Brad King2006-05-123-3/+3
| | | | respect to the current source directory.
* BUG: Disabling an EXECUTE_PROCESS test until problems on UNIX systems are fixed.Brad King2006-05-083-39/+48
|
* ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵Brad King2006-05-052-0/+32
| | | | per-configuration install rules.
* ENH: Adding COMPONENT option to an INSTALL command call to smoke-test it.Brad King2006-05-052-6/+6
|
* ENH: fix build c stuff with c and c++ with c++Bill Hoffman2006-05-041-1/+2
|
* ENH: create the correct jar nameBill Hoffman2006-04-241-1/+1
|
* ENH: use the right name for the testBill Hoffman2006-04-231-3/+3
|
* ENH: fix buildBill Hoffman2006-04-231-8/+9
|
* ENH: fix in source build for vs ideBill Hoffman2006-04-221-0/+5
|
* ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵Brad King2006-04-182-2/+8
| | | | file names.
* ENH: remove duplicate file name test because it fails on xcodeBill Hoffman2006-04-176-6/+18
|
* ENH: allow multiple files with the same name in different sub dirs testBill Hoffman2006-04-1712-6/+69
|
* COMP: Do not use ANSI function prototypes to pacify HP.Brad King2006-04-131-3/+3
|
* ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵Brad King2006-04-136-0/+18
| | | | script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-112-6/+10
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* ENH: add test for mfcBill Hoffman2006-04-102-0/+4
|
* BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are ↵Brad King2006-04-043-3/+9
| | | | 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-043-0/+12
|
* ENH: add a test for find framework stuff in find_library, and fix the ↵Bill Hoffman2006-03-291-0/+31
| | | | framework search stuff
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-0/+2
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* BUG: Fix the read custom files command and add a coverage testAndy Cedilnik2006-03-281-0/+1
|
* ENH: Check if files existAndy Cedilnik2006-03-282-4/+67
|
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-283-1/+37
|
* ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ↵Brad King2006-03-242-6/+36
| | | | a third option added to RUNTIME and LIBRARY property types. Static libraries and import libraries are now treated as ARCHIVE targets instead of LIBRARY targets. This adds a level of granularity necessary for upcoming features. Also updated the CVS CMake patch level set in CMake_VERSION_PATCH from 4 to 5 to allow users of this version to know whether this incompatible change is present.