- 30 May, 2017 1 commit
-
-
Brad King authored
This builder builds CMake using lint tools but does not run the test suite. Document it for reviewers to request with `Do: test -i lint`.
-
- 26 May, 2017 6 commits
-
-
690acadc codecvt: Re-implement do_out and do_unshift Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !891
-
eb0cfd28 FindXMLRPC: handle QUIETLY and REQUIRED correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !887
-
542d9d5e cmCPackLog: pass std::string by const& Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !892
-
30675ec4 VS: Fix indentation of .vcxproj files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !884
-
867b1742 Merge branch 'upstream-KWSys' into update-kwsys 402c6c12 KWSys 2017-05-25 (160bed45) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !890
-
Kitware Robot authored
-
- 25 May, 2017 12 commits
-
-
Daniel Pfeifer authored
-
Use the built in FindPackageHandleStandardArgs. Fixes: #16912 Signed-off-by:
Niklas Simons <nsimons@abo.fi>
-
60afab9e IWYU: add mapping for std::__decay_and_strip Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !889
-
d3034654 FindCygwin: Use find_program instead of find_path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !883
-
59ffabfe Improve Doxygen support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !684
-
aa7e9a96 cmServer: Fix compiler -Wdouble-promotion warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !885
-
ab358d6a Improve find_dependency argument handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !872
-
d0b9d1cc find_package: shorten output for missing package in config mode d9df805f cmFindPackageCommand: Split condition to improve readability Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !851
-
Brad King authored
The previous implementation assumed that only one byte would be given in the `from` buffer by the caller at a time. This may be true for MSVC but is not for the GNU library on Windows. Re-implement these methods to handle more than one byte per call. Also simplify the state management by keeping all state between calls directly in the `mbstate_t` argument instead of using it to index our own heap-allocated state. Fixes: #16893
-
Brad King authored
* upstream-KWSys: KWSys 2017-05-25 (160bed45)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 160bed451833380e9f6ddc60e709ab6800bf2129 (master). Upstream Shortlog ----------------- Brad King (1): 51859eab CONTRIBUTING: Specify clang-format version used for code style Florian Maushart (2): 684bcda6 SystemInformation: Expose CPU feature flags publicly 70b8332f SystemInformation: Add CPU_FEATURE_FPU flag
-
Kitware Robot authored
-
- 24 May, 2017 8 commits
-
-
Daniel Pfeifer authored
-
Brad King authored
Patch-by: vvs31415 on gitlab.kitware.com
-
Brad King authored
-
Brad King authored
-
abe8a623 GNUtoMS: Add search path for VS 2017 environment scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !875
-
68ea936f Added space after IAR response file flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !880
-
6f334159 Merge branch 'upstream-KWSys' into update-kwsys 47a8ff34 KWSys 2017-05-23 (411e958f) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !882
-
Kitware Robot authored
-
- 23 May, 2017 12 commits
-
-
Alex Turbov authored
Except Graphviz's `dot` Doxygen may use few other utilities like `mscgen` (Message Sequence Chart) and `dia` (Diagram Editor). Now this module allows to manage Doxygen settings from `CMakeLists.txt` and forget about `Doxyfile`s. Also it provides a helper function to add a target to generate documentation: `doxygen_add_docs`. Implement code review notes: - Introduce `COMPONENTS` to find: `dot`, `mscgen` and `dia`; - Deprecate variables `DOXYGEN_SKIP_DOT`, `DOXYGEN_EXECUTABLE`, `DOXYGEN_DOT_EXECUTABLE`, `DOXYGEN_DOT_FOUND` in favour of `doxygen_add_docs ` usage instead; - Properly handle paths to found tools in Windows; - Prevent adding a custom target if Doxygen was not really found; - Introduce exported (executable) targets for found components. Co-Author: Craig Scott <craig.scott@crascit.com>
-
Tibor Szabo authored
Cygwin's installation directory is mainly needed to use some programs of it, irrespectively of the target architecture. However, find_path does not consider cygwin with architecture different than the target architecture. This is because cygwin's installation path is retrieved from the registry. WOW64 view is not used by find_path if generating for 32-bit architecture and vice versa, so cygwin is not found then. find_program tries both views, this way a 64-bit cygwin may be used for 32 bit build and vice versa.
-
If CONFIG or MODULE is given and the package is not REQUIRED, output a one-liner instead of the full warning. Update Tests/RunCMake/find_package expected output to match.
-
-
Brad King authored
* upstream-KWSys: KWSys 2017-05-23 (411e958f)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 411e958f46246eaf8e044b6d0af542685bca5fcf (master). Upstream Shortlog ----------------- Brad King (1): c23e388b ConsoleBuf: Avoid signed/unsigned comparison
-
b520b18c VS: Write UseOfMfc tag only if CMAKE_MFC_FLAG is present Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !873
-
4edcc375 bootstrap: prefer Clang over GNU on Darwin Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !878
-
4131d1b5 FindImageMagick: Update to work with v7 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !874
-
a5ccddf0 FindProtobuf: Rename imported targets to match upstream names Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !876
-
Andreas Weis authored
Without the space between the flag and the filename, IAR will fail to parse the arguments correctly.
-
Kitware Robot authored
-
- 22 May, 2017 1 commit
-
-
Daniel Pfeifer authored
-