Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added check for bad installation of a CVS directory to test. | Brad King | 2006-08-21 | 2 | -0/+12 |
| | |||||
* | BUG: Need to execute sample_script.bat on windows and sample_script otherwise. | Brad King | 2006-08-21 | 2 | -2/+12 |
| | |||||
* | ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized ↵ | Brad King | 2006-08-21 | 8 | -0/+54 |
| | | | | cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. | ||||
* | ENH: fix error in if statement | Bill Hoffman | 2006-08-11 | 2 | -2/+2 |
| | |||||
* | ENH: fix failing tests | Bill Hoffman | 2006-08-10 | 2 | -4/+18 |
| | |||||
* | ENH: try to fix compress failure | Bill Hoffman | 2006-08-09 | 2 | -4/+16 |
| | |||||
* | ENH: finally fix the failing test on the dashboard for the past month or so | Bill Hoffman | 2006-08-07 | 2 | -2/+14 |
| | |||||
* | BUG: Make sure sources with unknown extensions are not compiled by VS. | Brad King | 2006-08-03 | 6 | -3/+6 |
| | |||||
* | ENH: Adding test for source files and header files with the same base name ↵ | Brad King | 2006-08-01 | 12 | -6/+33 |
| | | | | in the same target. | ||||
* | ENH: Add test for bz2 and check for compress | Andy Cedilnik | 2006-07-28 | 2 | -0/+28 |
| | |||||
* | ENH: do not use c++ comments in c code | Bill Hoffman | 2006-07-26 | 2 | -2/+2 |
| | |||||
* | BUG: remove command causing issues with mid build reruns of cmake on vs70 | Ken Martin | 2006-07-25 | 2 | -6/+0 |
| | |||||
* | ENH: trying a slight change | Ken Martin | 2006-07-25 | 2 | -6/+6 |
| | |||||
* | BUG: remove c++comments | Ken Martin | 2006-07-25 | 2 | -4/+4 |
| | |||||
* | BUG: temp fix | Ken Martin | 2006-07-24 | 2 | -2/+2 |
| | |||||
* | ENH: add more coverage | Ken Martin | 2006-07-24 | 2 | -0/+36 |
| | |||||
* | ENH: more coverage | Ken Martin | 2006-07-24 | 1 | -0/+1 |
| | |||||
* | ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵ | Brad King | 2006-07-21 | 2 | -7/+9 |
| | | | | It also updates the UseWX test and WXDialog sources to use the new find script. | ||||
* | BUG: work around XCode issue | Ken Martin | 2006-07-21 | 6 | -6/+6 |
| | |||||
* | ENH: Adding C++-only test. | Brad King | 2006-07-21 | 6 | -0/+59 |
| | |||||
* | ENH: increase coverage in a couple places | Ken Martin | 2006-07-21 | 5 | -8/+73 |
| | |||||
* | ENH: Adding test for multiple source files with the same name but different ↵ | Brad King | 2006-07-07 | 3 | -2/+9 |
| | | | | full paths. | ||||
* | ENH: Improve the test to create a bundle in the subdirectory | Andy Cedilnik | 2006-07-06 | 2 | -1/+40 |
| | |||||
* | 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. |