- 22 Mar, 2015 2 commits
-
-
Gregor Jasny authored
To link CMake documentation from other documentation sets like KDE extra-cmake-modules the intersphinx extension depends on the objects.inv mapping file. The size overhead of 14k seems to be neglectable. Signed-off-by:
Gregor Jasny <gjasny@googlemail.com>
-
Kitware Robot authored
-
- 21 Mar, 2015 1 commit
-
-
Kitware Robot authored
-
- 20 Mar, 2015 12 commits
-
-
Brad King authored
-
Domen Vrankar authored
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.
-
Brad King authored
-
Kitware Robot authored
- 19 Mar, 2015 1 commit
-
-
Kitware Robot authored
-
- 18 Mar, 2015 5 commits
-
-
Brad King authored
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
-
Gregor Jasny authored
For mode 2 the first argument is not the literal NAME but the package name. Signed-off-by:
Gregor Jasny <gjasny@googlemail.com>
-
Brad King authored
-
Kitware Robot authored
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
-
Kitware Robot authored
-
- 17 Mar, 2015 13 commits
-
-
Brad King authored
-
Max Filippov authored
Signed-off-by:
Max Filippov <jcmvbkbc@gmail.com>
-
Roman authored
Use just '0' instead of 'static_cast<void*>(0)' because the latter will not automatically convert to pointers to other types.
-
Brad King authored
Drop the 'UNIX' condition on GNU compiler features. Suggested-by:
David Demelier <demelier.david@gmail.com>
-
Domen Vrankar authored
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.
-
Domen Vrankar authored
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.
-
Zach authored
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.
-
Raffi Enficiaud authored
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.
-
Kitware Robot authored
-
- 16 Mar, 2015 1 commit
-
-
Kitware Robot authored
-
- 15 Mar, 2015 3 commits
-
-
Domen Vrankar authored
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.
-
Domen Vrankar authored
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
-
Kitware Robot authored
-
- 14 Mar, 2015 1 commit
-
-
Kitware Robot authored
-
- 13 Mar, 2015 1 commit
-
-
Kitware Robot authored
-