Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: If the source file specified is not in a source tree, do not use full ↵ | Andy Cedilnik | 2006-07-05 | 2 | -1/+5 |
| | | | | path to the file | ||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 2 | -7/+7 |
| | |||||
* | COMP: More fixes for non-ANSI C compilers. | Brad King | 2006-06-03 | 1 | -1/+7 |
| | |||||
* | COMP: Fix for non-ANSI C compilers. | Brad King | 2006-06-03 | 1 | -1/+1 |
| | |||||
* | BUG: Custom commands should actually generate the files they claim to generate. | Brad King | 2006-06-02 | 2 | -3/+15 |
| | |||||
* | ENH: Added test for generation of files listed explicitly as sources but not ↵ | Brad King | 2006-06-01 | 3 | -11/+33 |
| | | | | used during the build of a target. | ||||
* | BUG: Fix REMOVE_DEFINITIONS command to not remove substrings. | Brad King | 2006-05-23 | 6 | -0/+60 |
| | |||||
* | ENH: Fix INSERT to allow inserting to empty list | Andy Cedilnik | 2006-05-15 | 1 | -2/+6 |
| | |||||
* | ENH: Change REMOVE and REMOVE_ITEM to REMOVE_AT and REMOVE_ITEM | Andy Cedilnik | 2006-05-15 | 1 | -7/+11 |
| | |||||
* | ENH: Remove some errors, fix append to work on nonexisting lists | Andy Cedilnik | 2006-05-15 | 1 | -2/+12 |
| | |||||
* | BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with ↵ | Brad King | 2006-05-12 | 3 | -3/+3 |
| | | | | respect to the current source directory. | ||||
* | BUG: Disabling an EXECUTE_PROCESS test until problems on UNIX systems are fixed. | Brad King | 2006-05-08 | 3 | -39/+48 |
| | |||||
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵ | Brad King | 2006-05-05 | 2 | -0/+32 |
| | | | | per-configuration install rules. | ||||
* | ENH: Adding COMPONENT option to an INSTALL command call to smoke-test it. | Brad King | 2006-05-05 | 2 | -6/+6 |
| | |||||
* | ENH: fix build c stuff with c and c++ with c++ | Bill Hoffman | 2006-05-04 | 1 | -1/+2 |
| | |||||
* | ENH: create the correct jar name | Bill Hoffman | 2006-04-24 | 1 | -1/+1 |
| | |||||
* | ENH: use the right name for the test | Bill Hoffman | 2006-04-23 | 1 | -3/+3 |
| | |||||
* | ENH: fix build | Bill Hoffman | 2006-04-23 | 1 | -8/+9 |
| | |||||
* | ENH: fix in source build for vs ide | Bill Hoffman | 2006-04-22 | 1 | -0/+5 |
| | |||||
* | ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵ | Brad King | 2006-04-18 | 2 | -2/+8 |
| | | | | file names. | ||||
* | ENH: remove duplicate file name test because it fails on xcode | Bill Hoffman | 2006-04-17 | 6 | -6/+18 |
| | |||||
* | ENH: allow multiple files with the same name in different sub dirs test | Bill Hoffman | 2006-04-17 | 12 | -6/+69 |
| | |||||
* | COMP: Do not use ANSI function prototypes to pacify HP. | Brad King | 2006-04-13 | 1 | -3/+3 |
| | |||||
* | ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵ | Brad King | 2006-04-13 | 6 | -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 King | 2006-04-11 | 2 | -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 mfc | Bill Hoffman | 2006-04-10 | 2 | -0/+4 |
| | |||||
* | BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are ↵ | Brad King | 2006-04-04 | 3 | -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 vector | Bill Hoffman | 2006-04-04 | 3 | -0/+12 |
| | |||||
* | ENH: add a test for find framework stuff in find_library, and fix the ↵ | Bill Hoffman | 2006-03-29 | 1 | -0/+31 |
| | | | | framework search stuff | ||||
* | ENH: Several cleanups and make sure things get propagated where they should. ↵ | Andy Cedilnik | 2006-03-29 | 1 | -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 test | Andy Cedilnik | 2006-03-28 | 1 | -0/+1 |
| | |||||
* | ENH: Check if files exist | Andy Cedilnik | 2006-03-28 | 2 | -4/+67 |
| | |||||
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 3 | -1/+37 |
| | |||||
* | ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ↵ | Brad King | 2006-03-24 | 2 | -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 dheader | Ken Martin | 2006-03-24 | 2 | -1/+2 |
| | |||||
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 3 | -0/+31 |
| | |||||
* | ENH: added testing for new features | Ken Martin | 2006-03-22 | 12 | -0/+195 |
| | |||||
* | ENH: Add relative tag and add test for relative tag | Andy Cedilnik | 2006-03-21 | 1 | -1/+4 |
| | |||||
* | BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵ | Brad King | 2006-03-16 | 6 | -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 Cedilnik | 2006-03-16 | 3 | -12/+15 |
| | | | | start using dynamic loader from kwsys in CMake | ||||
* | ENH: Add package to bundle test | Andy Cedilnik | 2006-03-10 | 1 | -0/+3 |
| | |||||
* | ENH: Add additional subdirectory to improve testing and to allow cleanup ↵ | Andy Cedilnik | 2006-03-08 | 6 | -32/+32 |
| | | | | when testing cpack | ||||
* | COMP: Ok, fix typo | Andy Cedilnik | 2006-03-08 | 2 | -4/+4 |
| | |||||
* | ENH: Add testing for cpack | Andy Cedilnik | 2006-03-08 | 2 | -32/+70 |
| | |||||
* | ENH: remove cpack stuff for now so that we can get mac dashboards again | Bill Hoffman | 2006-03-08 | 2 | -2/+2 |
| | |||||
* | BUG: Some platforms require executable permission on shared libraries. | Brad King | 2006-03-07 | 2 | -6/+4 |
| | |||||
* | ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command. | Brad King | 2006-03-04 | 2 | -2/+8 |
| | |||||
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵ | Brad King | 2006-03-03 | 6 | -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 King | 2006-03-03 | 3 | -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 instructions | Andy Cedilnik | 2006-02-28 | 2 | -2/+0 |
| |