Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 5 | -20/+20 |
| | | | | | | | | | | 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: Added support for import libraries created by executable and module ↵ | Brad King | 2007-03-19 | 1 | -4/+4 |
| | | | | 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. | ||||
* | ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 ↵ | Brad King | 2007-03-09 | 5 | -40/+40 |
| | | | | generator. This is an incremental fix for bug#4210. | ||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 2 | -8/+8 |
| | | | | 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. | ||||
* | ENH: Add template of ctest script | Andy Cedilnik | 2006-04-28 | 1 | -0/+33 |
| | |||||
* | ENH: Simplify the generic instructions | Andy Cedilnik | 2006-04-20 | 3 | -81/+5 |
| | |||||
* | BUG: VS6 generator now uses ComputeLinkInformation just like all other ↵ | Brad King | 2006-04-19 | 3 | -22/+15 |
| | | | | generators. | ||||
* | ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵ | Brad King | 2006-04-18 | 4 | -12/+16 |
| | | | | file names. | ||||
* | ENH: Start adding support for packaging component and to package into a ↵ | Andy Cedilnik | 2006-04-14 | 1 | -1/+4 |
| | | | | subdirectory | ||||
* | ENH: Install cpack files | Andy Cedilnik | 2006-03-01 | 1 | -0/+1 |
| | |||||
* | ENH: Add resource files for PackageMaker | Andy Cedilnik | 2006-02-28 | 2 | -0/+17 |
| | |||||
* | ENH: Add generic instructions | Andy Cedilnik | 2006-02-28 | 1 | -0/+70 |
| | |||||
* | ENH: Several packaging issues. Allow random variables to be passed to cpack ↵ | Andy Cedilnik | 2006-02-27 | 1 | -19/+23 |
| | | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos | ||||
* | ENH: Several NSIS features | Andy Cedilnik | 2006-02-23 | 1 | -1/+2 |
| | |||||
* | ENH: Fix icons | Andy Cedilnik | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2006-02-14 | 1 | -2/+0 |
| | |||||
* | ENH: Improved support for icons, random directories, etc... | Andy Cedilnik | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | ENH: Some improvements: specify link, copy msvc libraries, fix install directory | Andy Cedilnik | 2006-01-11 | 1 | -0/+4 |
| | |||||
* | ENH: Pass CPACK_PACKAGE_FILE_NAME | Andy Cedilnik | 2006-01-09 | 1 | -0/+2 |
| | |||||
* | ENH: Fix test for cpack variables, add support for icon on windows | Andy Cedilnik | 2006-01-09 | 1 | -0/+7 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 1 | -0/+10 |
| | |||||
* | BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for ↵ | Brad King | 2005-08-19 | 1 | -0/+4 |
| | | | | Debug builds and was not paying attention to the executable output path. | ||||
* | FIX: fixes bugs 1152 and 1154 | Bill Hoffman | 2005-02-11 | 1 | -4/+4 |
| | |||||
* | make sure tests flush output | Bill Hoffman | 2004-07-16 | 1 | -0/+1 |
| | |||||
* | BUG: remove unused variable CMAKE_OBJECT_FILE_SUFFIX from cmake | Bill Hoffman | 2004-07-09 | 2 | -94/+0 |
| | |||||
* | ENH: add NDEBUG to windows release builds for both ide and nmake | Bill Hoffman | 2004-06-14 | 1 | -6/+6 |
| | |||||
* | BUG: remove debug pop hacks, also remove duplicate call to argvc function | Bill Hoffman | 2004-05-08 | 1 | -39/+0 |
| | |||||
* | fix warning maybe | Ken Martin | 2004-05-07 | 1 | -1/+0 |
| | |||||
* | fix warning | Ken Martin | 2004-05-06 | 1 | -1/+0 |
| | |||||
* | ENH: remove unused variable | Bill Hoffman | 2004-04-30 | 1 | -1/+0 |
| | |||||
* | BUG: add missing install file | Bill Hoffman | 2004-04-30 | 1 | -0/+1 |
| | |||||
* | ENH: make test driver more flexible by using a configured file instead of ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+180 |
| | | | | generating all the code. fixes bug 28 | ||||
* | ENH: With new install framework we don't need install-sh any more | Andy Cedilnik | 2004-04-26 | 2 | -252/+0 |
| | |||||
* | BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides | Bill Hoffman | 2004-04-23 | 3 | -24/+24 |
| | |||||
* | ENH: add support for static library property STATIC_LIBRARY_FLAGS | Bill Hoffman | 2004-04-22 | 1 | -4/+4 |
| | |||||
* | ENH: Handle make install target on Visual Studio 6 and 7 and install templates | Andy Cedilnik | 2004-04-15 | 1 | -0/+2 |
| | |||||
* | ENH: Attempt to add debug library postfix for visual studio 6 | Andy Cedilnik | 2003-10-31 | 4 | -3/+6 |
| | |||||
* | Fix for BUG: 316 | Bill Hoffman | 2003-10-31 | 1 | -3/+3 |
| | |||||
* | ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCS | Bill Hoffman | 2003-10-16 | 4 | -31/+31 |
| | |||||
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -1/+1 |
| | | | | for package maintainers. | ||||
* | fix for new custom commands | Bill Hoffman | 2003-06-04 | 1 | -0/+8 |
| | |||||
* | ENH: Support for spaces in paths during make install. | Brad King | 2003-01-17 | 1 | -24/+24 |
| | |||||
* | ENH: fix install target for templates | Bill Hoffman | 2003-01-07 | 1 | -2/+1 |
| | |||||
* | remove unused files | Bill Hoffman | 2003-01-07 | 4 | -5504/+0 |
| | |||||
* | ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵ | Brad King | 2002-12-20 | 1 | -0/+3 |
| | | | | be a semicolon-separated list of configurations that will be built. | ||||
* | ERR: Remove references to files removed 4 days ago | Yves Starreveld | 2002-12-08 | 1 | -1/+1 |
| | |||||
* | remove unused files | Bill Hoffman | 2002-12-03 | 4 | -581/+0 |
| | |||||
* | Use CMake icon on Mac | Andy Cedilnik | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | Attempt to automate apple gui generation | Andy Cedilnik | 2002-11-04 | 1 | -0/+36 |
| | |||||
* | Revert X11 stuff until other steps are done | Andy Cedilnik | 2002-10-31 | 1 | -0/+11 |
| |