summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* ENH: merge from main treeBill Hoffman2007-01-031-1/+2
|
* ENH: merge in fixes from main treeBill Hoffman2007-01-033-0/+37
| | | | This commit was manufactured by cvs2svn to create tag 'CMake-2-4-6'.
* ENH: move to RC 3 and add a fix for -L/path in link commands that was broken ↵Bill Hoffman2006-11-301-0/+5
| | | | by the .dll.lib fix
* ENH: put fix for foo.dll.lib problem on branch with testBill Hoffman2006-11-304-0/+36
|
* ENH: merge in changes from the main treeBill Hoffman2006-11-288-3/+34
|
* ENH: merge from main tree fix for vs all build qt and mpi2Bill Hoffman2006-11-103-0/+33
|
* ENH: move changes from main treeBill Hoffman2006-10-2720-40/+80
|
* ENH: merge files from main tree to 2.4Bill Hoffman2006-10-133-0/+12
|
* ENH: merge changes from the main tree to the 2.4 branchBill Hoffman2006-10-1364-23/+850
|
* ENH: move changes from main tree to branchBill Hoffman2006-07-274-84/+2
|
* ENH: move changes from main treeBill Hoffman2006-07-262-0/+30
|
* ENH: move changes from main tree to release branchBill Hoffman2006-07-2421-18/+277
|
* ENH: merge main tree into branchBill Hoffman2006-06-3013-20/+120
|
* ENH: merge from main treeBill Hoffman2006-05-151-10/+28
|
* ENH: merge from main treeBill Hoffman2006-05-143-3/+3
|
* ENH: merge from main treeBill Hoffman2006-05-093-39/+48
|
* ENH: move changes from main tree and change version to 2.4.2Bill Hoffman2006-05-073-7/+40
|
* ENH: move from main tree to 2.4 branchBill Hoffman2006-04-251-9/+15
|
* 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.
* BUG: fix test to list generate dheaderKen Martin2006-03-242-1/+2
|
* ENH: add support for universal binariesBill Hoffman2006-03-243-0/+31
|
* ENH: added testing for new featuresKen Martin2006-03-2212-0/+195
|
* ENH: Add relative tag and add test for relative tagAndy Cedilnik2006-03-211-1/+4
|
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵Brad King2006-03-166-6/+15
| | | | 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-163-12/+15
| | | | start using dynamic loader from kwsys in CMake
* ENH: Add package to bundle testAndy Cedilnik2006-03-101-0/+3
|
* ENH: Add additional subdirectory to improve testing and to allow cleanup ↵Andy Cedilnik2006-03-086-32/+32
| | | | when testing cpack
* COMP: Ok, fix typoAndy Cedilnik2006-03-082-4/+4
|
* ENH: Add testing for cpackAndy Cedilnik2006-03-082-32/+70
|
* ENH: remove cpack stuff for now so that we can get mac dashboards againBill Hoffman2006-03-082-2/+2
|
* BUG: Some platforms require executable permission on shared libraries.Brad King2006-03-072-6/+4
|
* ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.Brad King2006-03-042-2/+8
|
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵Brad King2006-03-036-8/+36
| | | | PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set.
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵Brad King2006-03-033-1/+26
| | | | install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
* ENH: Add generic instructionsAndy Cedilnik2006-02-282-2/+0
|
* ENH: Attempt to handle windows without NSIS installedAndy Cedilnik2006-02-282-0/+20
|