uclient: update to Git HEAD (2024-04-19)
[openwrt/openwrt.git] / include / cmake.mk
2023-10-20 Christian Marangitreewide: make use of new toolchain define
2023-10-04 Tjalling Hattinkbuild: suppress cmake warnings about unused vars
2022-01-17 Ansuel Smithtreewide: drop use of which
2021-11-04 Felix Fietkauinclude/cmake.mk: add support for overriding the host...
2021-10-20 Felix Fietkauinclude/cmake.mk: fix host builds with CMAKE_BINARY_SUBDIR
2021-06-12 Felix Fietkaubuild: do not override DESTDIR for cmake ninja host...
2021-06-12 Felix Fietkaubuild: use ninja for cmake packages by default
2021-06-12 Felix Fietkaubuild: add ninja build tool and make it available for...
2021-03-03 Clemens FruhwirthRevert "build: replace which with Bash command built-in"
2021-01-04 Petr Štetiarbuild: replace which with Bash command built-in
2020-12-21 Hirokazu MORIKAWAinclude/cmake.mk: Fix the bug in ccache support
2020-11-28 Petr Štetiarcmake.mk,rules.mk: fix host builds using CMake and...
2020-11-27 Rosen Penevcmake.mk: set C/CXX compiler for host builds as well
2020-11-14 Felix Fietkaubuild: support cmake verbose for host builds
2020-08-24 Jeffery Tocmake: Disable use of package registries
2019-12-22 Rosen Penevcmake: Install host packages to lib instead of lib64
2018-09-29 Amol Bhavebuild: use CMAKE_SOURCE_SUBDIR variable to cmake.mk
2017-02-21 Felix Fietkaucmake: skip build system check on compile
2017-01-18 Matthias Schifferbuild: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST...
2016-10-13 Hauke Mehrtensbuild: use CXXFLAGS if defined
2016-07-29 Felix Fietkauinclude/cmake.mk: fix host builds
2016-07-29 Luke McKeecmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to...
2016-04-13 Vasilis Tsiligiannisinclude/cmake.mk: Add helper macro to handle conditiona...
2016-01-25 Felix Fietkauinclude/cmake.mk: search in $(STAGING_DIR)/usr instead...
2016-01-25 Felix Fietkauinclude/cmake.mk: adjust for STAGING_DIR_HOST split
2016-01-03 Felix Fietkaubuild: for cmake, always use ccache from staging dir...
2015-04-19 Felix Fietkaucmake.mk: enable -Bsymbolic-functions by default for...
2015-04-06 Felix Fietkaucmake.mk: add host build support
2015-03-29 Felix Fietkaubuild: fix CMake assembly builds with ccache
2015-03-16 Felix Fietkaucmake: include external toolchain directory in CMAKE_FI...
2015-02-08 Jo-Philipp Wichinclude: cmake: prevent inclusion of rpath in binaries
2014-12-27 Felix Fietkaubuild: use gcc-provided ar, nm and ranlib where appropriate
2014-06-11 Felix Fietkauinclude/cmake.mk: fix indentation
2014-05-30 Felix Fietkauinclude/cmake.mk: define CMAKE_AR and CMAKE_RANLIB...
2013-11-18 Felix Fietkaucmake.mk: fix support for ccache
2013-08-07 Jo-Philipp Wichinclude: cmake: pass toolchain directory to default...
2012-12-29 Felix Fietkaucmake.mk: add support for overriding the source dir...
2012-04-26 Felix Fietkaucmake: add support for V=cs
2012-01-09 Jo-Philipp Wichcmake.mk: fix passing of LDFLAGS
2011-07-24 Felix Fietkaucmake: fix ccache command when using host ccache (patch...
2011-06-22 Jo-Philipp Wichcmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_...
2011-05-20 Felix Fietkauadd LD_LIBRARY to cmake.mk
2011-04-11 Jo-Philipp Wichcmake.mk: don't assume toolchain binaries in .../bin...
2011-03-05 Michael Büschcmake: Fix ccache
2011-02-05 Michael Büschcmake: Pass VERBOSE=1 to the generated makefile to...
2011-02-05 Michael Büschcmake: Remove -O3 from release CFLAGS. Honor the OpenWR...
2011-01-31 Felix Fietkauadd a template for cmake packages