summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2015-03-231-1/+1
|
* CMake Nightly Date StampKitware Robot2015-03-221-1/+1
|
* CMake Nightly Date StampKitware Robot2015-03-211-1/+1
|
* Merge topic 'file-globbing-directory-listing'Brad King2015-03-2016-6/+201
|\ | | | | | | | | | | 6e54b0b9 Help: Add notes for topic 'file-globbing-directory-listing' a2c068a7 file: Teach GLOB to list directories optionally
| * Help: Add notes for topic 'file-globbing-directory-listing'Brad King2015-03-201-0/+6
| |
| * file: Teach GLOB to list directories optionallyDomen Vrankar2015-03-2015-6/+195
| | | | | | | | | | | | GLOB lists directories by default and GLOB_RECURSE does not. LIST_DIRECTORIES enables user to control the behavior explicitly for consistently for both GLOB and GLOB_RECURSE.
* | Merge topic 'fix-FindPackageHandleStandardArgs-doc'Brad King2015-03-201-1/+1
|\ \ | | | | | | | | | | | | 39451413 FPHSA: Revise documented command signature
| * | FPHSA: Revise documented command signatureGregor Jasny2015-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | For mode 2 the first argument is not the literal NAME but the package name. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | Merge topic 'update-kwsys'Brad King2015-03-202-2/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | 0e8325db Merge branch 'upstream-kwsys' into update-kwsys bc67dbed KWSys 2015-03-18 (9367a33b)
| * \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-03-182-2/+10
| |\ \ \ | | |_|/ | |/| |
| | * | KWSys 2015-03-18 (9367a33b)KWSys Robot2015-03-182-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 9367a33b | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 4a698414..9367a33b Brad King (1): 20f50727 SystemInformation: Add missing 'break' in StacktraceSignalHandler Sean McBride (2): 093eae34 SystemInformation: Fix -Wswitch-enum warnings 9367a33b testHashSTL: Fix warnings by marking private functions static Change-Id: Ia4ba110c901698f08797412da5773abf4c4c5330
* | | | Merge topic 'ninja-no-circular-phony'Brad King2015-03-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 80afe28a Ninja: Do not generate circular phony rules (#15454)
| * | | | Ninja: Do not generate circular phony rules (#15454)Brad King2015-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The phony rules added by commit v2.8.12~248^2 (Ninja: Custom Command file depends don't need to exist before building, 2013-06-07) are circular, e.g. build side-effect: phony side-effect This is not diagnosed by Ninja as of version 1.5, but the dependency does not make sense. Simply drop it and use phony rules of the form build side-effect: phony instead. Reported-by: Daniel Dunbar
* | | | | Merge topic 'update-kwiml'Brad King2015-03-201-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 67940795 Merge branch 'upstream-kwiml' into update-kwiml ded79a97 KWIML: Teach ABI.h about Xtensa architecture
| * \ \ \ \ Merge branch 'upstream-kwiml' into update-kwimlBrad King2015-03-171-0/+6
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KWIML: Teach ABI.h about Xtensa architectureMax Filippov2015-03-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* | | | | | Merge topic 'cpack_rpm_component_fall_through'Brad King2015-03-203-664/+633
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be089724 CPack/RPM prevent component attributes leakage ffc1b945 CPack/RPM improved component override test
| * | | | | | CPack/RPM prevent component attributes leakageDomen Vrankar2015-03-171-652/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes mantis bug report with id 15169. Some component specific attributes were leaking to next component. Leakage handling was implemented in different locations but there were still attributes that leaked. Patch encapsulates generator into function so all current leaks are fixed and no future leaks can occur.
| * | | | | | CPack/RPM improved component override testDomen Vrankar2015-03-172-12/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Component specific attributes test passed even when attribute was able to leak to the next component as library package is the last that is generated. This patch fixes the test as header package is generated in the middle so leakage causes the test to fail.
* | | | | | Merge topic 'WCDH-fix-cxx_nullptr-workaround'Brad King2015-03-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | f9d09626 WCDH: Fix cxx_nullptr workaround for pre-C++11 compilers
| * | | | | | WCDH: Fix cxx_nullptr workaround for pre-C++11 compilersRoman Wüger2015-03-171-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Use just '0' instead of 'static_cast<void*>(0)' because the latter will not automatically convert to pointers to other types.
* | | | | | Merge topic 'mingw-compile-features'Brad King2015-03-202-2/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2aaf4f60 Help: Add notes for topic 'mingw-compile-features' f94727a9 Record compile features for GNU on Windows (#15443)
| * | | | | | Help: Add notes for topic 'mingw-compile-features'Brad King2015-03-201-0/+6
| | | | | | |
| * | | | | | Record compile features for GNU on Windows (#15443)Brad King2015-03-171-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the 'UNIX' condition on GNU compiler features. Suggested-by: David Demelier <demelier.david@gmail.com>
* | | | | | CMake Nightly Date StampKitware Robot2015-03-201-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-03-191-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2015-03-181-1/+1
|/ / / /
* | | | Merge topic 'wix-installer-theme'Brad King2015-03-173-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 1bda8f1f CPackWIX: Customize CMake installer theme.
| * | | | CPackWIX: Customize CMake installer theme.Nils Gladitz2015-03-123-0/+8
| | | | |
* | | | | Merge topic 'cpack_rpm_old_version_tests'Brad King2015-03-171-10/+31
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 140a53a8 CPack/RPM architecture test fixup 4552bc88 CPack/RPM relocation paths test fixup
| * | | | | CPack/RPM architecture test fixupDomen Vrankar2015-03-151-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed architecture test that was missing architecture in regular expressions - bug was detected on older rpm versions where the check failed. Extended architecture test that takes into account older versions of rpm. This patch is related to 15442.
| * | | | | CPack/RPM relocation paths test fixupDomen Vrankar2015-03-151-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch fixes bug in test reported with id 15442 - older versions of rpm print out package info a bit differently so we should ignore white spaces
* | | | | | Merge topic 'FindMatlab-rewrite'Brad King2015-03-1720-87/+1791
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 49c8dcf7 FindMatlab: Rewrite module and provide a usage API
| * | | | | | FindMatlab: Rewrite module and provide a usage APIRaffi Enficiaud2015-03-1720-87/+1791
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything.
* | | | | | | Merge topic 'output-ctest-env-vars'Brad King2015-03-176-0/+68
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 874fdd91 CTest: Output test-specific env vars in verbose mode (#15446)
| * | | | | | | CTest: Output test-specific env vars in verbose mode (#15446)Zach Mullen2015-03-176-0/+68
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any environment vars that were configured for a test via the ENVIRONMENT property will now be output when the test is run with verbose logging enabled.
* | | | | | | CMake Nightly Date StampKitware Robot2015-03-171-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-03-161-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2015-03-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2015-03-141-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2015-03-131-1/+1
|/ / / /
* | | | Merge topic 'refactor-cmGeneratorExpression'Brad King2015-03-1211-1935/+2059
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec428faf Genex: Extend cmGeneratorExpressionContext constructor. 082b6a9d Genex: Split cmGeneratorExpressionContext into own file. 9df1f0fc Genex: Split cmGeneratorExpressionNode into own file. 80b9f0cb Genex: Extract an evaluateWithContext method. 642048ce Help: Move docs of $<0:...> and $<1:...> to output section.
| * | | | Genex: Extend cmGeneratorExpressionContext constructor.Stephen Kelly2015-03-103-16/+29
| | | | | | | | | | | | | | | | | | | | Initialize the members in the appropriate place.
| * | | | Genex: Split cmGeneratorExpressionContext into own file.Stephen Kelly2015-03-105-28/+70
| | | | |
| * | | | Genex: Split cmGeneratorExpressionNode into own file.Stephen Kelly2015-03-105-1889/+1946
| | | | |
| * | | | Genex: Extract an evaluateWithContext method.Stephen Kelly2015-03-102-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to make modifications to the context before evaluating with it.
| * | | | Help: Move docs of $<0:...> and $<1:...> to output section.Stephen Kelly2015-03-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | These are not 'logical' expressions. They create output and are often used together with the logical expressions.
* | | | | Merge topic 'update-kwsys'Brad King2015-03-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e433223d Merge branch 'upstream-kwsys' into update-kwsys 9a427f86 KWSys 2015-03-10 (4a698414)
| * \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-03-111-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | KWSys 2015-03-10 (4a698414)KWSys Robot2015-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 4a698414 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 4890f30c..4a698414 Brad King (1): 4a698414 hashtable: Give prime number table functions internal linkage Change-Id: I9f06cdf8c8b5fbe7e1f07afbcc77457f5ee6445f