Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added computation of object file names that are almost always short ↵ | Brad King | 2007-03-16 | 1 | -2/+4 |
| | | | | 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. | ||||
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -4/+0 |
| | |||||
* | ENH: SetupPathConversions is now called automatically on demand. | Brad King | 2007-03-08 | 1 | -3/+2 |
| | |||||
* | ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary ↵ | Brad King | 2007-03-07 | 1 | -0/+2 |
| | | | | to use higher relative path tops when the source directories jump around in a tree below the original source top. | ||||
* | COMP: Fix ConvertToRelativePath change for Xcode generator. | Brad King | 2007-03-07 | 1 | -10/+10 |
| | |||||
* | ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ↵ | Brad King | 2007-03-07 | 1 | -0/+21 |
| | | | | This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories. | ||||
* | ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make ↵ | Andy Cedilnik | 2007-02-23 | 1 | -9/+2 |
| | | | | IsInAll use EXCLUDE_FROM_ALL. Also, enable the test that tests this | ||||
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -1/+11 |
| | |||||
* | ENH: Adding support for # escape in Watcom WMake. | Brad King | 2006-10-25 | 1 | -0/+1 |
| | |||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 1 | -0/+2 |
| | | | | 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: Fixed display of custom command comments with quotes, dollars, and ↵ | Brad King | 2006-10-04 | 1 | -2/+5 |
| | | | | other special characters in them. | ||||
* | BUG: MSYS makefile shell needs posix paths to executables in some cases and ↵ | Brad King | 2006-09-28 | 1 | -0/+1 |
| | | | | it does not hurt to do it always. | ||||
* | BUG: Do not filter system directories for include file dependencies. | Brad King | 2006-09-28 | 1 | -1/+2 |
| | |||||
* | ENH: Re-implemented command line argument shell quoting to support several ↵ | Brad King | 2006-09-27 | 1 | -2/+7 |
| | | | | platforms with one code base. | ||||
* | BUG: Enabled use of EscapeForShell to properly escape custom command lines. ↵ | Brad King | 2006-09-21 | 1 | -2/+2 |
| | | | | This addresses bug#3786 for Xcode. | ||||
* | BUG: Centralized generation of command line arguments in escaped form. This ↵ | Brad King | 2006-09-21 | 1 | -4/+4 |
| | | | | addresses bug#3786 for several platforms. | ||||
* | ENH: make sure RuleVariable struct is initialized correctly, also make sure ↵ | Bill Hoffman | 2006-08-08 | 1 | -14/+1 |
| | | | | custom command targets do not crash cmake | ||||
* | ENH: Added generation of rules to manually request preprocessed or generated ↵ | Brad King | 2006-08-08 | 1 | -0/+4 |
| | | | | assembly sources. | ||||
* | ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. | Brad King | 2006-08-03 | 1 | -0/+3 |
| | |||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 1 | -0/+5 |
| | | | | cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. | ||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 1 | -2/+1 |
| | | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. | ||||
* | ENH: name pdb files for visual studio make based builds | Bill Hoffman | 2006-04-19 | 1 | -0/+1 |
| | |||||
* | ENH: fix java and add OBJECT_DIR support | Bill Hoffman | 2006-04-17 | 1 | -0/+2 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -1/+5 |
| | | | | 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: Added global TargetManifest computation between Configure and Generate ↵ | Brad King | 2006-04-04 | 1 | -1/+6 |
| | | | | steps. This allows generators to know what other targets will exist on disk when the build completes. | ||||
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -23/+23 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -3/+6 |
| | |||||
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -0/+1 |
| | |||||
* | ENH: Created target property INSTALL_NAME_DIR initalized by ↵ | Brad King | 2006-02-24 | 1 | -0/+2 |
| | | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. | ||||
* | BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. | Brad King | 2006-02-24 | 1 | -2/+4 |
| | |||||
* | ENH: make it compile on vs6 | Bill Hoffman | 2006-02-20 | 1 | -17/+16 |
| | |||||
* | ENH: change expand stuff to pass a struct for all the args | Bill Hoffman | 2006-02-20 | 1 | -20/+32 |
| | |||||
* | BUG: Xcode generator should use local generator computation of include ↵ | Brad King | 2006-02-20 | 1 | -3/+3 |
| | | | | directories. | ||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -10/+5 |
| | | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. | ||||
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 1 | -0/+4 |
| | |||||
* | ENH: Implemented RPATH specification support. It is documented by the ↵ | Brad King | 2006-02-16 | 1 | -1/+1 |
| | | | | command SET_TARGET_PROPERTIES. | ||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+1 |
| | |||||
* | ENH: Further centralized custom command dependency computation. Custom ↵ | Brad King | 2006-01-14 | 1 | -6/+6 |
| | | | | command dependencies in the source tree may now also be specified relative to the source directory. | ||||
* | COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries. | Brad King | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify. | ||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 1 | -0/+1 |
| | | | | msys and mingw | ||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -0/+3 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -1/+1 |
| | | | | of const junk | ||||
* | ENH: added support for forcing recomputation of depends | Ken Martin | 2005-06-10 | 1 | -2/+4 |
| | |||||
* | ENH: removed old convert calls | Ken Martin | 2005-06-10 | 1 | -21/+0 |
| | |||||
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -1/+25 |
| | |||||
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -0/+6 |
| | |||||
* | ENH: Improve internal test handling by creating a test class. Command ↵ | Andy Cedilnik | 2005-04-24 | 1 | -1/+7 |
| | | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file | ||||
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and ↵ | Brad King | 2005-04-22 | 1 | -3/+0 |
| | | | | removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked. |