Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix bundles for Mac and Xcode | Bill Hoffman | 2006-01-05 | 1 | -0/+21 |
| | |||||
* | BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help | Bill Hoffman | 2006-01-02 | 1 | -7/+13 |
| | |||||
* | ENH: fix so verbose is put in the correct place | Bill Hoffman | 2005-12-31 | 1 | -8/+8 |
| | |||||
* | ENH: make sure -F is not duplicated | Bill Hoffman | 2005-12-27 | 1 | -4/+24 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2005-12-27 | 1 | -1/+5 |
| | |||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+24 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 1 | -16/+38 |
| | | | | msys and mingw | ||||
* | BUG: Libraries and executables that are built with version numbers and ↵ | Brad King | 2005-12-21 | 1 | -5/+35 |
| | | | | symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated. | ||||
* | COMP: Fix conversion warning. | Brad King | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ↵ | Brad King | 2005-12-14 | 1 | -81/+45 |
| | | | | the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed. | ||||
* | ENH: removed TARGET_DIR_PREFIX support and someother fix | Ken Martin | 2005-12-13 | 1 | -10/+3 |
| | |||||
* | PERF: apply patch for bug 2575 speeds up depend scanning | Bill Hoffman | 2005-12-09 | 1 | -1/+5 |
| | |||||
* | BUG: Fixed support for external object files built by custom commands. Also ↵ | Brad King | 2005-11-17 | 1 | -2/+17 |
| | | | | added a test to keep it working. | ||||
* | BUG: make the clean target work | Bill Hoffman | 2005-10-28 | 1 | -8/+9 |
| | |||||
* | ENH: fix for bad placement of SILENT target | Ken Martin | 2005-10-21 | 1 | -24/+28 |
| | |||||
* | BUG: symlink issue | Ken Martin | 2005-10-21 | 1 | -1/+5 |
| | |||||
* | BUG: fix bad checkin that had debugging code in it | Ken Martin | 2005-10-21 | 1 | -1/+1 |
| | |||||
* | BUG: fix over checking of build system | Ken Martin | 2005-10-20 | 1 | -4/+7 |
| | |||||
* | BUG: fix for def files and new local target link lines | Ken Martin | 2005-10-20 | 1 | -2/+2 |
| | |||||
* | ENH: missing check_build_system for all target | Ken Martin | 2005-10-20 | 1 | -0/+2 |
| | |||||
* | ENH: big cleanup and fix for jump commands | Ken Martin | 2005-10-20 | 1 | -80/+104 |
| | |||||
* | COMP: fix compiler error | Ken Martin | 2005-10-19 | 1 | -3/+1 |
| | |||||
* | BUG: cd into local directory to reduce link line length | Ken Martin | 2005-10-19 | 1 | -102/+47 |
| | |||||
* | ENH: Improve performance of check build system by creating another file that ↵ | Andy Cedilnik | 2005-10-12 | 1 | -8/+23 |
| | | | | is simpler to parse and therefore much faster overall | ||||
* | BUG: If the scanner is not defined this would crash. For example when using ↵ | Andy Cedilnik | 2005-08-19 | 1 | -18/+18 |
| | | | | new language | ||||
* | ENH: Added versioned executable support. This partially addresses bug#2143. ↵ | Brad King | 2005-08-17 | 1 | -22/+52 |
| | | | | Also made OUTPUT_NAME work when installing executables. | ||||
* | BUG: Do not make a file depend on a virtual target. That causes everything ↵ | Brad King | 2005-08-17 | 1 | -8/+0 |
| | | | | to always rebuild. | ||||
* | COMP: Cannot use first/last insertion constructor of std::set because it is ↵ | Brad King | 2005-08-17 | 1 | -2/+6 |
| | | | | not available on all platforms. | ||||
* | ENH: Adding support for automatically adding the OBJECT_DEPENDS for ↵ | Brad King | 2005-08-17 | 1 | -5/+62 |
| | | | | generated header files. | ||||
* | BUG: fix for sun make with spaces | Ken Martin | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | ENH: have the build.make file include flags.make and use the language flags | Ken Martin | 2005-08-08 | 1 | -26/+13 |
| | |||||
* | BUG: Do not escape CMAKE_COMMAND twice. | Brad King | 2005-08-08 | 1 | -2/+1 |
| | |||||
* | ENH: fix and issue with spaces in paths | Ken Martin | 2005-08-08 | 1 | -0/+3 |
| | |||||
* | ENH: fix warning | Ken Martin | 2005-08-05 | 1 | -4/+4 |
| | |||||
* | ENH: some fixes for cwd problems with rebuild_cache option | Ken Martin | 2005-08-05 | 1 | -17/+16 |
| | |||||
* | FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr calls | Bill Hoffman | 2005-08-02 | 1 | -3/+1 |
| | |||||
* | ENH: first step to only rebuuilding on flag changes | Ken Martin | 2005-08-01 | 1 | -11/+80 |
| | |||||
* | BUG: Fix dependencies. Looks like all dependencies were missing subdirectory | Andy Cedilnik | 2005-07-29 | 1 | -1/+3 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -6/+10 |
| | |||||
* | ENH: fix warning | Ken Martin | 2005-07-28 | 1 | -3/+3 |
| | |||||
* | ENH: always write out all custom commands | Ken Martin | 2005-07-28 | 1 | -23/+1 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -4/+2 |
| | |||||
* | ENH: maybe fix fortran issue | Ken Martin | 2005-07-27 | 1 | -9/+2 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -19/+3 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -5/+2 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -8/+4 |
| | |||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -265/+307 |
| | |||||
* | ENH: if it is not a cmake target or a full path do not put depend ↵ | Bill Hoffman | 2005-07-26 | 1 | -1/+1 |
| | | | | information in the command | ||||
* | ENH: remove commented code | Bill Hoffman | 2005-07-15 | 1 | -21/+0 |
| | |||||
* | FIX: fix bug 2043 borland compiler and dll problem and add a test for it | Bill Hoffman | 2005-07-14 | 1 | -11/+12 |
| |