| Commit message (Expand) | Author | Age | Files | Lines |
* | include/cmake.mk: fix host builds with CMAKE_BINARY_SUBDIR | Felix Fietkau | 2021-10-20 | 1 | -4/+6 |
* | build: do not override DESTDIR for cmake ninja host builds | Felix Fietkau | 2021-06-12 | 1 | -2/+2 |
* | build: use ninja for cmake packages by default | Felix Fietkau | 2021-06-12 | 1 | -0/+2 |
* | build: add ninja build tool and make it available for cmake | Felix Fietkau | 2021-06-12 | 1 | -0/+34 |
* | Revert "build: replace which with Bash command built-in" | Clemens Fruhwirth | 2021-03-03 | 1 | -1/+1 |
* | build: replace which with Bash command built-in | Petr Štetiar | 2021-01-04 | 1 | -1/+1 |
* | include/cmake.mk: Fix the bug in ccache support | Hirokazu MORIKAWA | 2020-12-21 | 1 | -18/+14 |
* | cmake.mk,rules.mk: fix host builds using CMake and ccache | Petr Štetiar | 2020-11-28 | 1 | -2/+16 |
* | cmake.mk: set C/CXX compiler for host builds as well | Rosen Penev | 2020-11-27 | 1 | -0/+2 |
* | build: support cmake verbose for host builds | Felix Fietkau | 2020-11-14 | 1 | -0/+1 |
* | cmake: Disable use of package registries | Jeffery To | 2020-08-24 | 1 | -0/+12 |
* | cmake: Install host packages to lib instead of lib64 | Rosen Penev | 2019-12-23 | 1 | -0/+1 |
* | build: use CMAKE_SOURCE_SUBDIR variable to cmake.mk | Amol Bhave | 2018-09-29 | 1 | -2/+2 |
* | cmake: skip build system check on compile | Felix Fietkau | 2017-02-21 | 1 | -0/+4 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 1 | -1/+1 |
* | build: use CXXFLAGS if defined | Hauke Mehrtens | 2016-10-13 | 1 | -1/+1 |
* | include/cmake.mk: fix host builds | Felix Fietkau | 2016-07-29 | 1 | -1/+2 |
* | cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b... | Luke McKee | 2016-07-29 | 1 | -2/+5 |
* | include/cmake.mk: Add helper macro to handle conditionals for CMake boolean t... | Vasilis Tsiligiannis | 2016-04-13 | 1 | -0/+2 |
* | include/cmake.mk: search in $(STAGING_DIR)/usr instead of plain $(STAGING_DIR... | Felix Fietkau | 2016-01-25 | 1 | -1/+1 |
* | include/cmake.mk: adjust for STAGING_DIR_HOST split | Felix Fietkau | 2016-01-25 | 1 | -3/+3 |
* | build: for cmake, always use ccache from staging dir instead of relying on th... | Felix Fietkau | 2016-01-03 | 1 | -4/+1 |
* | cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, sli... | Felix Fietkau | 2015-04-19 | 1 | -2/+3 |
* | cmake.mk: add host build support | Felix Fietkau | 2015-04-06 | 1 | -0/+26 |
* | build: fix CMake assembly builds with ccache | Felix Fietkau | 2015-03-29 | 1 | -0/+2 |
* | cmake: include external toolchain directory in CMAKE_FIND_ROOT_PATH (fixes #1... | Felix Fietkau | 2015-03-16 | 1 | -1/+3 |
* | include: cmake: prevent inclusion of rpath in binaries | Jo-Philipp Wich | 2015-02-08 | 1 | -0/+1 |
* | build: use gcc-provided ar, nm and ranlib where appropriate | Felix Fietkau | 2014-12-27 | 1 | -2/+4 |
* | include/cmake.mk: fix indentation | Felix Fietkau | 2014-06-11 | 1 | -1/+1 |
* | include/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errors | Felix Fietkau | 2014-05-30 | 1 | -11/+14 |
* | cmake.mk: fix support for ccache | Felix Fietkau | 2013-11-18 | 1 | -2/+2 |
* | include: cmake: pass toolchain directory to default root find path as well | Jo-Philipp Wich | 2013-08-07 | 1 | -1/+1 |
* | cmake.mk: add support for overriding the source dir, and define the cmake pre... | Felix Fietkau | 2012-12-29 | 1 | -1/+4 |
* | cmake: add support for V=cs | Felix Fietkau | 2012-04-26 | 1 | -1/+3 |
* | cmake.mk: fix passing of LDFLAGS | Jo-Philipp Wich | 2012-01-09 | 1 | -3/+4 |
* | cmake: fix ccache command when using host ccache (patch from #9611) | Felix Fietkau | 2011-07-24 | 1 | -2/+6 |
* | cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from compil... | Jo-Philipp Wich | 2011-06-22 | 1 | -3/+3 |
* | add LD_LIBRARY to cmake.mk | Felix Fietkau | 2011-05-20 | 1 | -0/+1 |
* | cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolchai... | Jo-Philipp Wich | 2011-04-11 | 1 | -0/+7 |
* | cmake: Fix ccache | Michael Büsch | 2011-03-05 | 1 | -2/+16 |
* | cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands ... | Michael Büsch | 2011-02-05 | 1 | -0/+2 |
* | cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead. | Michael Büsch | 2011-02-05 | 1 | -0/+2 |
* | add a template for cmake packages | Felix Fietkau | 2011-01-31 | 1 | -0/+33 |