aboutsummaryrefslogtreecommitdiff
path: root/project/cmake/scripts
AgeCommit 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 semicolonswsnipex
2015-08-09cmake: automatically set the proper platform specific library in the addon.xmlmontellese
2015-07-29[binary addons] introduce PACKAGE_DIR variable to be able to specify where pa...montellese
2015-07-28cmake: fix addon packaging and installationmontellese
2015-07-04Merge pull request #6834 from jediry/specify_download_mirrorMartijn Kaijser
2015-06-08Improve Win32 build/download scripts. This change adds support forRyan Saunders
2015-05-31[cmake] removed multi-arch again, its not needed anymorewsnipex
2015-05-31[binary addons] use kodi core install paths by defaultwsnipex
2015-04-09[binary addons] use multi arch install pathswsnipex
2015-04-09[configure] properly set multi arch kodi libdir in kodi-config.cmakewsnipex
2015-03-14[win32] make sure we have access to a patch commandmontellese
2015-03-01cmake: ask for sudo rights on addon install to system dirswsnipex
2015-03-01[win32] also install the PDB file for debug buildsmontellese
2015-03-01[win32] cmake: fix installation of binary addon DLLs when using Visual Studiomontellese
2015-03-01cmake: fix handling/passing of CMAKE_C_FLAGS/CMAKE_CXX_FLAGSmontellese
2015-03-01cmake: add C++11 flagwsnipex
2015-03-01cmake: cleanup INSTALL_COMMAND/CONFIGURE_COMMAND handling for dependenciesmontellese
2015-03-01cmake: improve patch file/command handling for dependenciesmontellese
2015-02-18Merge pull request #6477 from Montellese/cmake_dependency_platformSascha Montellese
2015-02-18cmake: only set the scope of the list of an addon's dependencies oncemontellese
2015-02-18cmake: only add a dependency to the list of an addon's dependencies if it has...montellese
2015-02-18cmake: only determine the URL of a dependency if it will be downloaded and builtmontellese
2015-02-18cmake: support platforms.txt for dependenciesmontellese
2015-02-18cmake: extract target platform checking logic into check_target_platform.cmakemontellese
2015-02-18cmake: pass CORE_SYSTEM_NAME to addons and dependenciesmontellese
2015-02-02[cmake] pass arch definitions down to autotools based dependencieswsnipex
2015-02-02[cmake] pass autoconf config.sub, config.guess down to addon dependencieswsnipex
2015-01-31[cmake] fix missing BUILD_ARGS in custom CONFIGURE_COMMAND for dependenciesmontellese
2015-01-27Merge pull request #6279 from Montellese/cmake_refactor_dependsSascha Montellese
2015-01-26cmake: fix expansion of EXTERNALPROJECT_SETUP variablemontellese
2015-01-26cmake: add some comments to handle-depends.cmakemontellese
2015-01-26Merge pull request #6271 from Montellese/fix_cmake_backwards_compatjenkins4kodi
2015-01-21cmake: use OUTPUT_DIR instead of DEPENDS_PATH in add_addon_dependsmontellese
2015-01-10[cmake] add helper function for addon dependency handlingwsnipex
2014-12-23binary addons: only create backwards compatibility header file if it doesn't ...montellese
2014-12-23cosmetics: fix a typo in prepare-env.cmake helper scriptmontellese
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2014-11-01cmake: rename XBMCROOT to APP_ROOT with backwards compatibilitymontellese
2014-11-01cmake: fix version.txt parsing and APP_NAME in kodi-config.cmakemontellese
2014-11-01cmake: rebrand from xbmc to kodi with backwards compatibilitymontellese
2014-08-01cmake: use ${CMAKE_COMMAND} instead of "cmake"montellese
2014-07-30cmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake script...montellese
2014-07-30cmake: move preparations of xbmc-config.cmake to common xbmc-prepare-env.cmak...montellese