Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | [cmake/depends/win32] add spdlog | montellese | |
2020-04-15 | CUDFFile: switch to using libudfread | Lukas Rusak | |
2020-04-11 | gtest: remove lib/gtest and add as library | Lukas Rusak | |
2020-03-05 | udf: rework IFile and IFileDirectory implementation | Lukas Rusak | |
This change allows using libcdio's libudf | |||
2020-03-04 | Merge pull request #16262 from lrusak/iso9660-rework | Lukas Rusak | |
iso9660: rework IFile and IFileDirectory implementations | |||
2020-03-03 | [cmake] ffmpeg: add support for libdav1d | Jakob Linskeseder | |
2020-02-19 | iso9660: rework IFile and IFileDirectory implementations | Lukas Rusak | |
This changes the iso9660 methods to use libiso9660++ | |||
2020-02-17 | [build][depends] add support for x86_64-linux-android | Alwin Esch | |
Previously, only an "i686-linux-android" was used which actually only corresponds to the 32bit CPU. In reference to this https://developer.android.com/ndk/guides/other_build_systems at 64bit "x86_64-linux-android" is used. | |||
2019-10-11 | Added Python Version Varaiable | Arpit Nandwani | |
2019-10-04 | [ios/tvos] Implement Codesigning build arguments for darwin_embedded platforms | fuzzard | |
Add ability to supply codesigning arguments to xcode project build to populate xcode project after generation. Refactoring and changes to clean up darwin_embedded archsetup.cmake Standardise PLATFORM_BUNDLE_IDENTIFIER to allow simple change to xcode project bundle identifier | |||
2019-09-10 | Merge pull request #15794 from olafhering/FindPkgConfig | popcornmix | |
[cmake] find_package(PkgConfig) sets required variables | |||
2019-09-10 | fix generating addon.xmls | wsnipex | |
get rid of double copying addons windows: add dependency for libdvd on export-files | |||
2019-07-19 | Merge pull request #14908 from AlwinEsch/remove-cpluff | Alwin Esch | |
[addons] remove cpluff | |||
2019-07-18 | [ios/build] rename core_system_name to darwin_embedded | fuzzard | |
implement darwin_embedded CORE_SYSTEM_NAME and OS. This provides a single parent for ios/tvos common build code, and allows ios/tvos specific code via CORE_PLATFORM_NAME | |||
2019-07-17 | [addons] remove cpluff complete | Alwin Esch | |
2019-06-12 | [swig] format generated files with clang-format | Rechi | |
2019-06-09 | Require OpenSSL 1.0.2 in order to remove the need to manage thread ids. | Jim Carroll | |
2019-05-26 | Ask CMake to write compile_commands.json | David Bridson | |
2019-05-25 | [posix] platformdefs.h | fuzzard | |
2019-05-24 | AirTunesServer: don't dynamically open libshairplay | Lukas Rusak | |
2019-05-23 | AirPlayServer: don't dynamically open libplist | Lukas Rusak | |
2019-05-03 | [cmake] add treedata/common/${CORE_PLATFORM_NAME_LC}/*.txt to read files | Rechi | |
2019-04-25 | [cmake] make sure CXX11 is also always set for addons | wsnipex | |
2019-04-20 | Use CMAKE_CXX_STANDARD to settle on --std= C++ option | Olaf Hering | |
The project CMakeLists.txt usually sets the CMAKE_CXX_STANDARD variable, and it also makes this standard a requirement. As a result, cmake will pass the desired -std=${val} already to the compiler. To cover also external addons, set the relevant CXX flags in KodiConfig.cmake, which is used by addons. Remove unneeded assignments to CXX11_SWITCH. Remove uneeded FindCXX11.cmake. Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2019-03-21 | [cmake] find_package(PkgConfig) sets required variables | Olaf Hering | |
Per cmake 3.4 documentation, FindPkgConfig does set the used variables. There is no need to set them again. Remove PKG_CONFIG_EXECUTABLE check Remove setting of PKG_CONFIG_FOUND Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2019-03-19 | [cmake] handle D3DX11Effects with PLATFORM_REQUIRED_DEPS | Rechi | |
2019-03-19 | [cmake] require zlib for all platforms | Rechi | |
2019-03-19 | [cmake] zip for android is already handled via PLATFORM_REQUIRED_DEPS | Rechi | |
2018-12-11 | Merge pull request #15011 from wsnipex/fix-ninja | Wolfgang Schupp | |
[cmake] Fix ninja (fixes: #15008) | |||
2018-12-07 | [cmake] fix ninja generator when dupbuild=err | wsnipex | |
2018-12-07 | [systeminfo] use timestamp for application build date from BUILDATE file, | wsnipex | |
if it exists | |||
2018-11-04 | [cmake] fix building with internal libs | Rechi | |
2018-10-17 | added: copyright years to version.txt | Arne Morten Kvarving | |
2018-10-10 | [cmake] Show error when required platform deps are explicitly disabled | Philipp Kerling | |
2018-09-22 | link with libnfs instead of loading it dynamic | Rechi | |
2018-08-14 | tools/depends: Add FlatBuffers v1.9.0 compiler and headers | Garrett Brown | |
This adds the flatc compiler to native depends and the flatbuffer headers to target depends. | |||
2018-07-25 | changed: use libfstrcmp | Arne Morten Kvarving | |
2018-07-23 | Merge pull request #14215 from wsnipex/fix-fmt | Rechi | |
[cmake] fix building with internal fmt | |||
2018-07-23 | [cmake] fix building with internal fmt | wsnipex | |
2018-07-23 | [cmake][win10] remove required_deps hack | Rechi | |
2018-07-16 | link with libbluray instead of loading it dynamic | Rechi | |
2018-06-20 | changed: remove internal sftp support | notspiff | |
2018-06-15 | Merge pull request #14017 from wsnipex/ffmpeg-opts | Wolfgang Schupp | |
[cmake] pass vaapi and vdpau options to internal ffmpeg | |||
2018-06-13 | [doxygen] Move resources to docs/ | h.udo | |
2018-06-07 | [cmake] pass vaapi and vdpau options to internal ffmpeg | wsnipex | |
2018-05-26 | link with libass instead of loading it dynamic | Rechi | |
2018-05-24 | link with libcec instead of loading it dynamic | Rechi | |
2018-04-15 | lirc: redesign | Rainer Hochecker | |
2018-03-23 | Require OpenSSL and consolidate multi-threading initialization | Philipp Kerling | |
It should make no difference whether curl links OpenSSL statically or dynamically, and having the same code in two places makes no sense. | |||
2018-01-31 | sql-client: add support for mariadb-client | Sascha Kuehndel (InuSasha) | |
mariadb is a place-in for mysql. only, the search pathes and the include path are changed. |