Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Remove unnecessary provocation | Andy Cedilnik | 2006-10-25 | 1 | -9/+6 |
| | |||||
* | ENH: remove failing test | Bill Hoffman | 2006-10-24 | 1 | -3/+3 |
| | |||||
* | ENH: remove broken test | Bill Hoffman | 2006-10-22 | 1 | -6/+9 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -0/+9 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | ENH: use core and not all of carbon | Bill Hoffman | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | ENH: Implement TarCompress generator using compress library | Andy Cedilnik | 2006-08-21 | 1 | -1/+4 |
| | |||||
* | ENH: fix project names to be case sensitive and change name to linkline from ↵ | Bill Hoffman | 2006-08-17 | 1 | -5/+5 |
| | | | | inkline | ||||
* | ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet ↵ | Brad King | 2006-08-17 | 1 | -0/+2 |
| | | | | finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions. | ||||
* | ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵ | Brad King | 2006-07-21 | 1 | -10/+9 |
| | | | | It also updates the UseWX test and WXDialog sources to use the new find script. | ||||
* | BUG: Fixed building of C++-only projects and added a test. | Brad King | 2006-07-21 | 1 | -0/+10 |
| | |||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 1 | -0/+2 |
| | | | | 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. | ||||
* | ENH: Improve the test to create a bundle in the subdirectory | Andy Cedilnik | 2006-07-06 | 1 | -1/+1 |
| | |||||
* | BUG: If the source file specified is not in a source tree, do not use full ↵ | Andy Cedilnik | 2006-07-05 | 1 | -0/+1 |
| | | | | path to the file | ||||
* | ENH: Add BZip2 support, add better documentation | Andy Cedilnik | 2006-05-04 | 1 | -0/+1 |
| | |||||
* | ENH: Initial cut at TarCompress generator | Andy Cedilnik | 2006-05-02 | 1 | -0/+1 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2006-04-21 | 1 | -73/+68 |
| | |||||
* | ENH: fix syntax | Bill Hoffman | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | ENH: make sure cmake can be built with an older version of cmake | Bill Hoffman | 2006-04-14 | 1 | -2/+1 |
| | |||||
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -0/+6 |
| | |||||
* | ENH: lang by custom command does not yet work for Xcode | Bill Hoffman | 2006-04-12 | 1 | -1/+3 |
| | |||||
* | ENH: enable test for java with IDE builds | Bill Hoffman | 2006-04-11 | 1 | -2/+4 |
| | |||||
* | ENH: Add ZIP generator and add support for including or excluding the ↵ | Andy Cedilnik | 2006-04-02 | 1 | -0/+1 |
| | | | | toplevel directory | ||||
* | ENH: add a wrapper for xcodebuild to get around bug and verbose output | Bill Hoffman | 2006-03-31 | 1 | -0/+9 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -0/+2 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: Add new ctest command | Andy Cedilnik | 2006-03-28 | 1 | -0/+1 |
| | |||||
* | ENH: Remove cmGlob and use glob from kwsys | Andy Cedilnik | 2006-03-21 | 1 | -1/+0 |
| | |||||
* | ENH: Simplify the test | Andy Cedilnik | 2006-03-17 | 1 | -17/+0 |
| | |||||
* | COMP: Use the current cmake's CheckCXXSourceCompiles | Andy Cedilnik | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | ENH: Handle missing unsetenv and add check for environ | Andy Cedilnik | 2006-03-17 | 1 | -0/+17 |
| | |||||
* | ENH: remove test until it works | Bill Hoffman | 2006-03-12 | 1 | -1/+1 |
| | |||||
* | ENH: Add package to bundle test | Andy Cedilnik | 2006-03-10 | 1 | -0/+1 |
| | |||||
* | ENH: Add additional subdirectory to improve testing and to allow cleanup ↵ | Andy Cedilnik | 2006-03-08 | 1 | -2/+2 |
| | | | | when testing cpack | ||||
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵ | Brad King | 2006-03-03 | 1 | -1/+6 |
| | | | | 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. | ||||
* | ENH: Install cpack | Andy Cedilnik | 2006-02-24 | 1 | -0/+1 |
| | |||||
* | ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as ↵ | Brad King | 2006-02-19 | 1 | -0/+2 |
| | | | | replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691. | ||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -0/+6 |
| | | | | 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: some reorg of the unix makefile generator | Ken Martin | 2006-02-15 | 1 | -0/+4 |
| | |||||
* | ENH: working directory working for XCode | Bill Hoffman | 2006-02-08 | 1 | -2/+2 |
| | |||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -1/+13 |
| | |||||
* | ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵ | Brad King | 2006-02-08 | 1 | -6/+3 |
| | | | | to disable building the dialog even when curses is found. | ||||
* | COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | determine whether to build the MFCDialog. | ||||
* | ENH: Enabled build of VS 7 and 8 generators for MinGW. | Brad King | 2006-02-01 | 1 | -22/+22 |
| | |||||
* | ENH: fix problem with watcom and short paths and -I | Bill Hoffman | 2006-01-23 | 1 | -1/+3 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -128/+143 |
| | |||||
* | ENH: More improvements and add logging | Andy Cedilnik | 2006-01-02 | 1 | -0/+1 |
| | |||||
* | ENH: Merge from cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+23 |
| | |||||
* | ENH: Add a tar test | Andy Cedilnik | 2005-12-30 | 1 | -0/+10 |
| | |||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -0/+2 |
| | |||||
* | COMP: Link tar library to cmake | Andy Cedilnik | 2005-12-28 | 1 | -1/+2 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 1 | -0/+2 |
| | | | | msys and mingw |