Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-12 | [cmake] Libraries are passed twice to the linker command line | Christian Fetzer | |
The target_link_libraries command with PUBLIC for lib${APP_NAME_LC} already propagates the libraries to the main binary, there's no need to add them a second time. | |||
2016-10-09 | [BuildSetup.bat] Remove unnecessary skin building | Christian Fetzer | |
CMake's pack-skin target already packages the skin (builds the xbt files). The current scripts produced empty xbt files, and the final package only worked because of an error in CMake which was overriding the xbt file again with a working version. | |||
2016-10-09 | [cmake] Don't install/mirror skins and audioencoder plugins twice | Christian Fetzer | |
Skins are already handled in main CMakeLists.txt. Audioencoders are listed twice in installdata. | |||
2016-10-09 | [BuildSetup.bat] Update usage instructions | Christian Fetzer | |
2016-10-09 | Merge pull request #10660 from hudokkow/cmake_cleanup | Cristiano A. Silva | |
[cmake] get_filename_component(... PATH) is deprecated. Use DIRECTORY instead | |||
2016-10-09 | Merge pull request #10659 from peak3d/aarch64 | Markus Pfau | |
aarch64 build support | |||
2016-10-09 | fix encrypted DVD playback | wsnipex | |
2016-10-09 | [cmake] check for inttypes | wsnipex | |
2016-10-09 | [cmake] set DT_SONAME in wrapped libs | wsnipex | |
2016-10-09 | [cmake] Macros: use ${CMAKE_COMMAND} instead of "cmake" | wsnipex | |
2016-10-09 | [Android] Fix BundleFiles RegExp | Markus Pfau | |
2016-10-09 | [cmake] android: resolve symlinks when copying libs to install dir | wsnipex | |
2016-10-09 | aarch64 compile stuff | Markus Pfau | |
2016-10-08 | [cmake] get_filename_component(... PATH) is deprecated. Use DIRECTORY instead | h.udo | |
2016-10-07 | Merge pull request #10538 from fetzerch/cmake_docs | Christian Fetzer | |
[cmake] Improve documentation | |||
2016-10-05 | [cmake/osx] Fix detecting SSE4.2 and AVX2 hardware support | Rechi | |
2016-10-03 | [cmake] Fix always outdated targets (with autotools remnants) | Christian Fetzer | |
When the source directory has build artefacts from a previous autotools build, cmake always ran the pack-skin target or build addon libraries. AutotoolsRemoval: Should be revisited when autotools has been removed. | |||
2016-10-03 | [cmake] Fix always outdated wrap_libexif target | Christian Fetzer | |
The wrap_libexif target was always outdated and always relinked because CMake assumed that the file is generated in another directory. `make --debug=basic wrap_libexif` output: Updating goal targets.... File 'build/exif/CMakeFiles/wrap_libexif.dir/build' does not exist. File 'wrap_libexif' does not exist. File 'build/exif/CMakeFiles/wrap_libexif' does not exist. File 'build/exif/system/libexif-x86_64-linux.so' does not exist. Must remake target 'build/exif/system/libexif-x86_64-linux.so'. make[3]: Entering directory '/home/jcf/develop/kodi/kodi-build' [100%] Generating system/libexif-x86_64-linux.so | |||
2016-09-30 | [cmake] Make sure we strip when CMAKE_BUILD_TYPE=Release | h.udo | |
2016-09-29 | [cmake] fix unresolved symbols in libdvd | wsnipex | |
2016-09-29 | [cmake] Macros: add new option to core_link_library that allows passing ↵ | wsnipex | |
extra libs to link | |||
2016-09-29 | [cmake] don't rebuild libdvd if we already have it in depends | wsnipex | |
2016-09-25 | Merge pull request #10396 from fetzerch/cmake_win_3.6 | Christian Fetzer | |
[cmake/win32] Bump minimum CMake version to 3.6 | |||
2016-09-24 | [cmake] Improve documentation | Christian Fetzer | |
2016-09-23 | Merge pull request #10482 from fetzerch/cmake_lirc | Christian Fetzer | |
[cmake] Fix LIRC_DEVICE option | |||
2016-09-23 | [BuildDependencies] Show wget output to see where it's downloading from | Christian Fetzer | |
2016-09-23 | [cmake/win32] Bump minimum CMake version to 3.6 | Christian Fetzer | |
CMake 3.6 introduced VS_STARTUP_PROJECT which we use to make kodi the default target that gets built and run with F5. The implementation of the CMake buildsystem for windows was done with 3.4 and 3.5. Therefore versions < 3.4 will likely not work. | |||
2016-09-22 | Merge pull request #10443 from fetzerch/cmake_win_cleanup | Martijn Kaijser | |
[cmake/win32] Remove BUILDING_WITH_CMAKE ifdeffery | |||
2016-09-22 | Merge pull request #10528 from fetzerch/cmake_ccache | Christian Fetzer | |
[cmake] Fix FindCCACHE module | |||
2016-09-22 | [cmake] Fix FindCCACHE module | Christian Fetzer | |
The module is used with core_optional_dep so it needs to set CCACHE_FOUND to work. | |||
2016-09-21 | Merge pull request #10497 from afedchin/ffmpeg_msvc_fix | Anton Fedchin | |
[mingwlibs] a set of small fixes for ffmpeg build proc. | |||
2016-09-21 | [mingw] dependencies: added liblzma to dependencies. allows build ffmpeg ↵ | Anton Fedchin | |
with lzma support. | |||
2016-09-21 | [mingw] dependencies: bump gnutls version. | Anton Fedchin | |
2016-09-20 | [win32] fix appx manifest Visual C++ Redistributable for Visual Studio 2015 ↵ | Martijn Kaijser | |
dependency | |||
2016-09-18 | [cmake/addons] Fix packaging for android | Christian Fetzer | |
2016-09-17 | [cmake] Fix LIRC_DEVICE option | Christian Fetzer | |
Consolidate the LIRC_DEVICE option in main CMakeLists.txt to avoid code duplication. Fix handling of quotes in that option. Currently if a user wants to set LIRC_DEVICE, escaped quotes have to be used. This is inconvenient and has been reported as bug: http://trac.kodi.tv/ticket/16860. | |||
2016-09-16 | Merge pull request #10469 from MartijnKaijser/manifest | Martijn Kaijser | |
[win32] Update appxmanifest and add banner.png | |||
2016-09-16 | [win32] Update appxmanifest and add banner.png | Martijn Kaijser | |
2016-09-16 | Add app manifest to the build to mark us as dpi aware | Pär Björklund | |
2016-09-12 | [cmake] linux: install missing peripheral and vfs addon headers | wsnipex | |
2016-09-11 | Revert "[cmake] Don't install/mirror skins and audioencoder plugins twice" | Christian Fetzer | |
This reverts commit fc70dc26dd87977129f990fd20e371fbc208b549. | |||
2016-09-11 | [cmake] linux: the kodi wrapper script is arch dependent | wsnipex | |
2016-09-10 | Merge pull request #10437 from stefansaraev/cmake-optional | Christian Fetzer | |
cmake cosmetics | |||
2016-09-10 | Merge pull request #10424 from hudokkow/cmake_deb_githash_fix | jenkins4kodi | |
2016-09-09 | [cmake] do not compile dacp if ENABLE_AIRTUNES=OFF | Stefan Saraev | |
2016-09-09 | [cmake] do not compile cdrip if ENABLE_OPTICAL=OFF | Stefan Saraev | |
2016-09-09 | [cmake/win32] Remove BUILDING_WITH_CMAKE ifdeffery | Christian Fetzer | |
Commit 76757a5e19411592d843c269e198dd4457563f7e introduced a temporary define BUILDING_WITH_CMAKE in order to compile out some parts that are not necessary anymore with CMake. This parts was mostly "#pragma comment(lib)" and other defines that are better kept in the buildsys. Now that the VS project has been dropped, this can be completely removed. | |||
2016-09-09 | Merge pull request #10398 from fetzerch/cmake_double_install | Christian Fetzer | |
[cmake] Add uninstall target for linux | |||
2016-09-09 | Merge pull request #10422 from fetzerch/cmake_noundefined | Christian Fetzer | |
[cmake] Don't allow undefined symbols in shared libraries | |||
2016-09-08 | [cpack/deb] Force GIT_HASH update on DEB package generation | h.udo | |