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
Age
Commit message (
Expand
)
Author
2014-12-02
[audioencoders] bump to their latest master
uNiversaI
2014-11-09
binary addons: fix dependency handling for dependencies
montellese
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-10-26
cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIX
montellese
2014-08-10
[configure] use central version.txt file to store Kodi name, and add it to Gu...
Martijn Kaijser
2014-08-05
binary addons: allow downloading addons as source packages instead of git rep...
montellese
2014-08-05
Merge pull request #5125 from Montellese/binary_addons_plat
Sascha Montellese
2014-08-02
[win32] binary addons: integrate DEPENDS_TO_BUILD parameter
montellese
2014-08-02
binary addons: add DEPENDS_TO_BUILD parameter to addon depends buildsystem
montellese
2014-08-01
cmake: use ${CMAKE_COMMAND} instead of "cmake"
montellese
2014-08-01
binary addons: add platforms.txt to specify the platforms an addon can be bui...
montellese
2014-08-01
cmake: use separate_arguments() instead of string(REPLACE) to split a string ...
montellese
2014-08-01
binary addons: only read the URL and revision of an addon if it is built
montellese
2014-08-01
binary addons: update README
montellese
2014-07-30
cmake: don't enforce that the name of an addon's repository must be identical...
montellese
2014-07-30
cmake: allow building of selected addons in xbmc-addons project
wsnipex
2014-07-30
[win32] cmake: move generation of xbmc-config.cmake into xbmc dependency
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
2014-07-30
[win32] cmake: integrated xbmc-addons-depends-windows into xbmc-addons-depend...
montellese
2014-07-30
cmake: add xbmc-addons-depends buildsystem
montellese
2014-07-30
cosmetics in xbmc-addons cmake project
montellese
2014-07-27
Bump audioencoders to master
uNiversaI
2014-07-17
cmake: clarify README of xbmc-addons project
montellese
2014-07-17
cosmetics in binary addon's CMakeLists.txt
montellese
2014-07-17
[win32] add cmake C/CXX compiler flag override files
montellese
2014-07-10
[win32] add make-addon-depends.bat and cmake-based addon-depends system
montellese
2014-07-10
cmake: add xbmc-addons project, filled with audioencoder addons
montellese
2014-07-10
[addon-helpers] set building shared libs as default and try to link as static...
Jonathan Marshall
2014-06-30
[configure] use central file to store xbmc version info
wsnipex
2013-12-16
Revert add of generated file in 66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925
Joakim Plate
2013-12-15
Use std::string instead of CStdString in URL.cpp
Garrett Brown
2013-08-20
[cmake] fix tgz package and set zip as default cpack_generator
wsnipex
2013-08-20
[cmake] add lto support again
wsnipex
2013-08-20
move to addon helpers. fits better and avoids duplication for win32
spiff
2013-08-20
[WIN32] removed prepare_addon_environment(). this is done in the prepare-env ...
wsoltys
2013-08-20
[WIN32] added xbmc_find_path to find paths recursively
wsoltys
2013-08-20
[WIN32] added a xbmc-config.cmake.win32 for windows
wsoltys
2013-08-20
updated addon helpers
spiff
2013-08-07
added: generate and install cmake helpers for addons
spiff