ChangeLog.manual 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726
  1. Changes in CMake 2.8.5 (since 2.8.5-rc3)
  2. --------------------------------------------
  3. Brad King (1):
  4. Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
  5. (this revert means that issue #4147 has been re-opened)
  6. Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2)
  7. --------------------------------------------
  8. Bill Hoffman (4):
  9. Use devenv instead of msbuild for vs2010.
  10. Revert "With very long file names, VS 2010 was unable to compile files."
  11. Use relative paths for custom command inputs.
  12. Look for VCExpress as a possible build tool as well as devenv.
  13. Brad King (3):
  14. KWSys: Recognize color TERM=screen-256color-bce (#12287)
  15. find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248)
  16. libarchive: Install COPYING with CMake documentation
  17. Christoph Höger (1):
  18. FindJNI: Search in Fedora arch-specific JVM location (#12276)
  19. Julien Malik (1):
  20. FindSWIG: Use NAMES in find_program directives (#12280)
  21. Modestas Vainius (1):
  22. Documentation: Fix spelling / formatting errors (#12287)
  23. Philip Lowman (3):
  24. FindBoost: Fixes #12188
  25. FindBoost: Also search for 1.46.1
  26. Detect VS 2010 SP1, faster and more robust detection
  27. Changes in CMake 2.8.5-rc2 (since 2.8.5-rc1)
  28. --------------------------------------------
  29. Bill Hoffman (6):
  30. Fix a memory leak.
  31. Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop.
  32. Append and do not clobber CMAKE_CXX_FLAGS in the test.
  33. Use bin tree for inclues to avoid -I with spaces in the path.
  34. One more try. Use full path by default, and relative on broken compilers.
  35. Fix for bug #11927, external project git clone step always runs vs10.
  36. Brad King (9):
  37. XL: Place Fortran modules with -qmoddir= flag (#12246)
  38. Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity
  39. Xcode: Fix parallel build depends with universal binaries (#11844)
  40. Fix style errors added by parent and grandparent
  41. Use cascading-if for per-config test and install code
  42. CTest: Report tests not run due to unknown configuration
  43. GNU: Fix CMAKE_INCLUDE_SYSTEM_FLAG_<lang> value (#12258)
  44. Teach find_(library|package) about Linux multiarch (#12037)
  45. Test find_package multiarch support (#12037)
  46. Clinton Stimpson (11):
  47. BundleUtilities: Work w/ non .app exes on Mac (#12034)
  48. BundleUtilities: Fix regex to extract dependents from ldd (#12034)
  49. BundleUtilities: Fix test when using xcode (#12034)
  50. BundleUtilities: Fix issues with custom target DEPENDS in test (#12034)
  51. BundleUtilities: Disable running test on Windows unless using MSVC.
  52. BundleUtilities: Run test on Windows if either MSVC or dumpbin was found.
  53. BundleUtilities: Print reason for not loading module.so
  54. BundleUtilities: Add rpath to loadable modules in test.
  55. Revert "BundleUtilities: Run test on Windows if either MSVC or dumpbin was found."
  56. Qt4: complete module dependencies in UseQt4.cmake
  57. Add imported targets support for frameworks on Mac.
  58. Daniel R. Gomez (1):
  59. Fix plugin API for gcc 2.9-aix51-020209 (#12233)
  60. David Cole (3):
  61. BundleUtilities: Avoid a cryptic and unhelpful error message
  62. BundleUtilities: Avoid test on Watcom dashboards (#12034)
  63. CMake: eliminate use of cvs in the Release scripts
  64. Eric NOULARD (2):
  65. CPackRPM: Enhance documentation
  66. Add some more Specs file tag handling.
  67. Johan Björk (3):
  68. CMake: Move tokenize to cmSystemTools
  69. Xcode: Support multiple level nesting of XCode folders (#10039)
  70. XCode: Support target folders on XCode.
  71. Modestas Vainius (1):
  72. multiarch: Set CMAKE_LIBRARY_ARCHITECTURE_REGEX for Linux|Hurd|kFreeBSD
  73. Philip Lowman (3):
  74. FindProtobuf: Better MSVC support, Searching for protobuf lite
  75. Fix , to - in Copyright message so it passes CMake.ModuleNotices test
  76. 10997: PROTOBUF_GENERATE_CPP now supports proto files outside current dir
  77. Rolf Eike Beer (1):
  78. CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)
  79. Sean McBride (1):
  80. Fix XCode -> Xcode typos, notably in man page (#12231)
  81. Tim Gallagher (1):
  82. Modified the FindHDF5.cmake file to locate the Fortran bindings.
  83. Will Dicharry (7):
  84. HDF5 high level library is a find COMPONENT now.
  85. Add logic for CMake built HDF5 install.
  86. Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs.
  87. Use HDF5_FOUND to control autoconf and CMake built FindHDF5.
  88. Fix for bug 11752, mixed debug and release libraries.
  89. FindHDF5 ensures good link lines when libraries are duplicated.
  90. Remove unnecessary mark_as_advanced from FindHDF5.
  91. Zach Mullen (3):
  92. Dynamic analysis test output should not be compressed.
  93. We will actually compress memcheck output if the server supports it.
  94. Fix type conversion warning
  95. Changes in CMake 2.8.5-rc1 (since 2.8.4)
  96. ----------------------------------------
  97. Alex Neundorf (33):
  98. Rework the way assembler is handled, use the C/CXX compiler by default
  99. Make it possible to exlude external libs from dot files
  100. GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions
  101. Also generate dependers-graphviz files.
  102. Fix XML escaping for the project() name in Eclipse projects (#11658)
  103. Fix XML escaping for target names in Eclipse project files (#11658)
  104. Add XML escaping for directory name in Eclipse projects (#11658)
  105. Eclipse projects: created one linked resource for each subproject
  106. Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736)
  107. Add ASM support for the Intel compiler
  108. Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILER
  109. Add support for ASM for the SunPro compiler
  110. Add suport for ASM for the IBM XL compiler
  111. Add support for ASm for the HP compiler.
  112. Set the HP asm file suffix
  113. Change the default rules so they fit better to the new ASM handling
  114. Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it
  115. Add assemble- and preprocess commands for HP
  116. The Assembler test now tests ASM for GNU, Intel, HP, XL and SunPro
  117. Use a regexp instead a lot of ORs for checking the compiler ID
  118. Only try assembler support for Makefile-based generators
  119. Fix bad comparison in the detect assembler-code
  120. It's ELSEIF(), not ELSIF()
  121. Add temporary debug output for compiler ID detection for ASM
  122. Add more regex for gcc, always print the ASM compiler ID
  123. Add support for the Intel compiler used for ASM under Windows
  124. -use CMAKE_C_FLAGS when generating the assembler file
  125. -only enable the asm test for the Intel compiler if we are under UNIX
  126. Remove trailing whitespace
  127. Make use_mangled_mesa() available in cmake script mode (#11926)
  128. Fix parsing include dirs and builtin macros for CXX-only projects
  129. Don't skip the last builtin include dir for the Eclipse project file
  130. -fix VirtualFolders in Eclipse under Windows
  131. Alexey Ozeritsky (1):
  132. ACML search improvement
  133. Andreas Schneider (6):
  134. Modules: Added CheckPrototypeDefinition module.
  135. Tests: Added test for check_prototype_definition.
  136. FindOpenSSL: Added support for pkg-config.
  137. FindOpenSSL: We should only use hints to find OpenSSL.
  138. FindOpenSSL: Fixed crypto und ssl variable names.
  139. FindOpenSSL: Use find_package_handle_standard_args for version check.
  140. Bill Hoffman (2):
  141. With very long file names, VS 2010 was unable to compile files.
  142. Fix for bug where VS2010 did not use .obj files as part of the build.
  143. Brad King (94):
  144. Reject directory names containing '=' (#11689)
  145. FindQt4: Include builtin FindPackageHandleStandardArgs directly
  146. Handle trailing slashes on add_custom_command DEPENDS
  147. Handle relative WORKING_DIRECTORY in add_custom_(command|target)
  148. Pass -o after -c for Fortran to avoid mpif77 ordering bug
  149. Add link flag table entries for VS 7,8,9
  150. VS: Create a Fortran DLL's import library directory
  151. Fix linker flag initialization from LDFLAGS (#11840)
  152. ccmake: Remove extra parens around comparison
  153. Avoid direct use of std::stringstream
  154. Honor module .def files with MinGW tools (#9997)
  155. CTest: Update Git submodules with --recursive
  156. libarchive: Remove unused build/windows directory (#11885)
  157. Pass .def files directly to MinGW tools (#9997)
  158. Fix Fortran test .def file symbol mangling
  159. Require at least CMake 2.6.3 to build current CMake
  160. GNUInstallDirs: Simplify and clarify documentation
  161. KWSys: Require at least CMake 2.6.3
  162. Remove unused CMAKE_BACKWARDS_COMPATIBILITY mark
  163. Factor AIX and XL compiler flags into common module
  164. Move RPATH flags to AIX per-compiler information files
  165. Initialize ASM rpath flags for executables with those for shared libs
  166. Add ASM platform information for XL compiler on AIX
  167. Factor HP compiler flags into per-platform/per-compiler files
  168. Add ASM platform information for HP compiler on HP
  169. Add target property LINK_SEARCH_START_STATIC to aid static linking
  170. Test static linking with LINK_SEARCH_START_STATIC
  171. Fix Assembler test to parse C flags string before using
  172. Teach Assembler test to generate main.s at build time
  173. Do not bother enabling C++ in Assembler test
  174. The link interface of MODULE libraries is empty (#11945)
  175. CTest: Do not fail with submodules and Git < 1.6.5.0
  176. Remove trailing whitespace
  177. Add parens in cmTarget::ComputeLinkInterface logic
  178. Validate custom command arguments (#11963)
  179. Factor old-style -D flags out from -I flag generation
  180. FindMPI: Fix documentation formatting
  181. Generate target-wide flags before individual build rules
  182. Optionally pass include directories with response files
  183. Pass include directories with response files to GNU on Windows
  184. Enable Java test more carefully on Apple
  185. Disable Java test with Xcode generator
  186. Allow '.' in target names in generator expressions (#12002)
  187. GNUInstallDirs: Propagate DATAROOTDIR changes to dependent defaults
  188. KWSys: Do not trust EXECUTABLE_OUTPUT_PATH for ProcessFwd9x encoding
  189. Refine unused cache variable warning
  190. Fix unused cache warning after multiple configure iterations
  191. FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2
  192. Fix typo in include_directories documentation (#12020)
  193. KWSys: Recognize rxvt-unicode-256color terminal (#12013)
  194. Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
  195. COMP: Fix build against non-standard outside libarchive
  196. Modules: Add comment and copyright notice validation to readme.txt
  197. cmArchiveWrite: Clear xattr and acl from entries (#11958)
  198. find_package: Forward component list for recursive calls in modules
  199. XL: Set C++ and Fortran flags consistently with C
  200. XL: Consolidate compiler flag information
  201. XL: Avoid copying archives into shared libraries that link them
  202. VS10: Fix working directory of consecutive custom commands (#11938)
  203. Fix working drive of make rules on Windows
  204. Change working drive only in MinGW Makefiles
  205. VS: Use setlocal/endlocal only in VS 10 custom commands
  206. VS10: Fix exit code of custom commands with setlocal/endlocal (#11938)
  207. KWSys: Remove unused CheckCXXSourceRuns cmake module
  208. find_package: Rename implementation of user package registry
  209. find_package: Cleanup user package registry less aggressively
  210. find_package: Document user package registry locations
  211. find_package: Search a "system package registry"
  212. find_package: Check both 32-bit and 64-bit registry views
  213. find_package: Test system package registry when possible
  214. find_package: Fix system package registry test path conversion
  215. FindITK: Use passthru find_package config mode for messages
  216. OpenBSD: Use 'arch -s' for host processor (#12143)
  217. Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
  218. KWSys: Fix leaked FILE in EncodeExecutable error case
  219. ENH: Fix Intel 12 plugin project generation for VS < 10
  220. Revert "Honor RULE_MESSAGES property for build target messages" (#12190)
  221. Fix signed/unsigned comparison in EscapeJSON
  222. Fix run_compile_commands build on Apple GCC 3.3
  223. Make std::map usage more portable in language=>flags/defines maps
  224. Provide std::map<>::at for use in run_compile_commands
  225. run_compile_commands: Avoid shadow in std::map<>::at workaround
  226. Improve string(RANDOM) default seed
  227. run_compile_commands: Avoid extra stl vector conversion
  228. VS 6: Define _WIN32_WINNT to load wincrypt.h correctly
  229. run_compile_commands: Cast istream::get() result to char
  230. Fix CompileCommandOutput test for Make tools not supporting spaces
  231. Explicitly cast time value in cmSystemTools::RandomSeed
  232. Fix CompileCommandOutput test build on Windows
  233. Add Absoft Fortran compiler id and basic flags
  234. Absoft: Detect implicit link libraries on Linux and Mac
  235. Absoft: Enable FortranCInterface check in Fortran test
  236. Document status of output_required_files command (#12214)
  237. Fix forced-seed argument type in string(RANDOM)
  238. Clement Creusot (2):
  239. Add new module Armadillo
  240. Corrected copyright format in FindArmadillo.cmake
  241. Clinton Stimpson (8):
  242. Change to use fphsa to check required variables and version.
  243. Fix grouping bug where "Ungrouped Entries" showed up as a child.
  244. When checking find_package() components, special case qtmain.
  245. Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868.
  246. Fix regression in 43cb9b8.
  247. Speed up creation of parameters file for moc custom command.
  248. Combine component packaging methods into an enum.
  249. Add component support to DragNDrop generator.
  250. David Cole (34):
  251. ExternalProject Test: Increase test timeout value
  252. CFBundle Test: Add PATHS for finding Rez (#11295)
  253. CTest: Mark DART_TESTING_TIMEOUT as advanced (#10150)
  254. Xcode: Allow override of CMAKE_CONFIGURATION_TYPES (#8914)
  255. Tests: Eliminate unnecessary files and variables.
  256. VS9: Map enable/disable PREfast flags (#10638)
  257. Strip trailing space from xcode-select output (#10723)
  258. CTest: Add alias for make test target (#4564)
  259. Add CMAKE_SCRIPT_MODE_FILE variable (#2828)
  260. Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)
  261. Fix KWStyle line-too-long complaint (#2828)
  262. Documentation: Sync two differing copies of -E docs (#10446)
  263. Clarify list subcommand documentation (#8154)
  264. VS2010: Fixed GenerateManifest flag (#10704)
  265. VS: Only use /MANIFEST if hasManifest is true (#11216)
  266. Make file DOWNLOAD less noisy (#11761)
  267. Begin post-2.8.4 development
  268. Use stable_sort to preserve test order (#11877)
  269. Implement file(UPLOAD (#11286)
  270. Fix KWStyle line too long error (#11286)
  271. ExternalProject: Extract file names from more urls
  272. InstallRequiredSystemLibraries: Read reg values with get_filename_component
  273. Add correct module notice header.
  274. If getconf returns empty output, try cpuinfo. (#11302)
  275. Add ProcessorCount support for QNX via pidin. (#11302)
  276. Compare ProcessorCount to SystemInformation count. (#11302)
  277. ProcessorCount test: more output, do not fail. (#11302)
  278. ProcessorCount: Add support for remaining platforms (#11302)
  279. ProcessorCount: Test fails if count is 0 (#11302)
  280. ProcessorCount: Use ERROR_QUIET with execute_process (#11302)
  281. ExternalProject: Add SVN_TRUST_CERT argument
  282. CMake: Clarify the --debug-trycompile help text
  283. ExternalProject: Always use --non-interactive with svn
  284. VS10: Write header-only files in correct xml element (#11925)
  285. Eric NOULARD (25):
  286. CPackRPM honors all the different ways of packaging components
  287. CPackRPM fix IRIX compiler warning (variable never used)
  288. CPack remove "-ALL" suffix for ALL-IN-ONE packages
  289. CPack Authorize DISPLAY_NAME usage in component package
  290. CPack fix KWStyle warning
  291. CPack remove previously CPack generated files (if any) before running CPack
  292. CPackRPM Replace space in some CPACK_ vars (Fix bug 9932)
  293. CPackRPM activate CPackRPM test on Linux systems where rpmbuild is found
  294. CPackArchive package all components specified in CPACK_COMPONENTS_ALL
  295. CPack more robust way to collect files belonging to a component
  296. CPackRPM do not run test if build dir contains space
  297. CPack fix compile error on VS70 and avoid KWStyle warnings
  298. CPackRPM add more trace output in order to help failing diagnostics
  299. CPackRPM even more trace in debug mode or in case of failure
  300. CPackRPM non matching ENDIF
  301. CPack try to please SUSE 64 bits and install lib in lib64 and not lib.
  302. Remove debbuging typo
  303. CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROR
  304. CPack fix #11930 and simplifies component packaging options
  305. Fix #11964 Handle lib64 library on Linux
  306. Fix KWStyle warnings
  307. Split CPack.cmake in more manageable parts
  308. Fix KWStyle warnings
  309. CPackRPM Fix #12096: handle absolute install path with component install
  310. CPack make RPM work on AIX. fix #0012183 merge patch from Pasi Valminen
  311. James Bigler (1):
  312. Add FloatingPointModel to the list of known VS7 generator flags.
  313. Johan Björk (1):
  314. XCode: Also qoute [] as needed to set build-configurations.
  315. Kovarththanan Rajaratnam (1):
  316. Documentation: document platform specific -E commands (#10446)
  317. M. Konrad (1):
  318. CPackDeb add Component Support to DEB generator fix #0011655
  319. Manuel Klimek (6):
  320. refactor flags and defines
  321. cache flags and defines
  322. implement cxx command output
  323. make compile command output optional
  324. Adds a test for the compile command line output.
  325. Only offer the compile command output feature on unix systems
  326. Marco Craveiro (1):
  327. CTest: Use the gcov --preserve-paths flag (#11717)
  328. Markus Rathgeb (1):
  329. When cross compiling, don't double-root paths when using find_*.
  330. Martin Konrad (2):
  331. CPackDeb: Fix #12006 broken package names
  332. CPackDeb: Handle dirs for CONTROL_EXTRA correctly when packaging components
  333. Mathieu Malaterre (8):
  334. This commit fixes bug #0010316
  335. Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake
  336. Add support for Java on HP
  337. Add support for java on fedora
  338. UseSWIG.cmake does not expand $(OutDir)
  339. Add support for new swig 2.0 application
  340. UseSWIG.cmake did not support multiple modules and parallel builds
  341. Add support for FindJava on HP-UX and alpha
  342. Michael Wild (1):
  343. Add module ProcessorCount.cmake (#11302)
  344. Modestas Vainius (1):
  345. Documentation: Fix a few typos (#11883)
  346. Nikita Krupen'ko (1):
  347. Add GNUInstallDirs module to define GNU layout (#3976)
  348. Philip Lowman (1):
  349. VS7/8/9: Map whole program optimization flags (#10263)
  350. Richard Bateman (1):
  351. Add support for CFBundle targets on the Mac (#11295)
  352. Rolf Eike Beer (2):
  353. CTest: catch warning output of Apache Maven
  354. FindZLIB: print library instead of include directory
  355. Sean McBride (1):
  356. Removed most usage of Carbon in favour of CoreFoundation
  357. Sebastian Herbst (2):
  358. VS8/9: Add flag map entries for /Zc:wchar_t (#10397)
  359. VS7/8/9: Add flag map for string pooling option (#10397)
  360. Tim Hütz (1):
  361. Add a string(FIND) sub-command (#11795)
  362. Todd Gamblin (2):
  363. FindMPI: Handle multiple languages
  364. Added backward compatibility for input as well as output vars.
  365. Wesley Turner (1):
  366. Ensure executable files have executable permissions.
  367. Zach Mullen (5):
  368. Implement ctest_upload command
  369. Change 'Files' tag to 'Upload' in Upload.xml
  370. Don't tar/gz ctest_upload() files
  371. Add the FILES keyword to ctest_upload command
  372. cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES
  373. Changes in CMake 2.8.4 (since 2.8.4-rc2)
  374. ----------------------------------------
  375. Alex Neundorf (1):
  376. Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
  377. Andreas Schneider (1):
  378. FindPerlLibs: Add notice of copyright
  379. Brad King (3):
  380. libarchive: Define major/minor/makedev only where needed (#11648)
  381. libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815)
  382. Fix documentation of MSVC_VERSION (#11833)
  383. David Cole (1):
  384. Silence the may be used uninitialized warnings: initialize stuff.
  385. Eric NOULARD (2):
  386. CPack Tests the different ways of packaging components
  387. Avoid foreach IN LISTS syntax which is not supported by CMake 2.6
  388. Changes in CMake 2.8.4-rc2 (since 2.8.4-rc1)
  389. --------------------------------------------
  390. Alex Neundorf (3):
  391. Make cmake build again with cmake < 2.6.3
  392. Strip trailing whitespace.
  393. Fix parsing of compiler name with a version number
  394. Ben Boeckel (86):
  395. ... 86 commit messages summarized as:
  396. Fix ADD_TEST regression when WORKING_DIRECTORY not given
  397. Add new "strict-mode" CMake variable checking
  398. Activate / avoid using new command line arguments:
  399. --warn-uninitialized
  400. --warn-unused-vars
  401. --no-warn-unused-cli
  402. --check-system-vars
  403. Bill Hoffman (3):
  404. For macros make sure the FilePath points to a valid pointer in the args.
  405. Add a warning when variables are used uninitialized.
  406. Make --strict-mode option, and integrate with cmake-gui
  407. Brad King (34):
  408. bootstrap: Granular system library selection (#11431)
  409. bootstrap: Clarify --init flag documentation (#11431)
  410. bootstrap: --verbose implies verbose Makefiles (#11708)
  411. Combine duplicate COMPILE_DEFINITIONS disclaimer
  412. Document COMPILE_DEFINITIONS known limitations (#11660, #11712)
  413. Document try_compile behavior more clearly (#11688)
  414. Document Check(C|CXX)SourceCompiles behavior more clearly (#11688)
  415. Fix get_(cmake|test)_property documentation (#11703)
  416. Reference get_property() from old get_*_property() commands
  417. Replace misleading example in the if() documentation (#10773)
  418. Clarify auto-dereference cases in if() command (#11701)
  419. Document CheckFunctionExists more clearly (#10044)
  420. Document CheckSymbolExists more clearly (#11685)
  421. Update CheckSymbolExists copyright year
  422. Report directory with missing source file (#11677)
  423. Test that missing source mentions directory (#11677)
  424. Teach Simple_Mingw_Linux2Win test to use windres
  425. Disable SubDirSpaces parens with GNU Make 3.82 (#11654)
  426. libarchive: Fix major() check for LSB 4.0 (#11648)
  427. Xcode: Make generation depend on all input directories
  428. Recognize SCO UnixWare C/C++ compilers (#11700)
  429. Factor SCO compiler info out of platform file (#11700)
  430. Honor CMAKE_TRY_COMPILE_CONFIGURATION in Makefile generators (#10809)
  431. Document CMAKE_TRY_COMPILE_CONFIGURATION variable
  432. Honor VS_SCC_* properties in Fortran targets (#10237)
  433. Normalize slashes in scanned #include lines (#10281)
  434. Improve try_compile and try_run error messages
  435. Use shortest extension to verify try_compile language (#11731)
  436. Modules: Include builtin FindPackageHandleStandardArgs directly
  437. Fix relative CMAKE_USER_MAKE_RULES_OVERRIDE (#11725)
  438. Clarify CMAKE_USER_MAKE_RULES_OVERRIDE documentation (#11724)
  439. Always place try_compile executables predictably (#11724)
  440. try_compile: Allow only languages loaded in caller (#11469)
  441. Fix ArgumentExpansion test expected results
  442. Clinton Stimpson (1):
  443. Replace exec_program with execute_process for qmake queries.
  444. David Cole (16):
  445. Update script with new machine name
  446. VS10: Fix problems with InstallRequiredSystemLibraries.
  447. Add CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS variable
  448. Add CPACK_NSIS_INSTALL_ROOT for CMake's own installer (#9148)
  449. Xcode: Disable implicit make rules in custom rules makefiles.
  450. Add freeglut as library name (#10031)
  451. Add new names for PNG and ZLIB libraries
  452. Avoid exceptions when ccmake terminal window is too small (#11668)
  453. VS10: Load projects with obj "source" files (#11147)
  454. VS10: Enable using devenv as CMAKE_MAKE_PROGRAM (#11459)
  455. Xcode: Fix crash: avoid strlen call on NULL char *
  456. CTestTest2: Avoid running purify unless requested
  457. VS10: Escape double quote chars in defines for rc files (#11695)
  458. Fix line too long KWStyle issue (#11695)
  459. Avoid space in rc /D values for VS6 and Cygwin (#11695)
  460. VSResource: Avoid windres /D with quoted spaces (#11695)
  461. Marcus D. Hanwell (1):
  462. Bug #11715 - generate header in the build tree.
  463. Nicolas Despres (1):
  464. bootstrap: Add --enable-ccache option (#11707)
  465. Changes in CMake 2.8.4-rc1 (since 2.8.3)
  466. ----------------------------------------
  467. Alex Neundorf (32):
  468. Add support for nasm assembler, patch by Peter Collingbourne (see #10069)
  469. Improve misleading comments.
  470. Add missing copyright headers
  471. We already have 2010, fix copyright year.
  472. Make FindBISON work properly with non-C locales (#11326)
  473. Add support for yasm, a nasm compatible assembler
  474. Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGS
  475. Remove trailing whitespace and minor formatting changes for the dot-code
  476. Move the code for collecting targets and libraries into separate functions
  477. Properly insert all targets, also those which don't link to anything.
  478. Generate separate dot files for each target, and a big one with everything.
  479. Move the code for generating dot-files into separate class cmGraphVizWriter
  480. Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keyword
  481. Remove trailing whitespace
  482. Don't enforce VERBOSE makefiles for the CodeBlocks generator
  483. Remove the "early alpha stage" comments about Eclipse and C::B
  484. Don't disable colors in the CodeBlocks generator and minor cleanup.
  485. Some more fixes for nasm support, from Etienne (#10069)
  486. Enable/disable generating graphs depending on the target type
  487. Use std::cout instead of fprintf
  488. Collect targets and libs on demand instead of in the ctor
  489. Exclude targets from the graphviz file based on a regex
  490. Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)
  491. Fix typos in the doc
  492. Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generator
  493. Add ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT as a ADVANCED cache variable (#9631)
  494. Fix crash in Eclipse generator with empty project (#11616)
  495. Fix indentation in cmPolicies::ApplyPolicyVersion()
  496. Remove trailing whitespace
  497. Prefer files from CMAKE_ROOT when including from CMAKE_ROOT
  498. Improve documentation and messages for the new CMP0017
  499. Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
  500. Alexey Ozeritsky (5):
  501. FindBLAS works in C/C++ projects without Fortran
  502. ACML find fixes (issue 0011219)
  503. find ACML fixes
  504. fix for Fortran-only projects
  505. FindLAPACK works with C/C++ only projects (issue 0009976)
  506. Andrius Štikonas (1):
  507. Modules: Fix spelling 'becase' -> 'because'.
  508. Ben Boeckel (25):
  509. Fix parsing of cache variables without a type
  510. Use cmCacheManager to load entries from the cache
  511. Support manual cache entries
  512. Condense parsing of cache entries
  513. Use FPHSA in FindOpenGL
  514. Ignore strerror_r since CMake isn't threaded
  515. Use _POLL_EMUL_H_ instead of HAVE_POLL_FINE
  516. Rename WorkingDirectory test
  517. Add WORKING_DIRECTORY argument to add_test
  518. Add tests for WORKING_DIRECTORY arg to add_test
  519. Rename the project to match the test
  520. Fix header includes for C++ and Visual Studio
  521. Add ctype.h include for toupper()
  522. Flip slashes around on Windows
  523. Use --><-- markers to denote the path
  524. Simplify the _default_cwd derivation
  525. Only test the default cwd with Makefiles
  526. Group adding tests with its properties
  527. Fully specify the path to old-signature add_test
  528. Use iostream to make Borland happy
  529. Check for poll when looking for _POLL_EMUL_H_
  530. Toss out strerror_r macros
  531. Fix missed _POLL_EMUL_H_ and HAVE_POLL combo
  532. Make TestsWorkingDirectory test a C file
  533. Pass the expected value as the first argument
  534. Bill Hoffman (17):
  535. Fixes for the OSF operating system build.
  536. Add a fix for the inline keyword on the osf os.
  537. Add a "Contract" test for VTK. The test downloads and builds VTK.
  538. Fix contract test so it is not hard coded to the vtk542 test.
  539. Fix incremental linking for VS2010 with nmake or make.
  540. Change cpack run and verify script to work with multi-config generators.
  541. Fix vs2010 project generation error when HEADER_FILE_ONLY is set.
  542. Add more documentation for LANGUAGE property.
  543. Add flags to resource builds on vs 2010 with a test.
  544. Disable incremental testing for this test, it crashes vs9 linker.
  545. Only run resource test for MSVC compilers.
  546. Add support for windows resources with mingw/msys.
  547. Add support for windres to cygwin.
  548. Add testing for windows resources for mingw/msys/cygwin and remove for watcom.
  549. Enable resource building with the intel compiler on windows.
  550. Add support for source files in custom targets for VS 10 (Bug#11330).
  551. Change the nightly tests to build from the nightly branch and not next.
  552. Brad King (90):
  553. Store direct dependencies in solutions for VS >= 8
  554. BUG: Fix compiler flag test for non-English MSVC (#11336)
  555. Document custom command behavior without DEPENDS (#11407)
  556. Consolidate duplicate link rule make dependency code
  557. Define LINK_DEPENDS target property (#11406)
  558. KWSys: Teach SystemInformation about WinXP Pro and Win7
  559. Fix Intel .vfproj SubSystem attribute values
  560. Set Intel .vfproj RuntimeLibrary attribute
  561. Create Fortran info variables for .mod behavior
  562. Teach CMake about Cray C, C++, and Fortran compilers
  563. Speedup find_* commands (#11412)
  564. Prefer non-empty prefixes when matching lib names (#11468)
  565. Record edge type in global dependency graph
  566. Use modern global dependency graph for VS < 8 deps
  567. Allow add_dependencies() on imported targets (#10395)
  568. Pass Mac linker flag through PGI compiler using "-Wl,"
  569. Modernize FindITK module (#11494)
  570. Fix find_* argument parsing crash (#11513)
  571. Skip VS <= 7.1 dependency analysis for VS >= 8
  572. Enable 64-bit tools with VS 2010 Express (#9981, #10722)
  573. KWSys: Associate installed library with an EXPORT
  574. Fix try_compile RemoveFile anti-virus loop (#11503)
  575. Fix Fortran .mod timestamps with Cray compiler
  576. Make Fortran $obj.provides.build targets not .PHONY
  577. Honor custom command dependencies on imported targets (#10395)
  578. Improve signature of cmLocalGenerator::GetRealDependency
  579. Skip file-level dependencies on custom targets (#11332)
  580. Simplify VS generator ConstructScript interface
  581. Factor out common custom command generator
  582. Remove cmLocalGenerator::GetRealLocation
  583. KWSys: Remove realpath from SystemTools::GetPath (#10335)
  584. Fix parallel "make install" of CMake itself
  585. CTest: Fix ctest_sleep documentation (#11554)
  586. Fix soname in cross-compiled targets with Mac host (#11547)
  587. Detect object files in implicit link information
  588. Allow Fortran platform files to set empty values
  589. Recognize the NAG Fortran compiler
  590. Add NAG Fortran compiler information files
  591. FortranCInterface: Recognize NAG Fortran module symbols
  592. Remove unused variable "rootdir" in VS generators
  593. Avoid msbuild idiosyncrasy that builds multiple configs (#11594)
  594. Remove unused parameter "root" in some VS generator methods
  595. Fix dependency tracing of INSTALL and PACKAGE (#11598)
  596. Remove unused GLOBAL_TARGET generation code
  597. KWSys: Use EXPORT name only if installing library
  598. Write full version into try_compile CMakeLists
  599. KWSys: Do not mangle UNC paths in ConvertToUnixOutputPath (#10206)
  600. Normalize add_custom_command OUTPUT names (#10485)
  601. Make link rule depend on ".def" file (#11014)
  602. Document target_link_libraries target scope (#11058)
  603. Record backtrace in cmCustomCommand
  604. Factor generator expression docs out of add_test
  605. Factor per-config sample targets out of 'Testing' test
  606. Optionally suppress errors in cmGeneratorExpression
  607. Record set of targets used in cmGeneratorExpression
  608. Introduce "generator expression" syntax to custom commands (#11209)
  609. CTest: Fix test DEPEND cycle detection
  610. Make Intel defines consistent with MSVC on Windows (#9904)
  611. CTest: Fix line-too-long style in DEPEND cycle error
  612. Detect Fortran target architecture on Windows
  613. Modernize Intel compiler info on Windows
  614. Remove unused old-style g++ info file
  615. CheckCCompilerFlag: Strict signature of 'main' (#11615)
  616. Warn in find(GLOB) docs about bad use case (#11617)
  617. Remove call to SystemTools::GetMaximumFilePathLength
  618. Xcode: Generate native 3.2 projects
  619. Declare min CMake version in --system-information project
  620. Cygwin: Fix tests to check CYGWIN instead of WIN32
  621. Cygwin: Do not define 'WIN32' (#10122)
  622. Revert "Remove unused parameter "root" in some VS generator methods"
  623. Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633)
  624. Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594)
  625. Mark CustomCommand test perconfig.out as SYMBOLIC
  626. CTest: Factor out duplicate Git author/committer code
  627. KWSys: Avoid buffer overflow in SystemInformation (#11018)
  628. Fix sentence break in add_test documentation
  629. Pass Mac linker flag through all compilers with -Wl,
  630. KWSys: Avoid passing string literal as char*
  631. Avoid passing string literal to char* type
  632. Fix constness in compiler id detection
  633. Build enable_language command during bootstrap
  634. Map multiple /FI flags for VS < 10 (#11649)
  635. KWSys: Remove useless include <sys/procfs.h> (#11648)
  636. Allow users to specify defaults for unset policies
  637. ccmake: Use LSB 4.0 curses API conditionally
  638. CTest: Do not truncate UTF-8 test output too early (#10656)
  639. ccmake: Use LSB 4.0 getmaxyx conditionally
  640. Allow platform files to set large archive rules (#11674)
  641. Document reading LOCATION early as undefined (#11671)
  642. Document reading LOCATION_<CONFIG> early as undefined (#11671)
  643. Brian Bassett (1):
  644. VS: Fix linking of Fortran-only DLL projects (#10803)
  645. Campbell Barton (1):
  646. Honor RULE_MESSAGES property for build target messages
  647. Chuck Atkins (1):
  648. CTest: Teach launcher to ignore empty/no-op make commands
  649. Clinton Stimpson (11):
  650. Fix regex for moc includes when looking for frameworks.
  651. cmake-gui: use BundleUtilities in place of custom script.
  652. Fix regression in 2dae2f1 which added find of Qt imports dir.
  653. Force cmake to run again when qrc dependency scanning needs to happen.
  654. Fix regression to allow specifying a CMakeCache.txt file on the command line.
  655. BundleUtilities: only do rpath strip on copied prerequisites.
  656. Fix build issues cross compiling with static Qt.
  657. CTest: multiple ctest_test calls w/LABEL regexs (#11487)
  658. cmake-gui: always enable generate button.
  659. allow absolute paths for dbus interface.
  660. Add support for using static/dynamic Qt plugins.
  661. Craig Scott (1):
  662. ccmake: Port for LSB 4.0 (#11648)
  663. Dave Abrahams (1):
  664. FindPerlLibs: Fix for Mac locally applied patches
  665. David Cole (31):
  666. Add a contract test for building the CSE.
  667. Enable overriding contract test timeout values.
  668. Update tag in the Contracts/cse-snapshot test.
  669. Make HTML test fail when --nonet arg is not available.
  670. Begin post-2.8.3 development
  671. No CMake.HTML test if xmllint has no --nonet.
  672. Suppress "loop was vectorized" "warnings."
  673. Add contract test for Trilinos 10.6.1 snapshot.
  674. Honor FOLDER on include_external_msproject targets (#11436)
  675. Correct misspelling in error message text.
  676. BundleUtilities: error if fixup_bundle_item called on non-embedded item
  677. VS10: stop build on custom command error (#11533)
  678. CPack: look for makensis in the PATH (#8210)
  679. VS10: avoid warning, no nologo when verbose (#10587)
  680. Use m prefix in shorttag value to indicate "md5 of tarball"
  681. Establish pass criteria for the Trilinos contract test.
  682. Suppress erroneous warnings from Intel compiler
  683. Avoid running CMake.Install test simultaneously with other tests
  684. VS10: Finish Midl support (#11461)
  685. Prohibit space in HOME value for VSMidl test.
  686. KWSys: Fix CPU speed calculations (#9963)
  687. KWSys: Retrieve QNX specific memory and processor info (#11329)
  688. Improve build error detection.
  689. VSMidl Test: Use correct include_directories with VS6 (#11461)
  690. Add PATH_SUFFIXES for finding git.
  691. ExternalProject: Avoid bleed-through output when logging.
  692. Fix WOW64 registry mode on Windows 2000 (#10759)
  693. ExternalProject: Replace location tags in CMAKE_CACHE_ARGS
  694. CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644)
  695. KWSys: Fix WOW64 registry mode on Windows 2000 (#10759)
  696. CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148)
  697. Eric NOULARD (13):
  698. CPackRPM add basic component support to CPackRPM
  699. CPack fix kwstyle breakage and make CPackRPM backward compatible
  700. CPack backward compatibility fix 2.8.3-2.8.2 (bug 11452)
  701. CPack Fix KWStyle error
  702. CPack Honor CPACK_MONOLITHIC_INSTALL at CPack time too
  703. CPack use IsOn when it's better than IsSet
  704. CPackRPM fix bug 0011595 : Can't generate RPMs (on FC11...)
  705. CPack new tests for component install
  706. CPack Default component test for ZIP should be OK
  707. CPackTest spit out more output in case of failure
  708. Arrange output in a better way
  709. Precise the project config type when invoking cpack
  710. CPackSTGZ quote here-doc, fix bug10518
  711. Kai Wasserbäch (1):
  712. FindTCL: Fix TCL and TK version variable references (#11528)
  713. Marcus D. Hanwell (5):
  714. BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.
  715. Added CMAKE_CACHE_ARGS to ExternalProject.
  716. Escape file write expansion, and build up lists.
  717. Fixed bug where last entry would be lost.
  718. Python additional version support, bug #10279.
  719. Matthias Kretz (1):
  720. Inline help in vim with vertical split.
  721. Mike McQuaid (6):
  722. Fix incorrect variable documentation (#11127)
  723. Add variable for InstallRequiredSystemLibraries dir (#11140)
  724. InstallRequiredSystemLibraries debug-only (#11141)
  725. Allow NSIS package or uninstall icon (#11143)
  726. Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)
  727. Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)
  728. Philip Lowman (8):
  729. 11363: FindBoost.cmake fails to find debug libraries in tagged layout install
  730. 11429: FindGTK2 does not find libraries built for Visual Studio 2010
  731. 11430: FindBullet doesn't find header files installed by Bullet >= 2.77
  732. 11384: FindCxxTest now includes test code in VS project
  733. [patch] Add Boost 1.45 to search, simplify a check removing VERSION_LESS
  734. Add Boost 1.46
  735. Fix spelling BOOST_LIBRARYDIR message. Add error for common misspellings.
  736. Lowercase all function names and improve consistency
  737. Rolf Eike Beer (2):
  738. allow STRING(SUBSTRING) work with length -1 as "rest of the string"
  739. Add the WORKING_DIRECTORY property to tests
  740. Wojciech Migda (1):
  741. Recognize the Texas Instruments DSP compiler (#11645)
  742. Yaakov Selkowitz (2):
  743. Cygwin: Use 'cyg' prefix for module DLLs (#10122)
  744. Cygwin: Fix release script libncurses search patterns (#10766)
  745. Zach Mullen (4):
  746. Remove debugging message from parallel ctest
  747. CTest git update should pass the committer as well as the author
  748. Support explicitly set test costs in non-parallel testing.
  749. Test TIMEOUT property explicitly set to zero should be honored
  750. No changes in CMake 2.8.3 since 2.8.3-rc4.
  751. Changes in CMake 2.8.3-rc4 (since 2.8.3-rc3)
  752. --------------------------------------------
  753. Bill Hoffman (1):
  754. When processing DartMeasurements use the tests working directory.
  755. David Cole (2):
  756. ExternalProject: No svn --username if empty (#11173)
  757. Avoid problem reading jni.h on Macs.
  758. David Partyka (5):
  759. Fixed appending PATH to dumpbin tool from growing without bounds.
  760. Switch to CMAKE_PATH when doing PATH comparisons on Windows.
  761. Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.
  762. Append the gp_tool path to the system PATH using native slashes.
  763. Fixes to GetPrerequisites for cygwin
  764. Eric NOULARD (1):
  765. CPackDeb Added several optional debian binary package fields
  766. Marcus D. Hanwell (2):
  767. ENH: Added case for Python 2.7.
  768. Fixed parallel build for generators with EXTRA.
  769. Changes in CMake 2.8.3-rc3 (since 2.8.3-rc2)
  770. --------------------------------------------
  771. Alex Neundorf (4):
  772. Remove trailing whitespace
  773. Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)
  774. Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
  775. CodeBlocks Generator: Do not omit files in the project file listing.
  776. Brad King (4):
  777. VS10: Order .vcxproj dependencies deterministically (#10502)
  778. Document ENABLE_EXPORTS behavior on Mac (#11295)
  779. FindHDF5: Fix typo in parallel-IO support check (#11291)
  780. Xcode: Recognize .hh as C++ (#11307)
  781. Clinton Stimpson (1):
  782. Find imports dir in Qt 4.7
  783. David Partyka (1):
  784. Update module to locate newely released MS MPI HPC Pack R2.
  785. Philip Lowman (1):
  786. Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
  787. Rolf Eike Beer (2):
  788. FindSubversion: Fix for German localized client (#11273)
  789. FindSubversion: Use C locale to detect version (#11273)
  790. Changes in CMake 2.8.3-rc2 (since 2.8.3-rc1)
  791. --------------------------------------------
  792. Alex Neundorf (5):
  793. APPEND and not-APPEND mode of feature_summary() were swapped
  794. Set a default DESCRIPTION if none is given for ALL mode of feature_summary()
  795. Close ENDFUNCTION() properly with the same name as FUNCTION()
  796. Make cmake-gui remember whether the "Advanced" checkbox was checked or not
  797. Also store the required version number in the details message.
  798. Ben Boeckel (3):
  799. Add test that CMake errors with empty libs
  800. Fix which string is checked for in the test
  801. XCode generation should fail if lang isn't known
  802. Bill Hoffman (5):
  803. Fix the name of the variable being tested.
  804. Fix KWStyle line length issues.
  805. Add a delay after untar on windows to make external project work on windows 7
  806. Add a new line to the end of the generated main.cxx for the hpux compiler.
  807. Fix for bug #11274, VS10 custom commands that create files in INTDIR fix.
  808. Brad King (12):
  809. Evaluate <OBJECT_DIR> rule variable for executables
  810. ccmake: Fix search with '/'
  811. MinGW: Support long object file lists
  812. Document IMPORTED_NO_SONAME target property
  813. FindMPI: Recoginze -f flags from mpicc (#10771)
  814. Add module-dir flag for Compaq Visual Fortran (#11248)
  815. FindPythonInterp: Look for python2.7 interpreter
  816. VS10: Use $(IntDir) for per-source output directory (#11270)
  817. Reset platform/compiler info status for each language
  818. Remove trailing whitespace from Xcode generator source
  819. VS10: Skip targets with no linker language (#11230)
  820. VS10: Encode custom command comments for echo (#11283)
  821. Clinton Stimpson (1):
  822. Fix regression in cross-compile patches with finding Qt libs.
  823. David Cole (7):
  824. Enable calling commands with : in argv[1] (#9963)
  825. No extra spaces in CustomCommand test (#9963)
  826. Avoid CustomCommand test failure on VS71 (#9963)
  827. Update release scripts.
  828. Avoid CustomCommand test failure on VS71 (#9963)
  829. Honor MAKECOMMAND value saved in cache (#11026)
  830. New USE_FOLDERS property OFF by default. (#3796)
  831. David Gobbi (1):
  832. Set the module prefix, updated Windows suffix.
  833. Eric NOULARD (2):
  834. InstallGen/CPack fix handling absolute installed file regression
  835. CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)
  836. James Bigler (2):
  837. Fix for bug 0011263.
  838. Allow -g3 for CUDA v3.0+.
  839. Mikkel Krautz (2):
  840. Xcode: Avoid trailing space in ARCHS list (#11244)
  841. Xcode: Quote string values containing '$' (#11244)
  842. Philip Lowman (12):
  843. FindBoost.cmake fixes for issues 11204 & 8529
  844. FindBoost.cmake: Miscellaneous changes and refactoring
  845. FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS option
  846. FindBoost.cmake: Fix compiling against a boost source tree
  847. FindBoost.cmake: Fixes 11246
  848. FindBoost.cmake: Fixes 11121
  849. FindBoost.cmake: Fixes 10436
  850. FindBoost.cmake: Implements 11160
  851. Fix 11136: [patch] FindThreads.cmake documents the wrong variable
  852. FindBoost.cmake: Fix library search path glitch introduced in earlier commit
  853. FindFLEX.cmake: Fix issue 11249
  854. Fixes issue 11279: CMakeDetermineVSServicePack support for VS10
  855. Yaakov Selkowitz (2):
  856. FindFLTK*: Use Cygwin fltk on Cygwin (#11290)
  857. Use 'uname -m' for processor on Cygwin (#10774)
  858. Changes in CMake 2.8.3-rc1 (since 2.8.2)
  859. ----------------------------------------
  860. Alex Neundorf (39):
  861. fix build on SUSE 11.2 in cmcurl due to ssize_t
  862. -add an additional name for finding libtiff on Windows
  863. -fix typo in docs of deprecated MacroAddFileDependencies.cmake
  864. add 2nd, more powerful mode to find_package_handle_standard_args()
  865. -fix indentation of the documentation
  866. Add version checking support to FindFlex and FindPerlLibs
  867. FindSquish doesn't detect the version, remove that from the documentation
  868. Improved version checking for FindRuby using the new mode of FPHSA()
  869. Improved version checking for FindJava using the new FPHSA() mode
  870. Fix DETAILS string with version number in FHPSA()
  871. Improved version checking for FindSubversion using the new mode of FPHSA()
  872. Improved version checking for FindCUDA using the new mode of FPHSA
  873. Use FPHSA() in FindSWIG, including version checking.
  874. Change documentation of Subversion_FOUND and SUBVERSION_FOUND.
  875. Add macro CMakeParseArguments() and use it in FPHSA()
  876. Fix ZLIB version parsing if no TWEAK version exists
  877. Fix EclipseCDT include path parsing with spaces (#10868)
  878. Fix EclipseCDT parsing of builtin macros with spaces (#10868)
  879. Remove trailing spaces
  880. Detect a COMPILER_ID also for ASM.
  881. Add timeout to execute_process() in CMAKE_DETERMINE_COMPILER_ID().
  882. Fix parsing of builtin macros so Eclipse handles them properly (#10868)
  883. Log the required package version and major improvement to FeatureSummary
  884. Improve documentation.
  885. Improve wording of the documentation.
  886. Add macro ADD_FEATURE_INFO() and improve docs.
  887. Remove trailing whitespace
  888. Make target_link_libraries() complain if bad target name is used
  889. Just warn in case of a bad target as only argument for t_l_l()
  890. Remove trailing whitespace
  891. New CMP0016 for deciding whether an unknown target in TLL() is an error.
  892. Record all considered Config files and their versions.
  893. Improve error message in Config-mode when no appropriate version was found
  894. Replace the two vector<string,string> with one vector<struct{string,string}>
  895. Small cleanup of FindPackageHandleStandardArgs.cmake
  896. Don't create an empty element at the end of Foo_CONSIDERED_CONFIGS/VERSIONS
  897. Add option CONFIG_MODE to FPHSA()
  898. Improve version notice in the generated message
  899. Improve wording of the error message of find_package() in config-mode
  900. Andrew Maclean (3):
  901. Adding a FindPostgreSQL.cmake module
  902. Forgot the copyright notice.
  903. Changed ADDITIONAL_SEARCH_PATHS to PostgreSQL_ADDITIONAL_SEARCH_PATHS.
  904. Arjen Verweij (1):
  905. Pass objects to Intel linker using a response file
  906. Bill Hoffman (9):
  907. Disable gcc 33 on OpenBSD because it crashes CPack by default.
  908. Fix for bug#10483, INCLUDE_EXTERNAL_MSPROJECT: ProjectGUID now ProjectGuid
  909. Remove the ctest submit larget output test.
  910. Let CMake recognize .CPP .CXX and .C++ as c++ files.
  911. Fix for bug 10388, fix various default flags.
  912. Only use .CPP .CXX and .C++ do not work by default with g+++.
  913. Fix targets with . in the name for VS 10 IDE.
  914. Only test for .CPP on Microsoft compilers which will handle .CPP as c++.
  915. Allow testing of .CPP on WIN32 as it is a case insensitive OS and should work.
  916. Brad King (69):
  917. ExternalProject: Add LOG_* options to hide step output
  918. FindMPI: Do not parse -l in middle of library name
  919. FindMPI: Parse mpicc flags more carefully (#9093)
  920. Fix or cast integer conversions in cmake
  921. Begin post-2.8.2 development
  922. FindMPI: Failure is not an error if not REQUIRED
  923. FindMPI: Trust mpicc -showme on BlueGene/L
  924. VS: Always separate preprocessor defs by semicolon (#10902)
  925. KWSys: Cleanup putenv leak option implementation
  926. KWSys: Pass ptrdiff_t check result to System.c
  927. Fix or cast more integer conversions in cmake
  928. Use same type in both cases of '?:' operator
  929. FindMPI: Fix parsing of mpicc -Wl,-L link flags (#9093)
  930. Fix signed/unsigned comparison warnings in ccmake
  931. Fix integer conversions in cpack
  932. bootstrap: Detect known C/C++ compiler toolchains
  933. KWSys: Use short fallback timeout for Process tests
  934. KWSys: Optionally suppress consistent test failures
  935. KWSys: Avoid Clang optimizer bug in testProcess-[45]
  936. Poison GCC 3.3 on OpenBSD a bit later
  937. KWSys: Avoid undefined behavior in Process crash tests
  938. Optionally use system bzip2 library (#10932)
  939. ctest_update: Abort if Git FETCH_HEAD has no candidates
  940. ctest_update: Support ".git file" work trees
  941. ctest_update: Run 'git submodule' at top level
  942. FindBoost: Search for Boost 1.42
  943. Add FindLibArchive module (#10923)
  944. Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923)
  945. Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)
  946. ExternalProject: Fix $(MAKE) with cygpath on Windows
  947. FindBoost: Search for Boost 1.43 and 1.44
  948. Include headers from chosen libarchive (#10923)
  949. No response files with GNU ld <= 2.16 (#10913)
  950. Create class cmArchiveWrite to wrap libarchive (#11020)
  951. Include entries for directories in tarballs (#11020)
  952. cmArchiveWrite: Fix signed/unsigned compare/convert
  953. cmArchiveWrite: Fix signed/unsigned again
  954. CPack: Avoid member shadowing after API refactor
  955. KWSys: Fix SplitPath for leading '\' on Windows
  956. KWSys: Fix GetActualCaseForPath for UNC paths
  957. ModuleNoticesTest: Do not require "Kitware" copyright
  958. Modules: Fix CMakeParseArguments copyright notice
  959. FortranCInterface: Fix doc typo FC.h -> FCMangle.h
  960. CTest: Avoid use of old EscapeSpaces method
  961. Remove cmSystemTools::EscapeSpaces method
  962. Clarify install(TARGETS) docs for EXPORT option
  963. Factor out global generator ComputeTargetDepends method
  964. Factor out duplicate VS target dependency code
  965. Refactor VS <= 7.1 utility-depends workaround
  966. Restore GetTargetDirectDepends const return
  967. Split notion of node lists and edge lists
  968. Distinguish "strong" and "weak" target dependency edges
  969. Honor strong intra-component target dependencies
  970. libarchive: Remove SCHILY dev,ino,nlink attributes (#11176)
  971. Fix unused parameter warning in VS 7.1 generator
  972. KWSys: Avoid empty string dereference in SplitString
  973. KWSys: Improve SplitPath method documentation
  974. KWSys: Use SplitPath in GetActualCaseForPath
  975. Add whitespace=tab-in-indent attribute for sources
  976. Search MacPorts /opt/local prefix on Mac
  977. HP-UX: Always add /usr/lib to rpath (#10571)
  978. No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)
  979. KWSys: Suppress -Wcast-align warning in MD5.c
  980. Suppress -Wcast-align in curl and bzip2
  981. libarchive: Fix purposeful crash
  982. bootstrap: Honor CFLAGS during "make" test (#10545)
  983. file(DOWNLOAD): Fix error message formatting
  984. Fix line-too-long style errors
  985. Report missing source files with context of target
  986. Clinton Stimpson (10):
  987. Fix performance issue with getting version from zlib.h
  988. Fix bug 10418 - GetPrerequisites returning "not" as a dependency.
  989. Fix regression in 5e6634fd77969433a87c150a2fb3f2079131484f for Windows.
  990. Change Qt4ConfigDependentSettings to use more standard find modules.
  991. Add cross-compiling support to FindQt4.cmake
  992. Tweak for cygwin, don't convert : to ;
  993. Fix some issues with refinding when qmake executable is changed.
  994. Find correct Qt plugins for cross-compiling.
  995. Fix mingw/VS warning message with cross compile re-org.
  996. Make sure moc parameters file goes in binary directory.
  997. David Cole (20):
  998. CheckSourceTree test: read UpdateCommand from Update.xml.
  999. Eliminate -Wconversion warnings.
  1000. Detect CMake warnings and errors in build output.
  1001. Activate retry code on any curl submit failure.
  1002. Add another expected output for the failed submit tests.
  1003. ExternalProject: Use $(MAKE) whenever possible.
  1004. Copy Resources in Frameworks during fixup_bundle (#10020)
  1005. Update path to git. dashmacmini2 was "upgraded."
  1006. ExternalProject: Remove 'unknown keyword' warning (#11034)
  1007. Add documentation for CPACK_PROJECT_CONFIG_FILE.
  1008. Add STEP_TARGETS to ExternalProject module.
  1009. Refine formatting for cmake --help-module output.
  1010. Improve documentation of OPTION command.
  1011. Add FOLDER target property, for IDEs (#3796)
  1012. Avoid adding self as prerequisite. (#10417)
  1013. Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992)
  1014. Preserve timestamps on files on tar extract.
  1015. Use QUIET to avoid Java status messages.
  1016. VS2010: Honor PROJECT_LABEL target property (#10611)
  1017. VS2010: Set IntDir for utility and global targets.
  1018. David Genest (1):
  1019. Honor CMAKE_USER_MAKE_RULES_OVERRIDE in try_compile (#10902)
  1020. Eric NOULARD (20):
  1021. CPackRPM:: Replace - with _ in RPM Version (fix bug 0010934)
  1022. Provides default changelog if no file is provided
  1023. CPackRPM:: Quote every filenames in %file section (see bugs 10701,10871,10345)
  1024. CPackRPM:: [partially] support relocatable package
  1025. CPackDEB: merge wrong installed size patch. see bugs 10296 (and 10292)
  1026. CPackDeb optionally generates auto-dependency list part fix of bug 10292
  1027. Proposal for bash-completion support file
  1028. CPack: Refactor API in order to handle multi-file packages
  1029. CPack: Avoid member shadowing after API refactor (part2)
  1030. Improve cmake-completion (install doc, ctest -R completion)
  1031. Add ZIP archive format and LZMA compress support to libarchive-wrapper
  1032. Add XZ compress support to libarchive-wrapper
  1033. Add Compress compress support to libarchive-wrapper
  1034. CPack Backward-compatibly enforce DESTDIR for DEB and RPM
  1035. CPack Enable better handling of absolute installed files
  1036. CPackArchiveGenerator use cmArchiveWrite wrapper
  1037. CPackArchiveGenerator add component supports
  1038. CPackArchiveGenerator improve usability and robustness
  1039. CPack fix broken compilation for CygwinSource generator
  1040. CPack handle symlinks in CPACK_INSTALLED_DIRECTORIES fix for bug5430
  1041. James Bigler (1):
  1042. Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+.
  1043. Kai Wasserbäch (1):
  1044. Fix spelling errors reported by Lintian.
  1045. Kovarththanan Rajaratnam (4):
  1046. FindZLIB: optimize zlib.h version parsing
  1047. FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
  1048. FindZLIB: use the FPHSA version mode
  1049. FindSubversion: set compatibility variables based on FPHSA()
  1050. Marcel Loose (1):
  1051. Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOT
  1052. Marcus D. Hanwell (1):
  1053. Bug with default library type of Python modules.
  1054. Mathieu Malaterre (3):
  1055. Add missing PATHS to find_path commands to fix openssl searching
  1056. BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
  1057. Fix 11035 : debug/release library configuration mistake
  1058. Michael Wild (2):
  1059. Improve documentation of BundleUtilities.cmake
  1060. Improve documentation of GetPrerequisites.cmake
  1061. Miguel A. Figueroa-Villanueva (7):
  1062. ENH: #9775 Added support for new wxWidgets 2.9 libraries.
  1063. BUG: #9775 Fixed patch FindwxWidgets-fixed-bug-9775.
  1064. BUG #10658: FindwxWidgets USE_FILE should not include .cmake extension.
  1065. STYLE: Clarified/Fixed documentation of UsewxWidgets.
  1066. BUG #11123: Generic include dir should come after config specific one.
  1067. BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW.
  1068. ENH #8993: FindwxWidgets add support for wx-config custom options.
  1069. Mike McQuaid (1):
  1070. Make bundle items writable before fixup (#9284)
  1071. Modestas Vainius (1):
  1072. CTestTestFailedSubmit-xmlrpc: Pass with "Submission problem"
  1073. Patrick Gansterer (4):
  1074. VS: Convert PlatformName member to a virtual method
  1075. VS: Add more TargetMachine option values
  1076. VS: Map /ENTRY linker option to EntryPointSymbol
  1077. VS: Add ArchitectureId to VS 8 and 9 generators
  1078. Philip Lowman (7):
  1079. Fixes problem finding libraries under Boost (#9510)
  1080. Add detection for new pangommconfig.h header file
  1081. Several fixes needed to improve Windows support
  1082. 11041: Improve FindCxxTest to use Python or Perl automatically; custom flags
  1083. 10241: FindBISON.cmake clears wrong variable
  1084. 10688: FindGTK2.cmake doesn't auto-detect macports
  1085. Merge patch for detecting gdk-pixbuf library
  1086. Pino Toscano (1):
  1087. GNU/Hurd platform support fixes (#9873)
  1088. Robert Goulet (1):
  1089. VS2010: Disable PDBs when there is no debug info
  1090. Rolf Eike Beer (2):
  1091. clean up some stuff in CPack RPM script
  1092. Set MSVC_VERSION for MSVC 6, 7, 7.1 (#7944)
  1093. Todd Gamblin (3):
  1094. Modules: Fix spelling 'To distributed' -> 'To distribute'
  1095. Teach find_* commands to ignore some paths
  1096. Add platform files for BlueGene/P systems
  1097. Zach Mullen (12):
  1098. Checksums on CTest submit files, and retry timed out submissions.
  1099. Cross-platform fixes for checksum/retry code
  1100. Fix subscript out of range crash
  1101. CTest should resubmit in the checksum failed case
  1102. Testing for CTest checksum
  1103. Mock checksum failure output for old CDash versions
  1104. Checksum test should use CMAKE_TESTS_CDASH_SERVER
  1105. Fix cycle detection for test dependencies
  1106. More robust cost-based scheduling impl
  1107. Fix hard-coded CDash URI in version query
  1108. Added CTest command --print-labels
  1109. We shouldn't ask CDash for its version info until/unless we actually need it.
  1110. No changes in CMake 2.8.2 since 2.8.2-rc4.
  1111. Changes in CMake 2.8.2-rc4 (since 2.8.2-rc3)
  1112. --------------------------------------------
  1113. Bill Hoffman (1):
  1114. Fix for bug #10859, ctest exit exception incorrectly reported.
  1115. Brad King (3):
  1116. Run CMake.HTML test without net access (#10857)
  1117. Run CMake.HTML test with older xmllint (#10857)
  1118. CTest: Parse empty Git commits correctly
  1119. David Cole (2):
  1120. Qualify name of extraction location with ExternalProject name.
  1121. For VS10: Really use full path file names.
  1122. James Bigler (1):
  1123. Add support for the emulation version of the cudart library.
  1124. Mathieu Malaterre (1):
  1125. Cleanup FindOpenSSL. Add support for win64 installation.
  1126. Zach Mullen (1):
  1127. Parallel CTest hangs if serial test has depends
  1128. Changes in CMake 2.8.2-rc3 (since 2.8.2-rc2)
  1129. --------------------------------------------
  1130. Brad King (1):
  1131. Preserve ENV{MAKEFLAGS} in CMake script mode
  1132. David Cole (4):
  1133. Remove "Microsoft Visual Studio .NET" from VS8 and VS9 find modules.
  1134. Use full path file names in generate.stamp.list.
  1135. Use full path file names to express dependencies.
  1136. Look in the ctest ini file for GitCommand.
  1137. James Bigler (2):
  1138. Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.
  1139. CUDA_VERSION variable passed to REGEX needs quotes to work when not defined.
  1140. Mathieu Malaterre (1):
  1141. Cleanup FindDCMTK (using foreach). Fix linking on win32 static libs.
  1142. Zach Mullen (2):
  1143. Do not exit if stoptime is passed.
  1144. Document ctest_build() TARGET option
  1145. Changes in CMake 2.8.2-rc2 (since 2.8.2-rc1)
  1146. --------------------------------------------
  1147. Bill Hoffman (1):
  1148. Make sure libarchive uses cmzlib and not the system libz if found.
  1149. Brad King (12):
  1150. Use forward slashes for objects in response files
  1151. Use platform variable for response file flag
  1152. Use response file for objects on MinGW and MSYS
  1153. Generalize CTest.Update* test dashboard script helpers
  1154. ctest_update: Support custom Git update command
  1155. ctest_update: Support Git upstream branch rewrites
  1156. Fix CMake data and doc paths in Cygwin package
  1157. Document scope of source file properties
  1158. Run CTest.NoNewline test using built CMake
  1159. Tru64: Place cmOStringStream vtable uniquely (#10541)
  1160. Enable BootstrapTest on MSYS
  1161. Tru64: Use full-path include directives in Makefiles (#10569)
  1162. Christoph Watzl (1):
  1163. Fix nested source groups with VS 10 (#9863)
  1164. Clinton Stimpson (2):
  1165. Support pthreads on irix.
  1166. Remove macro for querying qmake for qmake variables.
  1167. David Cole (2):
  1168. Fix issue #10346. Error if SOURCE_DIR is empty.
  1169. Remove CTestTest3.
  1170. Zach Mullen (1):
  1171. Extra coverage glob should subtract the explicitly defined excluded files
  1172. Changes in CMake 2.8.2-rc1 (since 2.8.1):
  1173. - Build on Tru64 (#10542)
  1174. - Build on mingw-w64
  1175. - Build on old Sun (#10550, #10543)
  1176. - CPack: Add native BZip2 support
  1177. - CPack: Set compression type in RPM spec (#10363)
  1178. - CPack: Try harder to initialize staging directory (#10793)
  1179. - CTest: Add --stop-time argument
  1180. - CTest: Cost data with '-j'
  1181. - CTest: Fix memory report
  1182. - CTest: Glob for uncovered files during coverage tests
  1183. - CTest: Option to specify cdash server
  1184. - CTest: PHP Coverage support
  1185. - CTest: Process tree kill for OpenBSD, FreeBSD, kFreeBSD, GNU/Hurd
  1186. - CTest: Report failure in Update.xml
  1187. - CTest: Submit author email in Update.xml
  1188. - CTest: Teach ctest_update about Git submodules
  1189. - CTest: Teach ctest_update to handle Git upstream branch rewrites
  1190. - Cygwin: Export all symbols with ENABLE_EXPORTS (#10122)
  1191. - Do not list file names during 'cmake -E tar xz'
  1192. - Documentation: Comply with "XHTML 1.0 Strict"
  1193. - Documentation: Fix typo in CMAKE_LIBRARY_PATH (#10291)
  1194. - Documentation: Fix typo in HAS_CXX docs (#10578)
  1195. - Documentation: More consistent command signatures
  1196. - Eclipse: Do not add INCLUDE to environment twice
  1197. - Enable extra CodeBlocks generator on Cygwin
  1198. - ExternalProject: Support .zip and .bz2 archives, MD5 verification
  1199. - ExternalProject: Reconfigure when args change (#10258)
  1200. - ExternalProject: Support Git, SVN username/password
  1201. - FindCurses: Fix for cygwin ncurses package
  1202. - FindHSPELL: Version support
  1203. - FindJava: Error if version is not found only when REQUIRED
  1204. - FindJava: Support runtime and development components (#9840)
  1205. - FindKDE4: Prefer kdeconfig results over system paths
  1206. - FindMPEG: Check for 'vo' library
  1207. - FindPNG: Support png 1.4 versioned lib names (#10551)
  1208. - FindPkgConfig: Add QUIET keyword to pkgconfig macros (see #10469)
  1209. - FindZLIB: GnuWin32 support, version support (#5588)
  1210. - FindwxWidget: Fix CXX flag parsing (#10209)
  1211. - Fix .pdb name attribute in VS project files (#10614)
  1212. - Fix CodeBlocks to work with Fortran-only
  1213. - Fix VS 2010 custom commands (#10503)
  1214. - Fix VS 6 support for COMPILE_DEFINITIONS_MINSIZEREL (#10700)
  1215. - Fix cross-compiling from Linux to iPhone (#10526)
  1216. - Fix documentation typos
  1217. - Fix g95 Fortran compiler support
  1218. - Fix uname masking in file(WRITE) and write_file (#10789)
  1219. - GetPrerequisites: Provide an override hook
  1220. - Handle non-ASCII terminators in file(STRINGS)
  1221. - Module fixes: FindPythonLibs, FindQt4, FindX11, FindwxWidgets
  1222. - PathScale Fortran compiler tool detection
  1223. - Qt4 OpenGL framework fix
  1224. - Qt4ConfigDependentSettings.cmake Qt4Macros.cmake UseQt4.cmake
  1225. - Recognize ARM ABI/EABI with GNU compilers
  1226. - Recognize Clang compiler
  1227. - Search basic directories on "Generic" platform
  1228. - Set MSVC* variables consistently on all generators, and test
  1229. - Support SunPro C++ 5.11 on Linux (new compiler)
  1230. - Support VS 10 Express (related to #10670)
  1231. - Support compression with 'cmake -E tar'
  1232. - Support multiple arguments in CC,CXX,FC environment variables
  1233. - Support per-configuration librarian flags (#10768)
  1234. - Support per-platform initial ASM language flags (#10577)
  1235. - Use Fortran ABI detection results conservatively
  1236. - Use libarchive to replace the unmaintained libtar
  1237. - UseQt4: Support QtMultimedia (#10675)
  1238. - bootstrap: Fix make tool detection (#10544)
  1239. - cmake-gui: Add simple grouped view
  1240. - cmake-gui: Support build tree under symlink (#9975)
  1241. - Cleanup modules FindASPELL, FindAVIFile, FindBZip2, FindDart,
  1242. FindEXPAT, FindGCCXML, FindGLU, FindHSPELL, FindJasper, FindLibXml2,
  1243. FindLibXslt, FindMPEG, FindOpenAL, FindPhysFS, FindQuickTime,
  1244. FindSubversion, FindZLIB.
  1245. Changes in CMake 2.8.1
  1246. - Fix failing test on cygwin
  1247. - Add a new serach path for MPICH2
  1248. Changes in CMake 2.8.1 RC 5
  1249. - Fix FindQt4 to work with OpenGL on the mac
  1250. - Add .git .bzr and .hg to the list of default CPack ignore directories.
  1251. Changes in CMake 2.8.1 RC 4
  1252. - CTest: Do not hide test GUI windows (fixes 2.8.0 regression)
  1253. - Documentation: Clarify CMAKE_MODULE_PATH variable
  1254. - FindQt4: Add support for QtDeclartive module
  1255. - FortranCInterface: Fix PathScale detection
  1256. - Suppress GNU flag -fPIC on Windows (fixes 2.8.1-rc1 regression)
  1257. Changes in CMake 2.8.1 RC 3
  1258. - Add CMAKE_XCODE_ATTRIBUTE_<attr> interface to set compiler (#9125)
  1259. - Fix Eclipse files for targets in subdirectories (#9978)
  1260. - Fix custom command rule hashes to avoid extra rebuilds
  1261. - Print non-make generator name in initial compiler test
  1262. Changes in CMake 2.8.1 RC 2
  1263. - CPack: Avoid deleting long PATH values with NSIS (#10257)
  1264. - CTest: Fix and test cost-based test scheduler
  1265. - CTest: Fix and test git updates for case of out-dated index
  1266. - CTest: Fix regression caused by fix for (#2336) in rc1
  1267. - CTest: Setup command-line dashboard support with Git
  1268. - FindCUDA: Improve docs, use -rpath on Apple, fix dependency scanning
  1269. - Fix OS X deployment-target and sysroot defaults (#9959,#9898,#10155)
  1270. - Recognize the Compaq Fortran compiler
  1271. Changes in CMake 2.8.1 RC 1
  1272. - Add "NMake Makefiles JOM" generator
  1273. - Add PathScale compiler support
  1274. - Add per-configuration OUTPUT_DIRECTORY properties
  1275. - Add per-target OSX_ARCHITECTURES property
  1276. - check_type_size(): Handle mixed-size universal binaries
  1277. - CPack: Document Mac generators
  1278. - CPack: Improve RPM spec files
  1279. - Create CMAKE_FORCE_Fortran_COMPILER for cross-compiling
  1280. - CTest: Add --http1.0 command-line option
  1281. - CTest: Add --timeout command-line option
  1282. - CTest: Do not munge UTF-8 output in XML files
  1283. - CTest: Document CTEST_USE_LAUNCHERS option
  1284. - CTest: Fix killing of whole test process trees
  1285. - CTest: Handle failure of running invalid executables
  1286. - CTest: Honor the -C arg to ctest (#2336)
  1287. - CTest: Improve host system introspection
  1288. - CTest: Optionally randomize test order (--schedule-random)
  1289. - CTest: Skip tests with unsatisfied REQUIRED_FILES test property
  1290. - CTest: Submit arbitrary results with ATTACHED_FILES test property
  1291. - ctest_build(): Enhance signature
  1292. - ctest_start(): Add APPEND option
  1293. - ctest_start(): Move CTEST_CHECKOUT_COMMAND from ctest_update
  1294. - ctest_update(): Submit global tree revision in Update.xml
  1295. - Cygwin: Do not export all symbols from DLLs (#10122)
  1296. - Cygwin: Name DLLs with SOVERSION, not VERSION (#10122)
  1297. - Detect 32/64-bit Windows with Intel compiler
  1298. - Eclipse generator enhancements
  1299. - ExternalProject: Add TIMEOUT parameter
  1300. - FindCUDA: Respect CUDA version differences
  1301. - FindCURL: Find import libraries on Windows
  1302. - FindDCMTK: Look in more places
  1303. - FindGTest: Handle spaces better (#10065)
  1304. - FindGTK2: Look in fink locations on Mac OS X
  1305. - FindHDF5: Follow find-module API conventions
  1306. - FindJava: Support for versioned find
  1307. - FindJNI: Honor find_package() REQUIRED and QUIET options
  1308. - FindMPI: Improve Windows support
  1309. - FindOpenSSL: Fix MinGW support
  1310. - FindPythonLibs: Look in config for static library
  1311. - FindQt4: Misc enhancements, sync with KDE vesion
  1312. - FindRuby: Fix version convention on Windows
  1313. - FindX11: Improve documentation
  1314. - Fortran: Detect address size (#10119)
  1315. - FortranCInterface: Honor user flags
  1316. - Improve VS 2010 beta2 support
  1317. - link_directories(): Treat relative paths consistently (CMP0015)
  1318. - Modernize FindLibXslt and FindLibXml.cmake
  1319. - Refactor platform info to simplify adding new compilers
  1320. - Support cross-compiling versioned DLLs
  1321. - UseQt4: Provide dependencies only for static Qt (#10021)
  1322. - Address issues:
  1323. #2336, #3571, #5041, #7541, #8725, #9011, #9042, #9054, #9163,
  1324. #9171, #9450, #9697, #9764, #9782, #9792, #9862, #9894, #9913,
  1325. #9916, #9917, #9918, #9949, #9965, #9970, #9982, #9985, #10003,
  1326. #10014, #10021, #10032, #10055, #10060, #10065, #10114, #10119,
  1327. #10122, #10126, #10136.
  1328. Changes in CMake 2.8.0 Release
  1329. - CPack: Honor CPACK_NSIS_DISPLAY_NAME (fixes regression)
  1330. Changes in CMake 2.8.0 RC 7
  1331. - Partially sync FindQt4 with KDE version
  1332. - Improve implementation of fix for #9090
  1333. - Fix CTest infinite loop when test executable could not be found
  1334. - Fix #9833: Document ctest --help-command
  1335. - FindCUDA: Fix -fPIC from being used on executable object files
  1336. - Fix #9654: %files section in spec file should not list directories
  1337. - Fix #9851: Better STRING(RANDOM) seeding
  1338. - Fix double bootstrap build for in source builds
  1339. - Fix CTest to use allowed value for valgrind --num-callers
  1340. - Remove non-language implicit link dependencies
  1341. - Implement LINK_FLAGS_<CONFIG> property on Xcode
  1342. Changes in CMake 2.8.0 RC 6
  1343. - Partially sync FindQt4 with KDE version
  1344. - Fix #9090: Teach CTest subdirs() command to handle absolute paths
  1345. - Fix CTest bug that could start a test twice
  1346. Changes in CMake 2.8.0 RC 5
  1347. - CTest now detects cycles in test dependency graph
  1348. - Warn on set(PARENT_SCOPE) at top scope
  1349. - Fix Xcode <= 2.0 projects with CMAKE_BUILD_TYPE
  1350. - Fix flags for Intel Fortran on Windows
  1351. - Fix #2199: UseSWIG documentation for swig_generated_file_fullname
  1352. - Fix #7915: UseSWIG interaction with JNI
  1353. - Fix #8971: FindOpenSSL now works on windows
  1354. - Fix #9124: CPackDeb documentation
  1355. - Fix #9722: cmake-gui reports error when not able to create build directory
  1356. - Fix #9767: Match more valgrind-reported leaks in CTest memcheck
  1357. - Fix #9777: Sync CMakeDetermineJavaCompiler paths with FindJava
  1358. - Fix #9793: FindJNI should find matching jni.h and jni_md.h
  1359. - Fix #9817: FindJNI on Solaris
  1360. - Fix FindHDF5 when hdf5.h exists without H5pubconf.h
  1361. - Fix FindZLIB to follow variable name conventions
  1362. - Fix invalid use of auto_ptr on array
  1363. - Mention temp var convention in Modules/readme.txt documentation
  1364. Changes in CMake 2.8.0 RC 4
  1365. - Fix try_compile when file cannot be found
  1366. - Add new module to test manifest installation issues on windows.
  1367. - Add more test coverage
  1368. -Improvements in finding MPI on windows. ENH: reorganized searching mpi for mpi components (include,lib,bin) using a single set of search paths instead of seperately mainted lists of paths for each.
  1369. - Look for nvcc in the 32 bit bin directory before the 64 bin directory.
  1370. - BUG: hardcore some values so output matches cmVS10CLFlagTable.h (addresses bug #9753)
  1371. - Avoid Intel linker crash in BuildDepends test
  1372. - Fix Intel Fortran SHARED libraries on Linux
  1373. - Fix working dir issue for ctest
  1374. - Fix if() command and CMP0012 OLD/NEW behavior
  1375. - Allow for /D to change install directory on the command line for NSIS
  1376. - Move SetErrorMode around calls to generate and configure instead of setting it for the whole application for cmake-gui on windows. Allows for bad installs of windows shell programs to not break file completion.
  1377. - Fix Intel and MinGW Fortran DLL import libraries
  1378. - Fix Xcode dylib version default
  1379. - Fix the showing of non-cpp files in the IDE for VS 10
  1380. - Fix optionally-valued booleans in VS 10 flag table
  1381. - Detect and set Unicode character set in VS 10
  1382. - Add support for the g95 Fortran compiler
  1383. - Test all target types in Fortran
  1384. - Add Xcode file association for Fortran
  1385. - Fix VS 10 flag table for precompiled headers
  1386. - Fix VS 10 .sln files for Windows Explorer
  1387. - Fix Microsoft.Cpp.$(Platform).user.props in VS10b2
  1388. - Fix up file(DOWNLOAD ) a bit, better error checking and uses of long not double for timeout as curl needs, bug# 9748
  1389. - Add a VS 10 Win64 generator
  1390. - Fix for bug#9686 convert java_home to a cmake path before using.
  1391. - fix for bug# 9751, add check for MSVC10
  1392. - Fix for bugs #9756, #9690 and #9755, header files were not included, and link_directories we incorrect
  1393. - Add a module to test an install tree to verify that the MS CRT version is correct.
  1394. - Fix seg fault for empty ENV{} call bug #9747
  1395. - Better fix for finding the MSBuild that matches the VS 10 install.
  1396. - make testing the CodeBlocks and Eclipse generators easier by not requiring the CMAKE_EDIT_COMMAND variable
  1397. - Do not link library dependencies in VS solutions
  1398. - Ctest was broken for subdirs. Restored working directory state for tests so that their executables could be found.
  1399. - Fixes version detection using osg/Version on Mac OSX when OSG is installed as a framework
  1400. - Avoid C++ linker language in VS Fortran project
  1401. - Avoid duplicate ZERO_CHECK in VS solutions
  1402. - Fixed bug 8319, search for the Python shared library in the standard locations.
  1403. - Fix bug#9714, should not crash when version file is not where it should be...
  1404. - Fix ctest output alignment for cases where total tests run is not the same width as max test index.
  1405. - make it more robust wrt. #9621
  1406. - Add another possible error message that curl might emit with an empty drop location.
  1407. - Fix issue #5668 - use CollapseFullPath when determining if covered file is within source or binary tree. Allows gcc/gcov coverage analysis using MinGW on Windows.
  1408. - CTest-side support for compiler name and compiler version information. Requires CDash update to show on CDash.
  1409. - Add a bunch more testing coverage.
  1410. Changes in CMake 2.8.0 RC 3
  1411. - CTest Added OS Platform (cpu architecture) detection support to windows system
  1412. - Several minor FindBoost changes to address posts on mailing list
  1413. - Resolve #9685: Fix include dir to be correct path for gnutils
  1414. - Fix color check for dependency scanning
  1415. - Remove CMP00015 for now as it breaks more things than it fixes
  1416. - Reduce duration of ctest_sleep arguments. Add SmallAndFast project. Replace kwsys with SmallAndFast to make CTestTest faster. (I will keep an eye on coverage results after this commit and make sure we still have equivalent ctest coverage.)
  1417. - Do not use -fPIC to link executables
  1418. - Split Borland compiler information files
  1419. - Trimmed off the newline from sw_vers output on mac, it could cause xml parsing errors if left in
  1420. - Check for openssl-linked option with Qt 4.4+ before making ssl a dependency.
  1421. - Make Complex test of CMakeLib more optional
  1422. - Modernize FindVTK module
  1423. - Fix find_package() when <pkg>_DIR is wrong
  1424. - Do not collapse path of NOTFOUND values
  1425. - More robust implicit link line detection regex
  1426. - fix Xcode 30 generator
  1427. - Use the correct CMake (the freshly built one) to drive the CMakeWizardTest.
  1428. - Support more special characters in file(STRINGS)
  1429. - Log implicit link line detection regex
  1430. - speedup C dependency scanning even more
  1431. - Avoid non-root copies of root-only targets
  1432. - Added better OS information for Mac OS X
  1433. - Use work-around from bug 4772 for C++ and Fortran
  1434. - FortranCInterface: Mangling for Intel on Windows
  1435. - cmake-gui don't allow consecutive generates without a configure.
  1436. - Fix Preprocess test for Intel on Windows
  1437. - Teach intel compiler on windows to place .lib files and .pdb files.
  1438. - CPack: Fix bash-isms in launch script
  1439. - BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr
  1440. - Avoid (Unix|Windows)Paths.cmake multiple include
  1441. - When getting include dirs for moc, also watch for framework includes and use -F instead of -I.
  1442. - Find locally installed software first
  1443. - Add '#!/bin/sh' to cygwin-package.sh
  1444. - Fix permsissions of installed SquishRunTestCase.sh
  1445. - Fix module docs to be manpage (groff) friendly
  1446. - Support GNU/kFreeBSD
  1447. - Remove old Encoding field from CMake.desktop
  1448. - FindQt3: Prefer (moc|uic)-qt3 names over (moc|uic)
  1449. - Match width of ctest "Start xx: " line to line up with the end test line
  1450. - Remove old license from FindPkgConfig.cmake module
  1451. - Test target link information invalidation
  1452. - Invalidate target link info when necessary
  1453. - Use new style header generation and get rid of OBJECT_DEPENDS in tutorial
  1454. - Fix issue #8649 - move the location of CPACK_NSIS_EXTRA_INSTALL_COMMANDS so that it is not excluded from execution when 'Do not create shortcuts' is checked.
  1455. - add the additional features for the dbus macros from KDE's FindQt4.cmake
  1456. fc9f7a5 Fix warnings in CMake source code.
  1457. - Correct some typos in error messages in the string command. Add a test that covers more of the code implemented in cmStringCommand.cxx, especially the error handlers.
  1458. - Create INTERPROCEDURAL_OPTIMIZATION build feature
  1459. - Document CMAKE_CURRENT_LIST_FILE more precisely
  1460. - Fix the documentation to say what it really does. Bug #9638
  1461. - document how the minimum version can be specified
  1462. - Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files.
  1463. - Add documentation for Cocoa flag and move Motif under X11 flag.
  1464. Changes in CMake 2.8.0 RC 2
  1465. - Fix FindQt4 so that QtHelp depends on QtNetwork
  1466. - Add missing copyright notice to CMake.cmake module
  1467. - Add alternative _UTILITY targets to all VS solutions
  1468. - FindGTest.cmake some bugfixes, also added public function for closer integration btwn GoogleTest & CTest, contributed by Dan Blezek.
  1469. - Eliminate ExternalProject's use of CMAKE_CFG_INTDIR subdir for Makefile generators. It was causing problems with parallel make -j invocations. Keep it for multi-configuration build systems so that Debug and Release stamp files remain separate.
  1470. - Fix for bug #9611, some more paths for OpenJDK.
  1471. - Fix get_filename_component() registry view with wow64
  1472. - Fix warnings in CMake source code.
  1473. - Fix module definition file reference for VS6 NMake
  1474. - Fix for bug #9611 do not hard code archs for search paths of java, look at the machine type.
  1475. - Fix bug#9619 add a link to module maintainers page in readme.txt for Modules
  1476. - Add cmake-help-command function to emacs-mode
  1477. - Add initial XL C compiler flags for safer builds
  1478. - Split XL compiler information files
  1479. - Fix default install prefix on Haiku
  1480. - Fix use of module .def files for MS tools
  1481. - Add StringProperty options includeing /def: for VS 10 flag table
  1482. - Convert copyright to OSI BSD and clean up licenses
  1483. - ENH: Added ctest test coverage for a test timeout
  1484. - CTest honors test timeouts again.
  1485. - Remove ctest_submit from CTestTestParallel
  1486. - Fix shared library creation flag for XL on Linux
  1487. - Fix BUG: 0009612: --output-on-failure option doesn't work with
  1488. the new parallel CTest handler
  1489. - Removed support for cutil library and header file.
  1490. - Fixed CUDA_PROPAGATE_HOST_FLAGS, added path for Mac SDK.
  1491. - Make sure LINK_FLAGS are seen by generator, fix for part of bug#9613
  1492. - Fix issue #9412 - remove RPATH from files copied by
  1493. BundleUtilities.cmake on Linux. Thank
  1494. - Fix support for OLD behavior of policy CMP0002
  1495. - Fix issue #8818 - escape quotes in the license file when using the
  1496. DragNDrop cpack genera
  1497. - Fix .vfproj file version for Intel Fortran 10.1
  1498. - Use BeAPI for per-user package registry on Haiku
  1499. - Correct comments and use ASM${ASM_DIALECT} env. var instead of ASM
  1500. env. var to initialize
  1501. - Fix bug #9529.
  1502. - Fix Windows GUI implib and image version in VS 6
  1503. - Convert newlines from CRLF to LF
  1504. - Oops. Last commit did not create subdir before doing a touch on a
  1505. file in it. So it fails of a type that is expected to have a
  1506. location...
  1507. - Policies 14 and 15 will be first released in 2.8.0
  1508. - Document full version number with policy default
  1509. - Simplify bootstrap script source dir detection
  1510. - Documentation fixes, new CUDA_PROPAGATE_HOST_FLAGS, changed output
  1511. directory.
  1512. Changes in CMake 2.8.0 RC 1
  1513. - Qt based GUI cmake-gui is now the default GUI, MFC CMakeSetup is no
  1514. longer included in CMake. ccmake is still supported.
  1515. - cmake-gui supports multi-state values options.
  1516. - CMake now has cmake --build command that can build any CMake generated
  1517. project from the command line.
  1518. - Visual Studio 2010 beta support has been added.
  1519. - KDevelop generator now has color output for builds.
  1520. - CTest supports running tests in parallel with a -j N option.
  1521. - A new CTest CTEST_USE_LAUNCHERS option can be used to get better
  1522. dashboard error reports with make based tools.
  1523. - CTest has support for sub-projects and labels which can interact
  1524. with CDash.
  1525. - CTest now supports Git, Mercurial, and Bazaar.
  1526. - It is now possible to use DESTDIR in CPack for any CMake based projects
  1527. giving more flexibility on the final path names.
  1528. - The CPack Deb generator now computes the arch instead of hard coding it.
  1529. - Fortran/C mixed language projects made much easier. CMake now
  1530. automatically can compute the run time libraries for a compiler. In
  1531. addition, a new FortranCInterface module can determine the correct
  1532. name mangling needed to mix C and Fortran.
  1533. - Intel compiler support added to OSX, and support for embedded
  1534. manifests in the windows intel compiler was added.
  1535. - Depend scanning is now much faster with makefiles.
  1536. - Many FindQt4 improvements to stay working with current Qt releases
  1537. - FindMPI has improvements for windows.
  1538. - FindBoost has been updated to work with the most recent boost releases.
  1539. - New External Project Module. The 'ExternalProject_Add' function
  1540. creates a custom target to drive download, update/patch, configure,
  1541. build, install and test steps of an external project.
  1542. - xmlrpc dependancy has been removed
  1543. - CMAKE_OSX_DEPLOYMENT_TARGET cache variable has been created to set the
  1544. deployment OS for a build on OSX.
  1545. - Several new policies were added:
  1546. CMP0012
  1547. The if() command can recognize named boolean constants.
  1548. CMP0013
  1549. Duplicate binary directories are not allowed.
  1550. CMP0014
  1551. Input directories must have CMakeLists.txt.
  1552. CMP0015
  1553. The set() CACHE mode and option() command make the cache value
  1554. visible.
  1555. - Lots of bug fixes.