Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix build on mac after change to GetSourceFiles signature. | Brad King | 2007-05-28 | 1 | -1/+1 |
| | |||||
* | BUG: A utility target should not run the custom commands from its source ↵ | Brad King | 2007-05-01 | 1 | -1/+1 |
| | | | | files directly. The target-level rule must add dependencies on the file-level custom commands to drive them. This bug was introduced by the "fix" to bug 4377. This also restores the documented behavior that PRE_BUILD rules are treated as PRE_LINK rules on non-VS generators. Also fixed custom command dependencies on the rule file build.make so that custom commands re-run when the commands themselves change. | ||||
* | ENH: Added platform variable CMAKE_EXE_EXPORTS_<lang>_FLAG to add a linker ↵ | Brad King | 2007-04-18 | 1 | -0/+10 |
| | | | | flag when building executables that have the ENABLE_EXPORTS property set. | ||||
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It ↵ | Brad King | 2007-03-22 | 1 | -0/+13 |
| | | | | enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210. | ||||
* | ENH: Added support for import libraries created by executable and module ↵ | Brad King | 2007-03-19 | 1 | -3/+32 |
| | | | | targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly. | ||||
* | BUG: Fixed OSX bundles to be built in the directory specified by ↵ | Brad King | 2007-03-09 | 1 | -16/+9 |
| | | | | cmTarget::GetDirectory(). This is an incremental step for bug#2240. | ||||
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ↵ | Brad King | 2007-03-08 | 1 | -1/+1 |
| | | | | are nearly the same. This is another step for bug#2240. | ||||
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in ↵ | Brad King | 2007-03-08 | 1 | -6/+2 |
| | | | | Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240. | ||||
* | BUG: Some calls to Convert() were converting for MAKEFILE but then passing ↵ | Brad King | 2007-03-08 | 1 | -3/+3 |
| | | | | the output to the build shell. The calls have now been converted to call Convert() with SHELL. | ||||
* | BUG: Do not clean the .pdb file for a target just before it is linked! This ↵ | Brad King | 2007-02-01 | 1 | -3/+8 |
| | | | | finishes addressing bug#4341. | ||||
* | BUG: Clean rule for exe pdb file should use full path. | Brad King | 2007-02-01 | 1 | -1/+1 |
| | |||||
* | BUG: The .pdb file generated for a library or executable should match the ↵ | Brad King | 2007-02-01 | 1 | -4/+9 |
| | | | | real file name used for the target. This addresses bug#3277. | ||||
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵ | Brad King | 2006-12-14 | 1 | -1/+1 |
| | | | | cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. | ||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 1 | -0/+18 |
| | | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. | ||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -0/+6 |
| | | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. | ||||
* | BUG: Need to clean manifest files that may have been generated for .exe and ↵ | Brad King | 2006-08-15 | 1 | -0/+7 |
| | | | | .dll files. | ||||
* | BUG: Several fixes to handle bundle content on Mac OSX | Andy Cedilnik | 2006-07-06 | 1 | -0/+5 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+3 |
| | |||||
* | BUG: Custom command outputs listed explicitly as source files in a target ↵ | Brad King | 2006-06-01 | 1 | -17/+9 |
| | | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds. | ||||
* | BUG: Finished fix to bug#3229 and bug#3272. | Brad King | 2006-05-23 | 1 | -1/+0 |
| | |||||
* | BUG: Added missing cd command before running executable version symlink ↵ | Brad King | 2006-05-16 | 1 | -0/+6 |
| | | | | rule. This addresses bug#3229. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -17/+27 |
| | |||||
* | ENH: name pdb files for visual studio make based builds | Bill Hoffman | 2006-04-19 | 1 | -6/+12 |
| | |||||
* | ENH: add support for per config target LINK_FLAGS | Bill Hoffman | 2006-04-03 | 1 | -1/+4 |
| | |||||
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵ | Brad King | 2006-03-30 | 1 | -1/+2 |
| | | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. | ||||
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -13/+32 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+5 |
| | |||||
* | ENH: use a cmake script to do the clean step, this allows for large numbers ↵ | Bill Hoffman | 2006-03-09 | 1 | -4/+7 |
| | | | | of files to be removed without making the command line too long | ||||
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵ | Brad King | 2006-03-03 | 1 | -5/+8 |
| | | | | 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. | ||||
* | BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. | Brad King | 2006-02-24 | 1 | -2/+5 |
| | |||||
* | ENH: change expand stuff to pass a struct for all the args | Bill Hoffman | 2006-02-20 | 1 | -11/+9 |
| | |||||
* | BUG: Do not perform pre-build, pre-link, or post-install commands when ↵ | Brad King | 2006-02-16 | 1 | -8/+15 |
| | | | | relinking. | ||||
* | ENH: Implemented RPATH specification support. It is documented by the ↵ | Brad King | 2006-02-16 | 1 | -4/+16 |
| | | | | command SET_TARGET_PROPERTIES. | ||||
* | ENH: Cleaned up generation of symbolic rules. Removed generation of ↵ | Brad King | 2006-02-15 | 1 | -6/+6 |
| | | | | rebuild_cache and similar rules from internal makefiles. | ||||
* | ENH: some cleanup of the makefile generator | Ken Martin | 2006-02-14 | 1 | -0/+334 |