Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: some more CMakeList cleanups | Ken Martin | 2007-05-11 | 11 | -172/+65 |
| | |||||
* | ENH: more cleanup of some CMakeLists files | Ken Martin | 2007-05-11 | 1 | -0/+949 |
| | |||||
* | ENH: add test for build depends | Bill Hoffman | 2007-05-10 | 2 | -16/+31 |
| | |||||
* | ENH: add a test to make sure Xcode does not break again | Bill Hoffman | 2007-05-09 | 3 | -0/+57 |
| | |||||
* | BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro ↵ | Brad King | 2007-05-09 | 6 | -3/+45 |
| | | | | definitions properly. This addresses bug#4983. | ||||
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 3 | -0/+37 |
| | | | | | | | | | | add_custom_target() as COMMAND, and cmake will recognize them and replace them with the actual output path of these executables. Also the dependency will be added automatically. Test included. ENH: moved TraceVSDependencies() to the end of GlobalGenerator::Configure(), so it is done now in one central place Alex | ||||
* | ENH: make it work on non windows | Bill Hoffman | 2007-05-08 | 2 | -0/+4 |
| | |||||
* | ENH: fix it so that the FRAMEWORK property does not break the building of ↵ | Bill Hoffman | 2007-05-08 | 3 | -8/+13 |
| | | | | normal shared libs on non-mac platforms | ||||
* | ENH: add a very simple framework test | Bill Hoffman | 2007-05-08 | 5 | -0/+25 |
| | |||||
* | ENH: Added test to make sure custom commands are not built more than once in ↵ | Brad King | 2007-05-01 | 2 | -0/+12 |
| | | | | a single build. This tests for a bug introduced by one fix and fixed by another fix for bug#4377. | ||||
* | ENH: Add STRING STRIP command | Andy Cedilnik | 2007-04-27 | 1 | -0/+14 |
| | |||||
* | ENH: Added FILE(STRINGS) command. | Brad King | 2007-04-25 | 1 | -0/+12 |
| | |||||
* | ENH: Added function call argument to module function to make sure calling ↵ | Brad King | 2007-04-19 | 2 | -4/+14 |
| | | | | convention matches on lookup. Fixed for Watcom. | ||||
* | COMP: Need to enable ansi C features. | Brad King | 2007-04-18 | 1 | -0/+5 |
| | |||||
* | ENH: Fixed Plugin test on Cygwin. | Brad King | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | ENH: Configure location of plugin files so that the executable can run with ↵ | Brad King | 2007-04-17 | 3 | -1/+16 |
| | | | | any current working directory. | ||||
* | ENH: Added test for executables with plugins that use an API exported by the ↵ | Brad King | 2007-04-17 | 4 | -0/+128 |
| | | | | executable itself. | ||||
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 2 | -1/+24 |
| | |||||
* | BUG: Fix utility dependencies for static libraries in VS generators. This ↵ | Brad King | 2007-04-04 | 4 | -1/+29 |
| | | | | addresses bug#4789. | ||||
* | BUG: Disable deep-source test on Watcom until it can be fixed. This is a ↵ | Brad King | 2007-03-21 | 2 | -7/+11 |
| | | | | new feature for other generators anyway. | ||||
* | BUG: Reduce long source file name length for WMake. | Brad King | 2007-03-20 | 1 | -0/+7 |
| | |||||
* | BUG: Work around VS8 conversion to a relative path for the long source name. ↵ | Brad King | 2007-03-20 | 1 | -2/+14 |
| | | | | It takes the nice full path we give it, converts to relative, and then repacks relative on top of the build directory resulting in a path longer than its own maxpath even though the original path given was short enough. Even VS6 dealt with it better. | ||||
* | ENH: Added computation of object file names that are almost always short ↵ | Brad King | 2007-03-16 | 3 | -1/+25 |
| | | | | enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520. | ||||
* | BUG: Remove spaces from test output paths. Not all make tools can handle ↵ | Brad King | 2007-03-13 | 2 | -6/+6 |
| | | | | it. Ths SubDirSpaces test is meant for that purpose anyway. | ||||
* | BUG: Do not use /I mode in VS6. | Brad King | 2007-03-12 | 1 | -7/+10 |
| | |||||
* | BUG: Clean the pch during make clean so that the test passes when run more ↵ | Brad King | 2007-03-12 | 1 | -0/+6 |
| | | | | than once. | ||||
* | BUG: Split precompiled header flags into a separate per-global-generator ↵ | Brad King | 2007-03-12 | 1 | -3/+3 |
| | | | | flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7. | ||||
* | ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, ↵ | Brad King | 2007-03-12 | 11 | -33/+45 |
| | | | | LIBRARY_OUTPUT_DIRECTORY, and ARCHIVE_OUTPUT_DIRECTORY. This is an incremental fix for bug#2240 and bug#4210. | ||||
* | BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ↵ | Ken Martin | 2007-03-07 | 1 | -2/+2 |
| | | | | ADD_DEFINITIONS bug 4364 | ||||
* | ENH: added a tets for newlines in some commands | Ken Martin | 2007-03-06 | 5 | -0/+59 |
| | |||||
* | ENH: watcom wmake can not handle () in the path with cd command | Bill Hoffman | 2007-02-27 | 2 | -2/+21 |
| | |||||
* | COMP: Disable rpath with spaces on some systems. | Brad King | 2007-02-26 | 1 | -0/+6 |
| | |||||
* | ENH: Try to fix spaces in the path problem | Andy Cedilnik | 2007-02-23 | 1 | -2/+2 |
| | |||||
* | ENH: Force libraries to be static | Andy Cedilnik | 2007-02-23 | 3 | -5/+5 |
| | |||||
* | ENH: add a comment | Bill Hoffman | 2007-02-22 | 1 | -0/+1 |
| | |||||
* | ENH: show make results on the dashboard | Bill Hoffman | 2007-02-22 | 1 | -0/+1 |
| | |||||
* | COMP: Use exec_program instead of execute_process | Andy Cedilnik | 2007-02-22 | 1 | -4/+2 |
| | |||||
* | ENH: Improve test | Andy Cedilnik | 2007-02-22 | 2 | -0/+17 |
| | |||||
* | ENH: Add simple exclusion test for subdirectories | Andy Cedilnik | 2007-02-22 | 14 | -0/+134 |
| | |||||
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 4 | -2/+9 |
| | |||||
* | ENH: verbose | Bill Hoffman | 2007-02-20 | 1 | -0/+2 |
| | |||||
* | BUG: fix for bug 4423 set language fixes | Bill Hoffman | 2007-02-20 | 3 | -0/+35 |
| | |||||
* | ENH: make the test really test targets with spaces | Ken Martin | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | ENH: added used sources with a path that has spaces | Ken Martin | 2007-02-19 | 2 | -0/+50 |
| | |||||
* | ENH: add test for conv libraries | Bill Hoffman | 2007-02-19 | 1 | -19/+19 |
| | |||||
* | ENH: new test for spaces in the tree structure | Ken Martin | 2007-02-19 | 19 | -0/+201 |
| | |||||
* | ENH: fix for vs ide | Bill Hoffman | 2007-02-16 | 1 | -2/+2 |
| | |||||
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 5 | -0/+68 |
| | |||||
* | ENH: Added PrecompiledHeader test for MSVC compilers. | Brad King | 2007-02-08 | 6 | -0/+88 |
| | |||||
* | ENH: Added smoke test for user-value flag mapping for VS IDE. | Brad King | 2007-02-01 | 3 | -0/+18 |
| |