-
Disable long-running buildsystem tests by default.
-
Set viewport for doxygen pages.
-
Use upstream
CURL::libcurl
imported target in FindIgnCURL.cmake if available. -
Avoid hardcoding /machine:x64 flag on 64-bit on MSVC.
-
FindIgnOGRE2: fix include paths for new directory structure.
-
Support for custom vcpkg ogre2 windows port (backport of PR 155).
-
IgnConfigureBuild: only
add_subdirectory(test)
ifBUILD_TESTING
is ON -
Add FindIgnBullet cmake module.
- Turn on doxygen warnings, add CI script to check for doxygen warnings.
-
Fixes for vcpkg ogre 1.11 version
-
Add benchmark aggregation functionality
-
Use
PRIVATE_FOR
to skip cmake dependencies in addition to pkg-config -
upload_doc.sh
: actually use dry-run, and allow the user to pass in a 'y' or 'n' -
Set favicon
-
Fix tagfile generation by preventing the inclusion of tutorials
-
Update datainstall dir
-
Allow tests to build without automatic linking against project lib
- Require cmake 3.10.2, support
CXX_STANDARD
17
-
Set viewport for doxygen pages.
-
Use upstream
CURL::libcurl
imported target in FindIgnCURL.cmake if available. -
Avoid hardcoding /machine:x64 flag on 64-bit on MSVC.
-
IgnConfigureBuild: only
add_subdirectory(test)
ifBUILD_TESTING
is ON -
Fix race condition in test for issue 48
-
Account for inter-component dependencies when importing targets
- Initial version bumped to 1.1.0 since there was a 1.1.0 prerelease
* [Full list of changes](https://github.com/ignitionrobotics/ign-cmake/compare/ignition-cmake1_1.0.0...ign-cmake0)
-
Set viewport for doxygen pages.
-
Use upstream
CURL::libcurl
imported target in FindIgnCURL.cmake if available. -
Avoid hardcoding /machine:x64 flag on 64-bit on MSVC.
-
IgnConfigureBuild: only
add_subdirectory(test)
ifBUILD_TESTING
is ON -
IgnConfigureProject.cmake: fix small typo PKCONFIG -> PKGCONFIG
- Fix duplicated imported target error
-
Properly mark internal CMake cache variables as advanced
-
Make line coverage by default, add separate coverage-branch target
-
Refactor variable names in example test junit templates
-
Suport for
CMAKE_BUILD_TYPE
None
-
FindJSONCPP: fix target when pkg-config is successful
-
Add branch coverage
-
Add FindOptiX.cmake
* [Full list of changes](https://github.com/ignitionrobotics/ign-cmake/compare/ignition-cmake_0.4.1...ignition-cmake_0.4.0)