Logoj0ke.net Open Build Service > Projects > devel:tools:building > cmake > cmake-gui.changes
Sign Up | Log In

File cmake-gui.changes of Package cmake (Revision 2)

Currently displaying revision 2, show latest

 
1
-------------------------------------------------------------------
2
Tue Oct  8 16:35:02 UTC 2013 - hrvoje.senjan@gmail.com
3
4
- Update to 2.8.12
5
  * Xcode: Fix test architecture selection for Xcode >= 5
6
  * Xcode: Teach Tests/BuildDepends to allow LINK_DEPENDS_NO_SHARED failure
7
  * Xcode: Drop XCODE_DEPEND_HELPER for Xcode >= 5
8
  * Xcode: Fix OBJECT library support for Xcode 5 (#14254)
9
  * Genex: Fix processing multiple include directories for relative paths
10
  * VS: Future-proof Intel project format selection
11
  * MSVC: Drop /link from executable link lines with Ninja
12
  * FindCUDA: Always list custom command outputs in their targets
13
  * FindPNG: Honor old PNG_LIBRARY if provided (#14398)
14
  * FindHDF5: Fix regression in per-configuration library selection
15
  * bash-completion: Future-proof --help-*-list "cXXXX version" filtering
16
  * OS X: Search system SDKs for frameworks
17
  * Use first custom command for the same output (#14446)
18
  * MSVC: Fix version test for linking corelibc on Windows CE (#14420)
19
  * MSVC: Fix WinCE arch family preprocessor symbol (#14436)
20
  * VS: Use version-specific subsystem for WinCE compiler id (#14440)
21
  * bootstrap: try better workaround for builds on Linux/HPPA
22
  * Add differing target property content to policy CMP0022 warning
23
  * Fix CMP0022 warning when no old-style property is set
24
  * genex: Fix preprocessing with incomplete content (#14410).
25
  * cmMakefile: Do not track CMake temporary files.
26
  * Fix RunCMake.Configure test expectation newline matching
27
  * Clean up install rules of CMake itself (#14371)
28
  * OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
29
  * FindImageMagick: Find libraries named with HDRI support (#14348)
30
  * FindTCL: Add BSD paths for Tcl/Tk 8.6
31
  * VS: Generate ToolsVersion matching each VS version
32
  * cmMakefile: Do not track configured files known to be temporary
33
  * CheckC*CompilerFlag: add documentation what to expect from a positive result
34
  * Fix OLD behavior of CMP0021.
35
  * try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES
36
  * try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES
37
  * Genex: Fix evaluation of MAP_IMPORTED_CONFIG_<CONFIG>
38
  * Fix some whitespace errors in docs.
39
  * Normalize system directories from the interface target property
40
  * CPack: Fix a typo in documentation
41
  * CTest: Fix GTM coverage parsing line offset bug
42
  * CPackWIX: Add support for custom WiX templates
43
  * CMakeSystem: include toolchain file after setting CMAKE_HOST_ (#13796)
44
  * Add support files for C, C++ and ASM for the IAR toolchain.
45
  * Add regexps for the IAR toolchain to the vendor list.
46
  * Add IAR to the CMakeDetectC(XX)CompilerID.c(pp).in
47
  * cmake-gui: use shortcut F only for "Find in Output"
48
  * Eclipse: fix #14204 and #14205: no file links to directories
49
  * automoc: add a global AUTOMOC_TARGETS_FOLDER property
50
  * install: do not strip dll import libraries (#14123)
51
  * ExportTargets: add one more comment to the generated file.
52
  * Add documentation for the --graphviz support
53
  * graphvizoptions: add copyright notice
54
  * add macros cmake_print_properties() and cmake_print_variables()
55
  * VS: Detect MSVC compiler id on ARM toolchain
56
  * Fix spelling and typos (affecting users)
57
  * Fix spelling and typos (affecting binary data / module messages)
58
  * Fix spelling and typos (non-binary)
59
  * Fix spelling and typos (product names)
60
  * FindwxWidgets: add DOC strings with usual style
61
  * Explain distribution of Win9x binary on all Windows versions.
62
  * VS10: add detailed comment about MIDL processing
63
  * Docs: Update description of CMAKE_(BUILD_TYPE|CONFIGURATION_TYPES)
64
  * Docs: Clarify that CMAKE_*_(PREFIX|SUFFIX) affect filenames
65
  * Docs: Clarify wording "flag used" => "flag (to|will) be used"
66
  * set_property: Do not remove a property when APPENDing nothing
67
  * Tests/RunCMake: Document stripping of expected output
68
  * export: Error when exporting a target without a language
69
  * variable_watch: Store client data as pointers
70
  * variable_watch: Add a deleter for the client data
71
  * variable_watch: Match client_data when finding duplicates
72
  * variable_watch: Allow specifying the data to match in RemoveWatch
73
  * variable_watch: Prevent making extra entries in the watch map
74
  * variable_watch: Fix a typo in the error message
75
  * variable_watch: Don't share memory for callbacks
76
  * variable_watch: Check newValue for NULL
77
  * variable_watch: Add test for watching a variable multiple times
78
  * Do not set CMAKE_MATCH_ variables when not neeeded
79
  * SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
80
  * VS: Separate compiler and linker PDB files (#11899, #14062)
81
  * MSVC: Invoke 'link' directly for executables
82
  * Ninja: Fix OBJECT_DIR placeholder path conversion
83
  * VS 10: Escape ; as %3B in preprocessor definitions (#14073)
84
  * CTest: Simplify ctest_* command source/build dir lookup
85
  * get_filename_component: Add explicit unit tests
86
  * get_filename_component: Add DIRECTORY option (#14091)
87
  * Xcode: Use explicitFileType to mark source types (#14093)
88
  * Check{C,CXX}CompilerFlag: Test using C locale (#14102)
89
  * Windows: Search '/' prefix only when cross compiling (#10994)
90
  * Recognize ld with toolchain prefix (#13960)
91
  * VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators
92
  * Begin post-2.8.11 development
93
  * Sanitize linker name to parse implicit link line (#14154)
94
  * VS: Allow /Fa to set AssemblerListingLocation (#14153)
95
  * Tests/IncludeDirectories: Avoid shared library with no symbols
96
  * if: Add test for IS_DIRECTORY
97
  * try_compile: Add test for bad call error cases
98
  * try_compile: Refactor argument processing
99
  * variable_watch: Add test for MODIFIED_ACCESS report
100
  * bootstrap: Compile KWSys SystemTools with UTIME(S|NSAT) values
101
  * variable_watch: Remove leftover debugging code (#14187)
102
  * variable_watch: Print accesses as "CMake Debug Log" messages
103
  * Docs: Clarify CMAKE_PARENT_LIST_FILE (#14194)
104
  * get_filename_component: Test ABSOLUTE of .. after root component
105
  * try_compile: Add signature to allow multiple SOURCES
106
  * enable_language: Clarify documentation
107
  * Split cmBootstrapCommands.cxx into two sources
108
  * Document CMAKE_INSTALL_PREFIX in CMAKE_SYSTEM_PREFIX_PATH
109
  * cmake: Document "-E tar" support for .zip (#14225)
110
  * FindBoost: Clarify failure on missing 'static' libs (#14235)
111
  * CMakeDetermineVSServicePack: Improve documentation
112
  * CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239)
113
  * Document ENV syntax as a "variable" (#14245)
114
  * Embarcadero: Use response files only for includes, objects, and libs
115
  * Escape target flags taken from COMPILE_OPTIONS
116
  * Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling
117
  * CMakeDetermineVSServicePack: Add VS 11 update 3
118
  * Document removal of 'register' from flex/bison output
119
  * VS12: Find proper MSBuild for VSProjectInSubdir test
120
  * Fortran: Use explicit type in Fortran 90 check
121
  * project: Document top-level CMakeLists.txt requirement
122
  * ExternalProject: Document multiple COMMAND lines
123
  * include: Clarify variable access scope for included file
124
  * VS: Fix /MAP:mapfile flag mapping (#14282)
125
  * cmake: On configure error suggest looking at CMake*.log files
126
  * try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268)
127
  * try_compile: Add COPY_FILE_ERROR option to capture failure
128
  * FindPNG: Add versioned library names for 1.6 (#14289)
129
  * cmake: Fix resource leak reported by cppcheck
130
  * VS,Xcode: Drop incorrect legacy dependency trace (#14291)
131
  * OS X: Add copyright notices to Darwin-*-Fortran.cmake
132
  * VS: Avoid leaking child process output back to IDE (#14266)
133
  * Fix ExportImport test cmp0022NEW build on Watcom
134
  * add_test: Document test name restrictions (#14298)
135
  * UseJava: Update notice of copyright by Kitware
136
  * add_custom_command: Manage backtrace memory correctly (#14299)
137
  * Teach compiler ABI check to tolerate try_compile COPY_FILE failure
138
  * Test COMPILE_DEFINITIONS target property get/set/get round-trip
139
  * Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309)
140
  * sha2: Avoid type-punned pointer dereference (#14314)
141
  * VS 6: Tell BuildDepends test to tolerate ninjadep failure
142
  * cmMakefile: Do not track configured files known to be temporary
143
  * libarchive: Update README-CMake.txt for new snapshot
144
  * libarchive: Include cm_zlib.h to get zlib used by CMake
145
  * libarchive: Silence API deprecation warnings
146
  * libarchive: Avoid struct init with variable
147
  * libarchive: Remove build options not used by CMake
148
  * libarchive: Backport to CMake 2.8.2
149
  * VS10: Honor user-specified /SUBSYSTEM: flag (#14326)
150
  * VS10: Escape include paths in XML project files (#14331)
151
  * OS X: Search for SDK based on deployment target (#14324)
152
  * bootstrap: Do not suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot (#14324)
153
  * OS X: Enable command-line build without tools in PATH
154
  * VS 6,7: Refactor local generators to avoid GetSourceFileWithOutput
155
  * cmake-gui: Fix build rules for Qt5 on Windows
156
  * Include cmMakefile.h before cm*Lexer.h to get stdint.h first
157
  * Skip CTestLimitDashJ test on Borland
158
  * Add RunCMake.Syntax test to cover argument parsing
159
  * cmListFileLexer: Fix line number after backslash in string
160
  * cmListFileLexer: Split normal and legacy unquoted arguments
161
  * cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
162
  * Add RunCMake.Syntax test cases for command invocation styles
163
  * cmListFileCache: Convert CMake language parser to class
164
  * Warn about arguments not separated by whitespace
165
  * Warn about unquoted arguments that look like long brackets
166
  * cmListFileLexer: Modify flex output to avoid Borland warning
167
  * Cygwin: Avoid legacy warnings in RunCMake.* tests
168
  * Update version introducing CMP0021, CMP0022, and CMP0023
169
  * OS X: Do not default to non-existent deployment target SDK
170
  * Do not warn about left paren not separated by a space
171
  * VS: Add support for .NET target framework version
172
  * Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY.
173
  * Refactor how bundles and frameworks are supported.
174
  * Xcode: Add support for shared library versioning
175
  * OS X:  Fix getting of CFBundle LOCATION property.
176
  * OS X: Add RPATH support for Mac.
177
  * Xcode: Add rpath support in Xcode generator.
178
  * OS X: Add support for @rpath in export files.
179
  * OS X: Add test for rpaths on Mac.
180
  * OS X: Improvements for getting install name of dylib.
181
  * OS X: Enable rpath support on Mac OS X when find_library() is used.
182
  * OS X: Fix regression handling frameworks for Ninja
183
  * OS X: If necessary, use xcrun to help find otool used to query install names.
184
  * Xcode: Support XCODE_ATTRIBUTE_ with [variant=<config>] (#12532)
185
  * FindGTK2: Move check for pangocairo in gtk module
186
  * FindGTK2: Detect gthread library
187
  * FindFreetype: Detect Freetype installed by GtkMM installer for win
188
  * FindGTK2: Do not fail on MSVC11 if vc100 libraries are available
189
  * FindGTK2: Add GTK2_DEFINITIONS variable
190
  * SelectLibraryConfigurations: Do not cache the _LIBRARY variable
191
  * SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars
192
  * FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug mode
193
  * FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARY
194
  * FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIR
195
  * FindGTK2: Update local changelog
196
  * FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED option
197
  * FindGTK2: gthread-2.0 folder does not exist
198
  * FindGTK2: Detect gmodule library
199
  * FindGTK2: Detect pangoft2 and pangoxft libraries
200
  * OpenBSD: Enable ELF parsing and editing (#14241)
201
  * CPack/NSIS: Obtain path from which to uninstall from registry (#14124)
202
  * Add support for componentized USER spec file
203
  * CPackRPM add mechanism to remove path from generated list of file in RPM spec.
204
  * CPackRPM add /usr/lib64 to the list of builtin to-be-excluded path
205
  * CPackRPM protect '@' character in filename processed in the spec file.
206
  * CPackRPM make the changelog line conform to expected format
207
  * CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967)
208
  * FindImageMagick: Find v6 include dir (#14174)
209
  * OS X: Add Fortran library version flags (#14249)
210
  * UseJava: Pass sources to javac using response file (#13028)
211
  * Allow using Java in a cross-compilation toolchain
212
  * Ninja: use cd /D to set directory on Windows
213
  * CPackWIX: Fix MSI package layout regression from parent
214
  * bash-completion: Add -S,-SP options arguments completion
215
  * bash-completion: Fix/improve generator names extraction
216
  * Eclipse: Add a missing space in the documentation
217
  * MinGW: Find mingw32-make included with Code::Blocks IDE (#14302)
218
  * VS: Add Windows Forms Support
219
  * VS: Add VS_GLOBAL_ROOTNAMESPACE target property
220
  * VS: Add Resx configuration to the vcxproj file
221
  * libarchive 3.1.2 (reduced)
222
  * cmake-gui: Add search functions for Output window (#9733)
223
  * cmake-gui: Add search functions to the context menu of the Output widget
224
  * cmake-gui: Change shortcut of the search field from Ctrl-F to Alt-E
225
  * cmake-gui: Add function for going to next error message in Output window
226
  * FindCUDA: Remove duplicate entries from INCLUDE_DIRECTORIES.
227
  * FindX11: Search in /opt/X11 for OS X 10.8 (#14232)
228
  * FindCUDA: CUDA_COMPUTE_BUILD_PATH uses relative paths to binary dir.
229
  * ExternalProject: Allow blank SVN_USERNAME/SVN_PASSWORD (#14128)
230
  * Xcode: Honor CMAKE_(MODULE|SHARED)_LINKER_FLAGS_<CONFIG> (#14161)
231
  * UseJava.cmake: fully use cmake_parse_arguments in add_jar
232
  * FindProtobuf: also find pthread
233
  * UseJava.cmake: document add_jar compat shim
234
  * Optimize custom command full-path dependency lookup
235
  * Add cmake_host_system_information command
236
  * Add option to use stdout/stderr of original terminal in cmake --build
237
  * Unify the way the flags of a static library are read
238
  * Add support for CMAKE_STATIC_LINKER_FLAGS
239
  * Add CMAKE_STATIC_LINKER_FLAGS to CMakeCommonLanguageInclude
240
  * Add documentation for the missing CMAKE_*_LINKER_FLAGS_* variables
241
  * Add additonal tests for the linker flags
242
  * VS6: Add handling of CMAKE_*_LINKER_FLAGS_<CONFIG> variables
243
  * VS6: Hardcode id_machine_6 for compiler detection
244
  * VS10: Do not set the TargetMachine when detecting the compiler
245
  * VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too
246
  * VS: Replace ArchitectureId with PlatformName
247
  * VS12: Remove duplicated overload of UseFolderProperty()
248
  * Fix detection of WinCE SDKs with 64bit verion of CMake
249
  * VS: Unify how the name of the generator is specified
250
  * VS10: Add support for assembler code (#11536)
251
  * WIN: Use COFF file header header for architecture detection (#14083)
252
  * Improve const-correctness in cmVisualStudioGeneratorOptions
253
  * Fix setting of the entry point symbol for Windows CE (#14088)
254
  * Add support for new Windows CE compiler
255
  * VS11: Add support for Windows CE SDKs
256
  * CTest: Add test for running many tests in parallel
257
  * cmDependsC: Collapse relative include paths
258
  * Add projectDir parameter to GenerateBuildCommand
259
  * VS: Create parser for Visual Studio .sln files
260
  * VS: Use .sln parser to build targets in subdirs with msbuild (#13623)
261
  * VS: Add test for building MSBuild project in subdir
262
  * ctest_build: Pass projectDir to GenerateBuildCommand
263
  * Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc'
264
  * CPackWIX: Handle multiple shortcuts in the start menu
265
  * CPackWIX: Add option to specify the language(s) of the installer
266
  * CMakeCPack: Provide an upgrade guid for WiX
267
  * cmMakefile: Refactor AddCMakeDependFile  and AddCMakeOutputFile.
268
  * Ninja: Track configured files so we can regenerate them.
269
  * cmMakefile: Track configured files so we can regenerate them (#13582)
270
  * Add a test to expose a bug with add_custom_command and ninja.
271
  * Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static
272
  * Ninja: Custom Command file depends don't need to exist before building
273
  * FindCUDA: Search for libraries in <prefix>/lib/<arch>/nvidida-current.
274
  * Ninja: Properly convert all paths to unix style before we do set intersection.
275
  * Ninja: Update BuildDepends test to verify cmcldeps depfiles.
276
  * FindOpenSSL: Fix spelling of CMAKE_CROSSCOMPILING (#14075)
277
  * FindOpenGL: simplify OS selection code
278
  * FindOpenGL: require headers to be found on non-Windows platforms (#13746)
279
  * Tests: create output files for all memory checkers
280
  * CTest: use an output file for Valgrind (#14110)
281
  * CTest: remove unreachable code and CTestTestMemcheckUnknown test
282
  * Tests: remove code duplication in CTestTestMemCheck tests
283
  * Tests: verify that memory checker output files are always present
284
  * CTest: drop suppression for gcc 2.9.6 errors from default Valgrind flags
285
  * Tests: add test for non-existent Valgrind suppression file
286
  * CTest: fix comment documenting cmBoundsCheckerParser class
287
  * Tests: add a test with custom options passed to valgrind
288
  * CTest: make sure never to report negative test times (#14132)
289
  * Doc: fix example for FAIL_REGULAR_EXPRESSION
290
  * CTest: break after first regex match on output
291
  * Tests: ignore Guard Malloc messages in MemChecker tests
292
  * CTest: avoid useless changing of directory
293
  * Tests: fix build of dummy memtester on AIX
294
  * wizard: fix warnings
295
  * wizard: simplify control flow
296
  * cmTarget: drop the unused local typedef LinkLine
297
  * Tests: ignore GuardMalloc messages on all Apple build, not just XCode ones
298
  * replace string(... MATCHES "^const$) with string(... STREQUAL "const")
299
  * Revert "CTest: fix pre and post test commands with spaces" (#13887)
300
  * FindPNG: improve library detection (#14301)
301
  * CTest: create one output file per memcheck (#14303)
302
  * Remove some uses of obsolete 'register' storage specifier
303
  * Document CMAKE_<LANG>_FLAGS variable (#14305)
304
  * Make the QtAutomoc test compile with either Qt 4 or Qt 5
305
  * Add a test for Qt5Automoc
306
  * Remove an endif() followed by an if() for the same condition.
307
  * Fix some copyastos in the DetermineRCCompiler file.
308
  * Test transitive includes from setting the LINK_LIBRARIES property.
309
  * Test the use of target transitive compile definitions with moc.
310
  * Fix handling of commas in arbitrary content in genexes.
311
  * Fix style.
312
  * Remove unused marker for a variable which is now used.
313
  * Extract the ProcessArbitraryContent method.
314
  * Rename the method determining if a genex accepts arbitrary content.
315
  * Make it possible for any genex to have arbitrary content at the end.
316
  * Add the JOIN generator expression.
317
  * Test that linking using the debug keyword to tll works.
318
  * automoc: Read target defines unconditionally
319
  * Remove unused typedef.
320
  * Fix brace indentation.
321
  * Add EXPORT_NAME property.
322
  * Remove unused vector population.
323
  * Sublime: Honor source-level COMPILE_FLAGS property
324
  * Docs: cmake -G selects a "build system" generator
325
  * Recognize shared library files with a numerical suffix
326
  * FindQt4: Fix QUIET failure with Qt 5 but not Qt 4
327
  * Error on relative path in INCLUDE_DIRECTORIES target property.
328
  * include_directories: Fix handling of empty or space-only entries
329
  * CTest: Read CTEST_PARALLEL_LEVEL from environment
330
  * string: Add MAKE_C_IDENTIFIER subcommand
331
  * GenerateExportHeader: Add newlines to separate the compiler output.
332
  * GenerateExportHeader: Allow use of of this macro with MODULEs.
333
  * file: Add GENERATE command to produce files at generate time
334
  * Tests/Module/GenerateExportHeader: Test exported free-function
335
  * Add $<LINK_LANGUAGE> generator expression
336
  * GenerateExportHeader: Generate only C identifiers as defines
337
  * Tests/CompileDefinitions: Avoid spaces in defines on VS 6
338
  * Use the qt5::moc imported target instead of a variable.
339
  * QtAutomoc: Get the Qt version through the target link interface
340
  * Fix indentation.
341
  * VS6: Rename some variables to correspond to config values.
342
  * Add cmLocalGenerator::GetCompileOptions.
343
  * Add <LANG>_COMPILER_ID generator expressions.
344
  * cmTarget: Rename struct to be more re-usable.
345
  * cmTarget: Rename LinkInterfaceIncludeDirectoriesEntries
346
  * Add COMPILE_OPTIONS target property.
347
  * Add target_compile_options command.
348
  * Introduce target property <LANG>_VISIBILITY_PRESET
349
  * Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.
350
  * Qt4Macros: Allow specifying a TARGET in invokations of macros.
351
  * Introduce add_compile_options command.
352
  * Remove unused cmAddDefinitionsCommand::ParseDefinition method.
353
  * Add some spaces to the INCLUDE_DIRECTORIES documentation.
354
  * CLI: Suppress the unused warning if the key value pair is cached.
355
  * Use --sysroot when cross compiling.
356
  * Add missing 'seen' check for evaluating COMPILE_OPTIONS.
357
  * Find targets in INTERFACE_COMPILE_OPTIONS when exporting for try_compile.
358
  * Use a preprocessor loop to manage the valid transitive properties.
359
  * Generate INTERFACE_COMPILE_OPTIONS on export.
360
  * Genex: Fix indentation in docs.
361
  * cmSystemTools: Fix typo in comment.
362
  * Style: Don't put an else after a return.
363
  * Add compiler target compile options.
364
  * QtAutomoc: Fix handling of list separator for compile definitions.
365
  * QtAutomoc: Use config-dependent compile definitions and includes.
366
  * De-duplicate version comparison code.
367
  * Add generator expressions for version comparision.
368
  * Don't run the WarnUnusedCliUnused test on Windows.
369
  * Add whitespace after colons in error messages.
370
  * Add missing return after error report.
371
  * Genex: Make LINK_LANGUAGE report an error when evaluating link libraries.
372
  * Genex: Extend EvaluatingLinkLibraries to also check the top target name.
373
  * Genex: Report error if a target file is needed to evaluate link libraries.
374
  * Add generator expressions for compiler versions.
375
  * Split the GeneratorExpression test into a third part.
376
  * Remove unused variable.
377
  * Add Target API to determine if an include is a system include.
378
  * Store system include directories in the cmTarget.
379
  * Extend the cmTargetPropCommandBase interface property handling.
380
  * Add a SYSTEM parameter to target_include_directories (#14180)
381
  * Add entire link interface transitive closure as target depends.
382
  * Test non-IMPORTED libraries in the INTERFACE of IMPORTED libraries.
383
  * GenexEval: Add abstracted access to link interface for a target.
384
  * Introduce the LINK_ONLY generator expression.
385
  * Introduce the INTERFACE_LINK_LIBRARIES property.
386
  * Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
387
  * TLL: Don't populate old link interface if CMP0022 is NEW.
388
  * Overload cmLocalGenerator::AppendDefines to add a list.
389
  * Add an overload of cmIDEOptions::AddDefines taking a vector of strings.
390
  * Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.
391
  * Document some variables for deprecation control.
392
  * Genex: Make CMP0021 and CMP0022 usable with TARGET_POLICY
393
  * Revert "Use --sysroot when cross compiling."
394
  * Add target property debugging for COMPILE_DEFINITIONS
395
  * Mark qt4_use_modules and qt4_automoc as obsolete.
396
  * Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.
397
  * Don't add trailing whitespace to error message.
398
  * Remove TODO to uniq COMPILE_OPTIONS
399
  * Remove the LINK_LANGUAGE generator expression.
400
  * Genex: Fix $<CONFIG> with IMPORTED targets and multiple locations.
401
  * FindQt4: Don't use Qt component _FOUND vars before they're defined (#14286)
402
  * Add a convenient way to add the includes install dir to the INTERFACE.
403
  * Use linked frameworks as a source of include directories.
404
  * target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature
405
  * FindQt4: Re-add QAxServer to the QT_MODULES.
406
  * FindQt4: Populate the INTERFACE_LINK_LIBRARIES of IMPORTED targets.
407
  * Genex: Allow relative paths in INSTALL_INTERFACE.
408
  * cmTarget: Fix property name typo in docs.
409
  * Docs: Document file(GENERATE) CONDITION as optional.
410
  * Qt4Macros: Remove unneeded generate CONDITION.
411
  * Qt4Macros: Remove undefined varible use.
412
  * Qt4Macros: Simplify some variable population.
413
  * Docs: Document existing target property debugging options.
414
  * Docs: Trim trailing whitespace in generated doc.
415
  * Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs.
416
  * Docs: Document variables for default visibility values.
417
  * Export: Fix typo of LINK_INTERFACE_LIBRARIES.
418
  * cmTarget: Remove duplicates when printing traces of tll signatures
419
  * cmTarget: Fix iface libraries and languages for static libraries.
420
  * Genex: Disallow LINKER_LANGUAGE only when used on a static library.
421
  * install: Remove error condition using INCLUDES DESTINATION without EXPORT.
422
  * Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES.
423
  * Allow target commands to be invoked with no items (#14325).
424
  * Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES
425
  * cmTarget: Add NAME property
426
  * Export: Process generator expressions from INCLUDES DESTINATION.
427
  * Add the ALIAS target concept for libraries and executables.
428
  * Revert "Add compiler target compile options."
429
  * Genex: Fix segfault when parsing ends with parameter expectation.
430
  * Add cmake_reset_check_state() macro
431
  * Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699)
432
  * variable_watch: Add missing string enumeration entry (#14188)
433
  * ccmake: Add missing initializers reported by cppcheck
434
  * libarchive: Fix free() order to avoid accessing freed memory
435
  * cmcurl: Fix resource leak reported by cppcheck
436
- Dropped cmake-cmCustomCommand_add_operator=.patch and
437
  cmake-fix-ImageMagick6.patch, merged upstream
438
439
-------------------------------------------------------------------
440
Sat Aug  3 12:23:35 UTC 2013 - hrvoje.senjan@gmail.com
441
442
- Update to 2.8.11.2
443
  * asm support: adapt to changes in CMakeDetectCompiler in 2.8.10
444
  * SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
445
  * cmCryptoHash: Increase alignment of HashFile buffer
446
  * cmcurl: Backport curl bug 1192 fix (#14250)
447
  * VS12: Add Visual Studio 12 generator (#14251)
448
  * VS12: Generate flag tables from MSBuild v120 tool files
449
  * FindBoost: Add -vc120 mangling for VS 12
450
  * VS: Clarify Visual Studio product year for each version
451
452
-------------------------------------------------------------------
453
Sat Jun  8 08:16:43 UTC 2013 - cgiboudeaux@gmx.com
454
455
- Update to 2.8.11.1
456
  * ExternalData: Do not re-stage staged object files
457
  * try_compile: Fix quoting of libraries in generated CMakeLists.txt
458
  * KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176)
459
  * FindBoost: Fix handling of \ in input paths (#14179)
460
  * Xcode: Fix framework search paths in STATIC library targets (#14191)
461
  * Fix test failures caused by regexp-sensitive characters in the build paths
462
  * include_directories: Fix handling of empty or space-only entries
463
  * try_compile: Trim whitespace from LINK_LIBRARIES entries
464
  * cmTarget: Remove some hardcoding of transitive property names.
465
  * GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode.
466
  * GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property.
467
  * GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.
468
  * FindQt4: Don't fail if certain Qt modules are unavailable.
469
  * Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.
470
  * Genex: Fix the HEAD target used for evaluated expressions
471
472
-------------------------------------------------------------------
473
Sat May 18 12:42:24 UTC 2013 - cgiboudeaux@gmx.com
474
475
- Update to 2.8.11
476
  * Targets can specify usage requirements for their consumers such as
477
    include directories and preprocessor definitions; previously only
478
    link dependencies were supported.
479
  * target_link_libraries(myexe yourlib) can now build myexe sources
480
    with requirements specified by yourlib
481
  * Added target_include_directories and target_compile_definitions
482
    commands with PUBLIC/PRIVATE/INTERFACE options
483
  * Introduced ExternalData Module
484
  * Keep source trees lightweight by storing data separately
485
  * Reference data unambiguously from source tree by content hash
486
  * Fetch on-demand during build from local or remote resources
487
  * CMake: Sublime Text Generator added that supports both Make and Ninja
488
  * CMake: Added support for Texas Instruments C6 and up compilers
489
  * CMake: Improve OpenBSD support
490
  * CPack: Added Support for 64bit NSIS
491
  * CPack: Added WiX Package Generator
492
  * ExternalProject: Will run git fetch less often
493
  * FindBoost: Major overhaul of searching and result caching
494
  * FindCUDA: Now has support for separable compilation
495
  * FindQt4: Overall improvements to finding Qt and importing targets
496
  * FindSquish: Added support for squish 4
497
  Full changelog at http://www.kitware.com/blog/home/post/492
498
* Drop cmake-endian.patch (Merged upstream)
499
500
-------------------------------------------------------------------
501
Thu Feb 28 16:54:13 UTC 2013 - schwab@suse.de
502
503
- cmake-endian.patch:
504
  Add support for aarch64.
505
506
-------------------------------------------------------------------
507
Wed Nov 28 00:29:29 UTC 2012 - cgiboudeaux@gmx.com
508
509
- Update to 2.8.10.2
510
  * Fix kitware#0013691: [Modules] FindGettext.cmake does not set GETTEXT_FOUND on success
511
  * Fix kitware#0013702: [CMake] CMake crashes when reconfiguring build
512
  * Fix kitware#0013667: [CMake] Automoc fails to handle Q_INTERFACES
513
- Drop obsolete patches
514
515
-------------------------------------------------------------------
516
Wed Nov  7 21:24:45 UTC 2012 - cgiboudeaux@gmx.com
517
518
- Update to 2.8.10.1 This is a bugfix release
519
  * Fix kitware#0013651: FindSDL.cmake is broken
520
  * Fix kitware#0013638: ./configure reports Copyright 2000-2011
521
  Complete changelog: http://public.kitware.com/Bug/changelog_page.php?version_id=105
522
523
-------------------------------------------------------------------
524
Fri Nov  2 13:28:27 UTC 2012 - cgiboudeaux@gmx.com
525
526
- Update to 2.8.10
527
  * file(DOWNLOAD now handles "https" URLs -- the pre-built binaries available from Kitware link to OpenSSL
528
  * Automoc: fix kitware#13572: issue with symbolic links
529
  * Uniform compiler "id" and version number variables available for nearly all known compilers and platforms
530
  * New way to arrange exported targets that depend on other targets into "export sets"
531
  * New generator expressions
532
  * Generator expressions available in more contexts, namely in the INCLUDE_DIRECTORIES and COMPILE_DEFINITIONS target properties
533
  See /usr/share/doc/packages/cmake/Changelog for the complete changelog
534
- Minor spec cleanup
535
536
-------------------------------------------------------------------
537
Tue Aug 14 09:07:10 UTC 2012 - cgiboudeaux@gmx.com
538
539
- Update to 2.8.9
540
 * See /usr/share/doc/packages/cmake/Changelog for changes
541
 * Drop cmake-pkgconfig.patch, already upstream
542
543
-------------------------------------------------------------------
544
Wed Apr 18 23:00:30 UTC 2012 - cgiboudeaux@gmx.com
545
546
- Update to 2.8.8
547
 - see /usr/share/doc/packages/cmake/Changelog for changes
548
549
-------------------------------------------------------------------
550
Wed Jan 25 13:10:30 UTC 2012 - cgiboudeaux@gmx.com
551
552
- Update to 2.8.7
553
 - see /usr/share/doc/packages/cmake/Changelog for changes
554
555
-------------------------------------------------------------------
556
Fri Oct 14 12:31:49 UTC 2011 - puzel@suse.com
557
558
- update to 2.8.6
559
 - see /usr/share/doc/packages/cmake/Changelog for changes
560
561
-------------------------------------------------------------------
562
Sat Sep 17 23:11:42 UTC 2011 - jengelh@medozas.de
563
564
- Remove redundant tags/sections from specfile
565
- Use %_smp_mflags for parallel build
566
567
-------------------------------------------------------------------
568
Fri Jul 29 16:19:45 UTC 2011 - puzel@novell.com
569
570
- update to 2.8.5
571
 - see /usr/share/doc/packages/cmake/Changelog for changes
572
573
-------------------------------------------------------------------
574
Thu Nov 11 11:09:03 UTC 2010 - puzel@novell.com
575
576
- update to cmake-2.8.3
577
 - see /usr/share/doc/packages/cmake/Changelog for changes
578
- drop cmake-FindGTK2-gdk-pixbuf.patch (fixed upstream)
579
- drop cmake-support-new-python.diff (fixed upstream)
580
581
-------------------------------------------------------------------
582
Mon Sep 13 18:09:02 UTC 2010 - kkaempf@novell.com
583
584
- fix build on RHEL/Fedora
585
586
-------------------------------------------------------------------
587
Tue Jul 20 20:37:51 UTC 2010 - puzel@novell.com
588
589
- update to cmake-gui-2.8.2
590
  - cmake-gui: Add simple grouped view
591
  - cmake-gui: Support build tree under symlink (#9975)
592
593
-------------------------------------------------------------------
594
Tue May 25 14:12:51 UTC 2010 - puzel@novell.com
595
596
- split cmake into two spec files: cmake and cmake-gui, so that
597
  cmake build does not depend on libqt4
598