index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project
/
cmake
/
scripts
Age
Commit message (
Expand
)
Author
2015-10-14
[win32][binary addons] set CPACK_PACKAGE_DIRECTORY to %TEMP% to shorten the r...
montellese
2015-10-14
[binary addons] use CPACK_PACKAGE_DIRECTORY instead of making assumptions abo...
montellese
2015-08-24
[binary addons] fix android by using TARGET_LINKER_FILE_NAME instead of TARGE...
montellese
2015-08-10
[binary addons] fix addon.xml generation if addon.xml.in contains semicolons
wsnipex
2015-08-09
cmake: automatically set the proper platform specific library in the addon.xml
montellese
2015-07-29
[binary addons] introduce PACKAGE_DIR variable to be able to specify where pa...
montellese
2015-07-28
cmake: fix addon packaging and installation
montellese
2015-07-04
Merge pull request #6834 from jediry/specify_download_mirror
Martijn Kaijser
2015-06-08
Improve Win32 build/download scripts. This change adds support for
Ryan Saunders
2015-05-31
[cmake] removed multi-arch again, its not needed anymore
wsnipex
2015-05-31
[binary addons] use kodi core install paths by default
wsnipex
2015-04-09
[binary addons] use multi arch install paths
wsnipex
2015-04-09
[configure] properly set multi arch kodi libdir in kodi-config.cmake
wsnipex
2015-03-14
[win32] make sure we have access to a patch command
montellese
2015-03-01
cmake: ask for sudo rights on addon install to system dirs
wsnipex
2015-03-01
[win32] also install the PDB file for debug builds
montellese
2015-03-01
[win32] cmake: fix installation of binary addon DLLs when using Visual Studio
montellese
2015-03-01
cmake: fix handling/passing of CMAKE_C_FLAGS/CMAKE_CXX_FLAGS
montellese
2015-03-01
cmake: add C++11 flag
wsnipex
2015-03-01
cmake: cleanup INSTALL_COMMAND/CONFIGURE_COMMAND handling for dependencies
montellese
2015-03-01
cmake: improve patch file/command handling for dependencies
montellese
2015-02-18
Merge pull request #6477 from Montellese/cmake_dependency_platform
Sascha Montellese
2015-02-18
cmake: only set the scope of the list of an addon's dependencies once
montellese
2015-02-18
cmake: only add a dependency to the list of an addon's dependencies if it has...
montellese
2015-02-18
cmake: only determine the URL of a dependency if it will be downloaded and built
montellese
2015-02-18
cmake: support platforms.txt for dependencies
montellese
2015-02-18
cmake: extract target platform checking logic into check_target_platform.cmake
montellese
2015-02-18
cmake: pass CORE_SYSTEM_NAME to addons and dependencies
montellese
2015-02-02
[cmake] pass arch definitions down to autotools based dependencies
wsnipex
2015-02-02
[cmake] pass autoconf config.sub, config.guess down to addon dependencies
wsnipex
2015-01-31
[cmake] fix missing BUILD_ARGS in custom CONFIGURE_COMMAND for dependencies
montellese
2015-01-27
Merge pull request #6279 from Montellese/cmake_refactor_depends
Sascha Montellese
2015-01-26
cmake: fix expansion of EXTERNALPROJECT_SETUP variable
montellese
2015-01-26
cmake: add some comments to handle-depends.cmake
montellese
2015-01-26
Merge pull request #6271 from Montellese/fix_cmake_backwards_compat
jenkins4kodi
2015-01-21
cmake: use OUTPUT_DIR instead of DEPENDS_PATH in add_addon_depends
montellese
2015-01-10
[cmake] add helper function for addon dependency handling
wsnipex
2014-12-23
binary addons: only create backwards compatibility header file if it doesn't ...
montellese
2014-12-23
cosmetics: fix a typo in prepare-env.cmake helper script
montellese
2014-12-16
Revert "change xbmc/ path to src/ in all files"
Rainer Hochecker
2014-12-15
change xbmc/ path to src/ in all files
Fneufneu
2014-11-01
cmake: rename XBMCROOT to APP_ROOT with backwards compatibility
montellese
2014-11-01
cmake: fix version.txt parsing and APP_NAME in kodi-config.cmake
montellese
2014-11-01
cmake: rebrand from xbmc to kodi with backwards compatibility
montellese
2014-08-01
cmake: use ${CMAKE_COMMAND} instead of "cmake"
montellese
2014-07-30
cmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake script...
montellese
2014-07-30
cmake: move preparations of xbmc-config.cmake to common xbmc-prepare-env.cmak...
montellese