swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a

sort by:
Revision Author Date Message Commit Date
d26c9b6 CTest: improve memory checker type detection If the checker was explicitely set with a "TypeCommand" variable (e.g. ValgrindCommand) then we now just believe that this is valgrind, even if nothing in the path matches "valgrind". Only when "MemoryCheckCommand" was used we still scan the path to find out what checker we have. 04 October 2012, 21:07:31 UTC
fcae1da CTest: add tests that simulate memcheck runs 04 October 2012, 21:07:31 UTC
e2b1630 Document CMAKE_FIND_PACKAGE_NAME Alex 04 October 2012, 19:54:40 UTC
ea17faa cmCTestSVN: Fix compilation with Sun CC 5.1 Hack access to cmCTestVC::Revision on this compiler to avoid errors like Source/CTest/cmCTestSVN.cxx, line 23: Error: cmCTestSVN::SVNInfo is not accessible from cmCTestSVN::Revision. Source/CTest/cmCTestSVN.cxx, line 22: Error: cmCTestVC::Revision is not accessible from file level. 04 October 2012, 19:05:05 UTC
35f2af1 CMake Nightly Date Stamp 04 October 2012, 04:01:07 UTC
aa2e1e9 Ninja: implicit dependency for custom command files 03 October 2012, 16:09:49 UTC
188c73c Ninja: also set OBJECT_DIR when compiling BUG: 0013510 03 October 2012, 15:24:36 UTC
0594bee FindGTK2: Update local changelog 03 October 2012, 09:03:53 UTC
8093f6c FindGTK2: #12596 Missing paths for FindGTK2 on NetBSD 03 October 2012, 08:57:45 UTC
0663803 FindGTK2: #12049 fix detection of header files on multiarch systems 03 October 2012, 08:52:35 UTC
b742677 FindGTK2: Rollback lib64 changes which broke header file finding The changes in "use PATH_SUFFIXES to simplify find_* calls" on 8/14 regressed important functionality in FindGTK for using find_path to locate header files in <prefix>/lib/<gtk_package>/include. The find_path function doesn't search <prefix>/lib only <prefix>/include. 03 October 2012, 08:45:22 UTC
17d4527 CMake Nightly Date Stamp 03 October 2012, 04:01:07 UTC
11a0764 CMake 2.8.10-rc1 02 October 2012, 15:49:39 UTC
47e5042 Merge topic 'ninja-LIBPATH' 1e47ccb Ninja: add option to enforce usage of response files e31df03 Ninja: move <OBJECTS> in front of the first linker option 8d674e7 Ninja: move -LIBPATH behind -link option 02 October 2012, 14:07:32 UTC
851a3a0 Merge topic 'ninja-link-rsp-expand' dbd99d6 Revert "Ninja: don't expand any rsp files" f1670ab Ninja: don't confuse ninja's rsp files with nmake's 02 October 2012, 14:06:54 UTC
3aa15d6 Merge topic 'FindCURL-libcurl' 708b53e FindCURL: Find older MSVC prebuilts 02 October 2012, 14:06:37 UTC
d7bc225 CMake Nightly Date Stamp 02 October 2012, 04:01:05 UTC
1e47ccb Ninja: add option to enforce usage of response files If the cmake or environment variable CMAKE_NINJA_FORCE_RESPONSE_FILE is set then a response file is used regardless the command line length. 01 October 2012, 21:06:38 UTC
e31df03 Ninja: move <OBJECTS> in front of the first linker option In the response file also linker options could be passed, and because <OBJECTS> is replaced by a response file, it is necessary that no compiler option follows <OBJECTS>. 01 October 2012, 21:06:38 UTC
8d674e7 Ninja: move -LIBPATH behind -link option Don' pass linker option to the compile 01 October 2012, 21:06:38 UTC
dbd99d6 Revert "Ninja: don't expand any rsp files" This reverts commit 5598d9b2a06d4ec788b5e058435bb3bba99fd517. Since commit f1670ab1 (Ninja: don't confuse ninja's rsp files with nmake's, 2012-09-26) Ninja generator response files are placed in CMakeFiles/ so the previously existing check already avoids expanding them. 01 October 2012, 21:06:37 UTC
15cc55f Merge topic 'documentation-cleanup' 4ad0233 Remove period at the end of the check message. 50b1ea5 Fix minor typos. 19c3206 Remove unused parameter marker and the unused parameter. 9d462b2 Document that generator expressions can be used in target properties. daf88c3 Fix punctuation in some variables documentation. 3172cde Fix the layout of the generator expression documentation. 01 October 2012, 18:05:44 UTC
49c7b64 Merge topic 'export-sets' 80112da Merge topic 'AutomocUseTargetProperties' into export-sets 955b966 exports: add a test for exporting dependent targets 6f50a04 exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package() 0cfd055 exports: move the handling of missing targets into subclasses 190f2c8 exports: fix build with MSVC6 8b5f448 exports: first try at error handling if a target is missing 87f4c01 exports: accept a missing target if it is exported exactly once 999061a exports: store pointers to all installations of each export set 64b3a6c exports: cmGlobalGenerator::ExportSets destructor will clear it 81cdab5 exports: Hold an ExportSet pointer in cm*Export*Generator 5c898fb exports: Add cmExportSetMap class d13ec1a exports: Create class cmExportSet 4e2347c exports: Rename cmGlobalGenerator::AddTargetToExport{s,} e846e70 exports: Remove cmTargetExport constructor 81c66c8 exports: Move cmTargetExport to a dedicated header file ae4ab62 find_package: add support for a <package>_NOT_FOUND_MESSAGE variable ... 01 October 2012, 18:05:35 UTC
7dce31f Merge topic 'vs-pdb-output' 2ccca05 Run PDBDirectoryAndName test on MSVC and Intel efc83b3 Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6 b294457 Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in test 3f60dbf Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 01 October 2012, 18:05:11 UTC
708b53e FindCURL: Find older MSVC prebuilts Older Windows MSVC CURL prebuilts have the .lib named as "libcurl.lib". 01 October 2012, 17:21:46 UTC
6187876 CTest: fix pre and post test commands with spaces If the pre or post memcheck or test commands have spaces in the path these were never escaped, leading to broken commands. This was not covered in the test suite so it went unnoticed. 01 October 2012, 15:39:09 UTC
95bc8aa CTest: fix usage of memory checker with spaces in path The filename was escaped in cmCTestMemCheckHandler::InitializeMemoryChecking() and again before it was written to output in cmCTestRunTest::ComputeArguments(). Once someone uses e.g. a valgrind path with spaces this leads to double escaping making the memory checker fail completely because of the invalid path. 01 October 2012, 15:39:09 UTC
7fc4d81 CMake Nightly Date Stamp 01 October 2012, 04:01:03 UTC
80112da Merge topic 'AutomocUseTargetProperties' into export-sets Conflicts: Source/cmGlobalGenerator.h 30 September 2012, 14:27:44 UTC
955b966 exports: add a test for exporting dependent targets The test exports two libraries into two separate exports, and then include()s the generated export files. This must not fail. Alex 30 September 2012, 14:27:02 UTC
6f50a04 exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package() This way the name of the searched package can be accessed in find-modules, config-files and more importantly in generated target export files. This is now used when a target export file detects that a required target does not exist. Alex 30 September 2012, 14:26:54 UTC
0cfd055 exports: move the handling of missing targets into subclasses Before, cmExportFileGenerator::ComplainAboutMissingTarget() was a virtual function which had to be implemented in the subclasses. It is not anymore. Instead, there is now a virtual function HandleMissingTargets(), which is implemented in the two subclasses. This makes e.g. dealing correctly with APPEND mode easier. Alex 30 September 2012, 14:26:10 UTC
554d4ed CMake Nightly Date Stamp 30 September 2012, 04:01:04 UTC
4ad0233 Remove period at the end of the check message. Other messages don't have one. 29 September 2012, 16:44:41 UTC
50b1ea5 Fix minor typos. nothe -> note than -> that duplicat -> duplicate directory -> directly Wipe wipe -> Wipe 29 September 2012, 16:44:10 UTC
19c3206 Remove unused parameter marker and the unused parameter. 29 September 2012, 16:42:56 UTC
9d462b2 Document that generator expressions can be used in target properties. 29 September 2012, 16:42:56 UTC
daf88c3 Fix punctuation in some variables documentation. 29 September 2012, 16:42:56 UTC
3172cde Fix the layout of the generator expression documentation. 29 September 2012, 16:42:55 UTC
2ccca05 Run PDBDirectoryAndName test on MSVC and Intel Move it out of the condition that also accepts MinGW/MSYS. Teach the test to allow the Intel for Windows compiler but do not verify the results because the compiler does not seem to write PDB output in all cases. 29 September 2012, 11:17:42 UTC
8956b7e CMake Nightly Date Stamp 29 September 2012, 04:01:04 UTC
103d993 Merge topic 'generator-expression-target-properties' 083de7e Process generator expressions in the COMPILE_DEFINITIONS target property. 08cb4fa Process generator expressions in the INCLUDE_DIRECTORIES property. 0ef091d Early return if there is no target. eb250cd Add a self-reference check for target properties. 7e80747 Add API to check that dependent target properties form a DAG. 239ac84 Add a generator expression for target properties. e028381 Extend the generator expression language with more logic. b8e61d6 Refactor GetCompileDefinitions a bit. 2c2b25b Return a std::string from GetCompileDefinitions. b7e48e0 Add an AppendDefines std::string overload. 9a16087 Convert paths in INCLUDE_DIRECTORIES property to Unix slashes. 4557c8d Don't prepend a path before generator expressions in include_directories. c6abc41 Add include guard for cmGeneratorExpression. 0ff4e3f Port remaining code to GetCompileDefinitions(). f178d53 Fix indentation in the code blocks generator. 28 September 2012, 21:15:03 UTC
190f2c8 exports: fix build with MSVC6 it seems it doesn't like deleting const pointers Alex 28 September 2012, 21:00:52 UTC
908f46a Merge topic 'fix-13549-make-findmpi-quiet' 8b7a5c6 FindMPI: Set correct variables for calls to FPHSA 28 September 2012, 19:45:21 UTC
eaba65e Merge topic 'ninja-OBJECT_DEPENDS' 8f0e08d Ninja: OBJECT_DEPENDS should set an implicit dependency 28 September 2012, 19:45:11 UTC
af5fac8 Merge topic 'ctest-svn-non-interactive' 9ace801 ctest_update: Tell svn not to prompt interactively (#13024) 28 September 2012, 19:45:02 UTC
8b5f448 exports: first try at error handling if a target is missing Now, if an imported target depends on a library which must come from some other export set, cmake generates a check which errors out if that target does not exist. I guess instead of completely erroring out it would be better to only make the find_package() fail. Alex 28 September 2012, 13:21:42 UTC
87f4c01 exports: accept a missing target if it is exported exactly once If a target is exported, and a library it depends on is not part of the same export set, before this patch cmake errored out. With this patch, it now checks whether the missing target is exported somewhere else exactly once, and accepts in this case (because then it can determine the namespace for the missing target and use this). Alex 28 September 2012, 13:21:42 UTC
999061a exports: store pointers to all installations of each export set This information will be used to check whether a target is exported once or multiple times and to check its namespace. Alex 28 September 2012, 13:21:39 UTC
64b3a6c exports: cmGlobalGenerator::ExportSets destructor will clear it 28 September 2012, 13:21:39 UTC
81cdab5 exports: Hold an ExportSet pointer in cm*Export*Generator Get name from this->ExportSet. 28 September 2012, 13:21:39 UTC
5c898fb exports: Add cmExportSetMap class This is a map<string, cmExportSet *> with overloaded operator[] and destructor. 28 September 2012, 13:21:39 UTC
d13ec1a exports: Create class cmExportSet Replace direct use of 'std::vector<cmTargetExport const*>' with a dedicated class. 28 September 2012, 13:21:39 UTC
4e2347c exports: Rename cmGlobalGenerator::AddTargetToExport{s,} This function adds target to one export, not to several exports. 28 September 2012, 13:21:39 UTC
e846e70 exports: Remove cmTargetExport constructor The constructor was used exactly once. Setting members explicitly makes the code more readable. 28 September 2012, 13:21:39 UTC
81c66c8 exports: Move cmTargetExport to a dedicated header file 28 September 2012, 13:21:38 UTC
ae4ab62 find_package: add support for a <package>_NOT_FOUND_MESSAGE variable If a config-file sets <package>_FOUND to FALSE, it can now give a reason using the variable <package>_NOT_FOUND_MESSAGE, which is used by cmFindPackage and FPHSA. Alex 28 September 2012, 13:21:36 UTC
6508a8c Modules/readme.txt: fix typo Alex 28 September 2012, 13:20:38 UTC
65a30c6 cmGlobalGenerator.h: some minor coding style fixes - this-> was missing - removed unnecessary semicolons - indented unindented lines Alex 28 September 2012, 13:20:20 UTC
083de7e Process generator expressions in the COMPILE_DEFINITIONS target property. 28 September 2012, 12:50:16 UTC
08cb4fa Process generator expressions in the INCLUDE_DIRECTORIES property. This use of generator expressions, like all others to come which operate on target properties, must initalize the dag checker. 28 September 2012, 12:50:10 UTC
0ef091d Early return if there is no target. The remainder of this method depends on the target existing (otherwise the includes container would be empty), so make the code a little more readable. 28 September 2012, 12:49:21 UTC
eb250cd Add a self-reference check for target properties. Prevent constructs like: ... INCLUDE_DIRECTORIES "$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>" Indirect self-references (cycles) are also prevented here, but indirect generator expression references of any kind are not possible yet anyway. 28 September 2012, 12:49:21 UTC
7e80747 Add API to check that dependent target properties form a DAG. Initially this will only be used to check for self-references, but can be extended to check for cycles when chaining properties of other targets. 28 September 2012, 12:49:21 UTC
239ac84 Add a generator expression for target properties. There are two overloads, so that it can use the operational target when a target property is being evaluated, and a target can alternatively be specified by name. At this point, the generators don't chain. That comes later. 28 September 2012, 12:49:21 UTC
e028381 Extend the generator expression language with more logic. Generator expressions for comparing strings, evaluating strings as booleans, and for creating literal right-angle-brackets and commas are added. Those may be needed in some cases where they appear in literals. 28 September 2012, 12:49:21 UTC
f1670ab Ninja: don't confuse ninja's rsp files with nmake's Move response files into CMakeFiles/ which makes them different to nmake's. 28 September 2012, 10:33:57 UTC
64d64b4 CMake Nightly Date Stamp 28 September 2012, 04:01:05 UTC
8b7a5c6 FindMPI: Set correct variables for calls to FPHSA Since FPHSA is called for multiple compiler languages with "MPI_${lang}" rather than just "MPI", make sure variables for controlling QUIET, REQUIRED and VERSION are propagated with names prefixed by MPI_${lang} as well, rather than just MPI. The find_package call sets up the values of MPI_FIND_REQUIRED and friends, but these calls to FPHSA need MPI_${lang}_FIND_REQUIRED and friends in order to function as intended. 27 September 2012, 04:41:28 UTC
137ad7c CMake Nightly Date Stamp 27 September 2012, 04:01:02 UTC
7892c87 CMake Nightly Date Stamp 26 September 2012, 04:01:06 UTC
8f0e08d Ninja: OBJECT_DEPENDS should set an implicit dependency BUG 13559 25 September 2012, 20:22:55 UTC
efc83b3 Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6 25 September 2012, 19:23:35 UTC
b294457 Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in test Teach the PDBDirectoryAndName test to check that the .pdb files appear where expected. 25 September 2012, 19:23:35 UTC
3f60dbf Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) This enables changing the name and output folder of the debug symbol files produced by MS compilers. Inspired-by: Thomas Bernard <thomas.bernard@ipetronik.com> 25 September 2012, 19:23:35 UTC
2e48952 Merge topic 'AutomocUseTargetProperties' e83cc94 Use the cmGeneratorTarget for the include directories API. 9d8e59d Merge branch 'use-generator-target' into AutomocUseTargetProperties ea12871 Automoc: also the makefile-COMPILE_DEFINITIONS 894e91a Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONS 825d1ab Automoc: fix #13493, use target properties for include dirs 25 September 2012, 19:18:43 UTC
3f3b731 Merge topic 'use-generator-target' 879fd35 Revert "Move GenerateTargetManifest to cmGeneratorTarget." 6674583 Fix compiler warning with initialization order. 5285458 Add convenience for getting a cmGeneratorTarget to use. c31f3d9 Add a wrapper for accessing config-specific compile-definitions. d1446ca Append the COMPILE_DEFINITIONS from the Makefile to all targets. 290e92a Move GetIncludeDirectories to cmGeneratorTarget. f9146f6 Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget. 9facfd1 Move GetCreateRuleVariable to cmGeneratorTarget. 78bfee3 Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. 4f5384e Move GetLinkInformation to cmGeneratorTarget 987e12e Move GenerateTargetManifest to cmGeneratorTarget. 14bf778 Store cmGeneratorTargets with the makefile. f428ca2 Add more forwarding API to cmGeneratorTarget. 25 September 2012, 19:18:34 UTC
021e66a Merge topic 'osx-sysroot-cleanup' df92864 OS X: Ignore MACOSX_DEPLOYMENT_TARGET during Xcode compiler id e7e613e OS X: Teach deployment target sanity check about SDK names 43b7479 OS X: Further improve default CMAKE_OSX_SYSROOT selection 2690738 OS X: If CMAKE_OSX_SYSROOT is already set do not compute default 7995722 OS X: Simplify selection of CMAKE_OSX_ARCHITECTURES 1786b12 OS X: Allow CMAKE_OSX_SYSROOT to be a logical SDK name 242f673 Tests/Assembler: Use CMAKE_OSX_SYSROOT to generate .s file a1c032b bootstrap: Suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot 230ea21 OS X: Improve default CMAKE_OSX_SYSROOT selection a0a0877 OS X: Always generate -isysroot if any SDK is in use 33a60e6 Xcode: Remove unused code reading CMAKE_OSX_SYSROOT_DEFAULT 25 September 2012, 19:18:24 UTC
5549334 Merge topic 'qt5-qtdialog-port' 92b6d85 Enable deprecated API when using Qt 5. 25 September 2012, 19:18:14 UTC
7d03885 Merge topic 'ImproveFindSDLxxxModules' 68c6b13 FindSDL: Stay compatible with old input variables 9ed24c5 FindSDL: Remove from find_... calls PATHS that are set by default 38a0f71 FindSDL: Add my copyright tag to all FindSDL_* modules 020d213 FindSDL: Add version support 61a566c FindSDL: Format documentation 22154c7 FindSDL: Update documentation 4541c07 FindSDL: Add version support for FindSDL_ttf a28c247 FindSDL: Use SDL_TTF prefix for variables 9f5dbf4 FindSDL: Update documentation d83f80d FindSDL: Add version support for FindSDL_mixer c10b691 FindSDL: Use SDL_MIXER prefix for variables 03dd6cc FindSDL: Pass SDL_SOUND_LIBRARY to FIND_PACKAGE_HANDLE_STANDARD_ARGS 326beca FindSDL: Use same capitalization for FPHSA as file name cfe5b87 FindSDL: Version support for FindSDL_sound 776d3fe FindSDL: Format the documentation a5194e2 FindSDL: Add "cmake_minimum_required" to "try_compile" project ... 25 September 2012, 19:18:05 UTC
1dd41e6 Merge topic 'DetermineVsServicePack2012' a722780 CMakeDetermineVSServicePack: Visual Studio 2012 added 25 September 2012, 19:17:57 UTC
8dbe39c Merge topic 'generator-expression-refactor' f20af79 Handle colons as a special case in the generator expression parser. fb578c8 Fix the regular expression validator for target names. 25 September 2012, 19:17:45 UTC
8e29b37 Merge topic 'UpdateEmacsMode-bug0013548' 301e67e cmake-mode.el: add local keybindings 6d1e4ef cmake-mode.el: Use more readable regex and case-fold-search 25 September 2012, 19:17:35 UTC
f5513f9 Merge topic 'clang-PIE' ada9efd Clang: All versions know about -fPIE (#13550) 6e34aea Clang: Split Compiler/Clang* modules out from GNU (#13550) 25 September 2012, 19:17:26 UTC
92be70d Merge topic 'vs8-generator-doc' 750fcaa VS8: Remove '.NET' from generator description (#10158) 25 September 2012, 19:17:17 UTC
998a17d Merge topic 'file-DOWNLOAD-EXPECTED_HASH' 95a0011 file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value 25 September 2012, 19:17:01 UTC
68c6b13 FindSDL: Stay compatible with old input variables Suggested-by: David Cole <david.cole@kitware.com> 25 September 2012, 17:56:04 UTC
9ed24c5 FindSDL: Remove from find_... calls PATHS that are set by default Use PATH_SUFFIXES to add SDL parts to standard paths. 25 September 2012, 17:55:51 UTC
38a0f71 FindSDL: Add my copyright tag to all FindSDL_* modules 25 September 2012, 17:52:48 UTC
020d213 FindSDL: Add version support 25 September 2012, 17:52:43 UTC
61a566c FindSDL: Format documentation 25 September 2012, 17:52:40 UTC
22154c7 FindSDL: Update documentation 25 September 2012, 17:52:35 UTC
4541c07 FindSDL: Add version support for FindSDL_ttf 25 September 2012, 17:52:30 UTC
a28c247 FindSDL: Use SDL_TTF prefix for variables 25 September 2012, 17:52:27 UTC
9f5dbf4 FindSDL: Update documentation 25 September 2012, 17:52:25 UTC
d83f80d FindSDL: Add version support for FindSDL_mixer 25 September 2012, 17:52:22 UTC
c10b691 FindSDL: Use SDL_MIXER prefix for variables 25 September 2012, 17:52:18 UTC
03dd6cc FindSDL: Pass SDL_SOUND_LIBRARY to FIND_PACKAGE_HANDLE_STANDARD_ARGS 25 September 2012, 17:52:12 UTC
326beca FindSDL: Use same capitalization for FPHSA as file name 25 September 2012, 17:51:53 UTC
cfe5b87 FindSDL: Version support for FindSDL_sound 25 September 2012, 17:51:50 UTC
back to top