Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-06 | Merge pull request #24128 from rschupp/remove-pcrecpp | fuzzard | |
Remove use of pcrecpp from Kodi | |||
2023-12-04 | [cmake] FindRapidJSON fix capitalisation | fuzzard | |
Incorrect capitalisation causes module to always be built. Fix this. | |||
2023-11-25 | [media] Consistency accross platforms splashscreens (avoid versions) | enen92 | |
2023-11-22 | remove use of pcrecpp by conversion to std::regex | Roderich Schupp | |
2023-11-14 | Merge pull request #24099 from fuzzard/cmake_freebsd_egl | Lukas Rusak | |
2023-11-14 | Merge pull request #24032 from kambala-decapitator/macos-notarytool | Andrey Filipenkov | |
[macOS][Jenkins] migrate from altool to notarytool | |||
2023-11-13 | [cmake] FindEGL set CMAKE_REQUIRED_INCLUDES for check_include_files | fuzzard | |
2023-11-05 | Merge pull request #21585 from fuzzard/cmake_libcec | fuzzard | |
[Cmake] enable_internal_cec | |||
2023-11-04 | [cmake] copy_file_to_buildtree make sure we create ExportFiles.cmake | fuzzard | |
2023-11-01 | use new variables in scripts | Andrey Filipenkov | |
2023-10-26 | [cmake] FindFMT further simplification | fuzzard | |
2023-10-26 | [cmake] implement ENABLE_INTERNAL_CEC | fuzzard | |
Allows building libcec (and dependency p8-platform) as part of core cmake project. | |||
2023-10-26 | [cmake] Create P8-Platform find module | fuzzard | |
Apply patches for p8-platform to fix potential cmake install location issues | |||
2023-10-26 | [cmake] Modulehelper allow overriding CMAKE_INSTALL_LIBDIR | fuzzard | |
2023-10-26 | [cmake] module helper allow override of byproduct extension | fuzzard | |
Allows a lib to override the extension of a byproduct. This is used for example by macos when a shared lib is used. The extension in this case is dylib, but on other unix platforms its so | |||
2023-10-26 | [cmake] introduce PLATFORM_OPTIONAL_DEPS_EXCLUDE | fuzzard | |
Allow a platform to exclude a dependency from the optional_deps list. This example includes CEC that isnt used for ios/tvos/android/UWP | |||
2023-10-26 | [cmake] enable copy_file_to_buildtree to handle files created at build time | fuzzard | |
This allows files in DEPENDS_PATH to be handled at build time to install to the target build tree. This is required when for example a shared lib is built at build time and needs to be bundled. The existing globbing wont find the lib at generation time, therefore it doesnt get bundled. | |||
2023-10-25 | [cmake] add ${CORE_PLATFORM_NAME_LC}_SEARCH_CONFIG NO_DEFAULT_PATH for windows | fuzzard | |
2023-10-25 | Merge pull request #23877 from fuzzard/cmake_findpythoninterp_host | fuzzard | |
[cmake] Create FindPythonInterpreter for host information | |||
2023-10-25 | Merge pull request #23949 from fuzzard/tvos_min12 | fuzzard | |
[tvos] Resolve some build issues with Xcode 15 | |||
2023-10-24 | [cmake] Create FindPythonInterpreter for host information | fuzzard | |
This splits out host find information from the regular target find module. This allows us to not mix and check for host executable status, and only explicitly search for the host interpreter when required (eg ENABLE_EVENTCLIENTS=ON) | |||
2023-10-18 | [cmake] FindPulseAudio fix compile definition | fuzzard | |
2023-10-17 | [darwin_embedded] Silence GL deprecation warnings | fuzzard | |
Xcode 15 has a define GLES_SILENCE_DEPRECATION to silence all the GL deprecation warnings. No idea if its in 14 or not, but it'll have zero effect on xcode versions that dont support that define. | |||
2023-10-17 | Merge pull request #23886 from lrusak/freebsd-audio-app-params | fuzzard | |
CPlatformFreebsd: use app params to set audio backend | |||
2023-10-17 | Merge pull request #23907 from lrusak/glx-app-param | fuzzard | |
[linux] add --gl-interface=<interface> switch | |||
2023-10-15 | CCompileInfo: add ability to get enabled gl interfaces | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-10-13 | [cmake] FindOpenGLES add IMPORTED_NO_SONAME property | fuzzard | |
Some linux projects were using a fix library path for install that caused runtime failures. As per https://cmake.org/cmake/help/latest/prop_tgt/IMPORTED_NO_SONAME.html CMake may adjust generated link commands for some platforms to prevent the linker from using the path to the library in place of its missing | |||
2023-10-12 | [cmake] FindIconv dont add target if libc is the detected provider if iconv | fuzzard | |
2023-10-11 | [webOS] Acb: Install empty dummy library | Stephan Sundermann | |
2023-10-10 | [favourites] Add selected items of the target to favourite's context menu ↵ | ksooo | |
(play, resume, info, target's complete context menu). | |||
2023-10-09 | [cmake][linux] remove unneccessary use set of USE_OPENGLES/USE_OPENGL | fuzzard | |
These cmake variables arent used anywhere in the project. So just remove them | |||
2023-10-08 | CPlatformFreebsd: use app params to set audio backend | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-10-06 | Merge pull request #23876 from fuzzard/cmake_fmt | fuzzard | |
[cmake] Refactor and simplify FindFmt.cmake | |||
2023-10-05 | [macOS] Drop legacy SDL windowing | enen92 | |
2023-10-05 | [cmake] Refactor and simplify FindFmt.cmake | fuzzard | |
2023-10-04 | Merge pull request #23830 from joseluismarti/neon | fuzzard | |
[Android] Neon is being enabled by default | |||
2023-10-04 | Merge pull request #23851 from fuzzard/depends_rapidjson | fuzzard | |
[cmake] FindRapidJSON update to newer module standards | |||
2023-10-03 | Merge pull request #23834 from webosbrew/feature/acb | Stephan Sundermann | |
[webOS] Acb (webOS 4.x) support | |||
2023-10-03 | Merge pull request #23770 from enen92/smctemp_depends_macos | Miguel Borges de Freitas | |
[macos][depends] Add Smctemp to depends | |||
2023-10-02 | [cmake] windows remove superfluous installdata | fuzzard | |
2023-10-02 | [cmake] FindRapidJSON update to newer module standards | fuzzard | |
2023-10-01 | [video] Factor out video select action processing. | ksooo | |
2023-10-01 | [macos] Add smctemp to depends | Miguel Borges de Freitas | |
2023-09-30 | Acb (pre-webOS 5.0) support | Ningyuan Li | |
2023-09-29 | [cmake] add EXCLUDE_FROM_ALL when adding to build_internal_depends | fuzzard | |
2023-09-27 | [cmake] FindPulseAudio migrate to full TARGET usage | fuzzard | |
2023-09-27 | [cmake] FindOpenGL migrate to full TARGET usage | fuzzard | |
2023-09-27 | [cmake] FindOpenGLES move to full TARGET usage | fuzzard | |
unify find_* calls for all platforms Actually allow using/finding GLESv3 headers for darwin_embedded platforms | |||
2023-09-27 | [cmake] FindIconv migrate to full TARGET usage | fuzzard | |
2023-09-27 | Merge pull request #23824 from fuzzard/cmake_findlibass_update | fuzzard | |
[Cmake] FindASS migrate to TARGET usage |