251 Commits (e4e9ce7cbe9b41dd535d5246153900cb9657c6ba)

Author SHA1 Message Date
Brad King 221ffabfad TestDriver: Fix -Wconversion warning 8 years ago
Brad King 608cc887c7 TestDriver: Remove unused local variable initialization 8 years ago
Evgeny Fimochkin 5ba2c9e5e0 VS: Add support for ASM_NASM language 9 years ago
Daniel Pfeifer eb86b4cec1 TestDriver: fix/silence clang-tidy warnings 9 years ago
Daniel Pfeifer 178c897374 TestDriver: calc NumTests at compile time 9 years ago
Daniel Pfeifer 3bb4a79826 TestDriver: use for loop 9 years ago
Daniel Pfeifer 60b68304f2 TestDriver: abstract CM_CAST macro 9 years ago
Daniel Pfeifer 1731b90cd0 TestDriver: Revise C++ coding style using clang-format 9 years ago
Brad King db915a3785 Utilities/Release: Drop Cygwin binary 9 years ago
Sylvain Joubert cd344e3a62 create_test_sourcelist: Use safer strncpy instead of strcpy 9 years ago
Sean McBride 527773662c Drop unnecessary LSRequiresCarbon reference from Info.plist files 10 years ago
Brad King b42866a34a Drop Visual Studio 6 generator 10 years ago
Gilles Khouzam 1be2f12cf2 VS: Add support for Windows 10 Universal (Store) Applications 10 years ago
Brad King da7276cf94 Replace http://www.cmake.org URLs with https://cmake.org 10 years ago
Gilles Khouzam b8e405387e VS: Mark Windows Phone and Store targets as App Containers 11 years ago
Brad King 63fc8dcdb8 create_test_sourcelist: Suppress MSVC warnings in test driver (#15066) 11 years ago
Nils Gladitz 15a8af21e8 Add an "installed file" property scope 11 years ago
Sean McBride 50ca77f4a0 create_test_sourcelist: Initialize variable at declaration 12 years ago
Sean McBride ed675a92a1 create_test_sourcelist: Fix linkage in generated test driver code 12 years ago
Matt McCormick 7eddefd8f1 TestDriver.cxx.in: Untrusted array index read. 12 years ago
Stephen Kelly 2a6bd96c13 Fix config-specific INCLUDE_DIRECTORIES in multi-config generators 13 years ago
Kitware Robot 77543bde41 Convert CMake-language commands to lower case 13 years ago
Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
Eric NOULARD 6ad0f0405b Update CPackConfig template. 14 years ago
Eric NOULARD b7457de4ea CPack fix template too 14 years ago
Brad King fe971d97ca Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768) 15 years ago
Brad King dc1d2189ae CMake 2.8.1-rc1 16 years ago
Brad King 90b8164e44 Use per-config output dir in VS 6 templates 16 years ago
Bill Hoffman ebd0c2d377 Merge in changes for RC 3 16 years ago
Brad King 82c8b48c2a Add '#!/bin/sh' to cygwin-package.sh 16 years ago
Bill Hoffman f9687e328f Merge in changes to CMake-2-8 RC 2 16 years ago
Brad King 4867b712f9 Fix Windows GUI implib and image version in VS 6 16 years ago
Brad King 071ce33ec9 ENH: Install all Modules and Templates 16 years ago
Brad King 43669f0ef2 BUG: Avoid cmTarget::GetDirectory for utilities 16 years ago
David Cole 95a6feaa66 COMP: Don't emit old style cast warning when configured as C++ but still allow being configured as C. Thanks to Monsieur Francois Bertel for the patch. 17 years ago
Bill Hoffman a50cdcb5a6 BUG: fix for rc and vs6 17 years ago
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 19 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