376 Commits (master)

Author SHA1 Message Date
Amitha Perera 47aa926523 BUG: the return value of scanf should not be ignored 17 years ago
Bill Hoffman 4ed4f5a7d4 ENH: fix failing tests 17 years ago
Bill Hoffman 4eaac32db6 BUG: fix bug OUTPUT_LIBNAME_EXPORTS done differently now 17 years ago
Bill Hoffman 364ac7e386 BUG: fix empty /D option for vs6, fix for 7580 17 years ago
David Cole ca2a16c0a2 ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too. 18 years ago
David Cole fa5f8967c1 BUG: Install the vsmacros file. 18 years ago
Brad King 13e96b1403 ENH: Added StopBuild macro. 18 years ago
David Cole 867de7fc67 ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded. 18 years ago
Brad King e5bb99e010 ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is no longer used. Also removed the file itself. 18 years ago
Bill Hoffman bcfa890c02 ENH: add package script for cmake project 18 years ago
Alexander Neundorf 7f11536704 ENH: now target names can be used in add_custom_command() and 18 years ago
Brad King fc7c433463 ENH: Added support for import libraries created by executable and module 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. 19 years ago
Brad King 80e6cade7a ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator. This is an incremental fix for bug#4210. 19 years ago
Brad King b155f3aa1c ENH: Adding image version number (major.minor) property to windows binaries. 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. 19 years ago
Andy Cedilnik 3006560d86 ENH: Add template of ctest script 20 years ago
Andy Cedilnik 4d9634c3e5 ENH: Simplify the generic instructions 20 years ago
Brad King 864c0292d5 BUG: VS6 generator now uses ComputeLinkInformation just like all other generators. 20 years ago
Brad King 428b4c9244 ENH: Updated VS6 generator to use target.GetFullName() to compute target file names. 20 years ago
Andy Cedilnik c836be6f7b ENH: Start adding support for packaging component and to package into a subdirectory 20 years ago
Andy Cedilnik c7f0940b4e ENH: Install cpack files 20 years ago
Andy Cedilnik b25820ebd4 ENH: Add resource files for PackageMaker 20 years ago
Andy Cedilnik a87de1e1cd ENH: Add generic instructions 20 years ago
Andy Cedilnik ee227d3af5 ENH: Several packaging issues. Allow random variables to be passed to cpack (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos 20 years ago
Andy Cedilnik 1d96f839d7 ENH: Several NSIS features 20 years ago
Andy Cedilnik 3b7011b9f6 ENH: Fix icons 20 years ago
Andy Cedilnik c9ecd78237 ENH: Cleanup 20 years ago
Andy Cedilnik 3bce601c41 ENH: Improved support for icons, random directories, etc... 20 years ago
Andy Cedilnik 2a6bc87567 ENH: Some improvements: specify link, copy msvc libraries, fix install directory 20 years ago
Andy Cedilnik f219d3c263 ENH: Pass CPACK_PACKAGE_FILE_NAME 20 years ago
Andy Cedilnik 0c302a7e5f ENH: Fix test for cpack variables, add support for icon on windows 20 years ago
Andy Cedilnik 5358809a5c ENH: More CPack stuff and fix zlib compression 20 years ago
Brad King 05e6c3f3ba BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for Debug builds and was not paying attention to the executable output path. 20 years ago
Bill Hoffman 712f4b3d01 FIX: fixes bugs 1152 and 1154 21 years ago
Bill Hoffman ff7757e34c make sure tests flush output 21 years ago
Bill Hoffman 8c656dc40d BUG: remove unused variable CMAKE_OBJECT_FILE_SUFFIX from cmake 21 years ago
Bill Hoffman b6466061cb ENH: add NDEBUG to windows release builds for both ide and nmake 21 years ago
Bill Hoffman a613100b1e BUG: remove debug pop hacks, also remove duplicate call to argvc function 22 years ago
Ken Martin c10cb4db5a fix warning maybe 22 years ago
Ken Martin f299f4ae9c fix warning 22 years ago
Bill Hoffman 7eab2e4235 ENH: remove unused variable 22 years ago
Bill Hoffman 98da4d31f8 BUG: add missing install file 22 years ago
Bill Hoffman e539cf9f7c ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28 22 years ago
Andy Cedilnik 56a826968f ENH: With new install framework we don't need install-sh any more 22 years ago
Bill Hoffman 71b57bc454 BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides 22 years ago
Bill Hoffman 7b576866b7 ENH: add support for static library property STATIC_LIBRARY_FLAGS 22 years ago
Andy Cedilnik 9ac968174e ENH: Handle make install target on Visual Studio 6 and 7 and install templates 22 years ago
Andy Cedilnik 368d7f7c18 ENH: Attempt to add debug library postfix for visual studio 6 22 years ago
Bill Hoffman ba707ce32d Fix for BUG: 316 22 years ago
Bill Hoffman 4d2ca08bc7 ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCS 22 years ago
Brad King a1bb1a4712 ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers. 22 years ago