aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2016-03-06[cmake] Modernize FindVDPAU.cmakeChristian Fetzer
2016-03-06[cmake] Modernize FindVAAPI.cmakeChristian Fetzer
2016-03-06[cmake] Modernize FindOpenGl.cmakeChristian Fetzer
2016-03-06[cmake] Sync InputStream project filesChristian Fetzer
2016-03-06[cmake] Add CMake files for library.kodi.audioengineChristian Fetzer
2016-03-05adapt xbmc.vcxproj / filters to new addon include directorymapfau
2016-03-05Integrated INPUTSTREAM lib into VS solutionmapfau
2016-03-05InputStream -> vcxprojmapfau
2016-03-05Add binary addon InputStreamxbmc
2016-03-01build estouchy instead of re-touchedronie
2016-03-01prepare build-related stuff for skin changephil65
2016-02-29[addon] rename add-on include folder to match new style and prevent header ↵Alwin Esch
#ifdef's
2016-02-29Merge pull request #9234 from FernetMenta/curlRainer Hochecker
enabled CURL addon access / curl download speed feature / move file f…
2016-02-29update VS projectxbmc
2016-02-29enabled CURL addon access / curl download speed feature / move file flags to ↵mapfau
IFile
2016-02-29[cmake] VideoPlayer: add process platform overrideswsnipex
2016-02-28[cmake] Build SSE4 lib on LinuxChristian Fetzer
2016-02-28[cmake] Align FFMPEG build with AutotoolsChristian Fetzer
Use the same options for building FFMPEG with CMake and Autotools.
2016-02-28[cmake] Fix installdataChristian Fetzer
2016-02-27[cmake] Fix Windows build with msys2Christian Fetzer
This fixes the Windows build after the migration to msys2.
2016-02-27[cmake] Remove duplicate ENABLE_OPENSSL optionChristian Fetzer
2016-02-26[win32] DownloadMingwBuildEnv: Quote pathsChristian Fetzer
Add quotes to paths containing USERNAME to prevent errors when username contains a space.
2016-02-25[cmake] Build kodi.bin for androidChristian Fetzer
This is the first step for android support with CMake.
2016-02-25[cmake] Drop unused FindMpeg2 moduleChristian Fetzer
2016-02-25Merge pull request #9200 from wsnipex/libdvd-dependsWolfgang Schupp
cmake fixes
2016-02-24[cmake] fix mmalwsnipex
2016-02-24[cmake] openssl is an optional depwsnipex
and make sure HAVE_OPENSSL is defined
2016-02-24[cmake] fix libdvd after move to dependswsnipex
2016-02-24[win32] fix mirror location after 383c3dd71d0c71555b27a3e70724d8efbe914f6fMartijn Kaijser
2016-02-23[win32] depends: remove gnutls binaries from depends.Anton Fedchin
2016-02-23[win32] Update msys+mingw build system to msys2+mingw-w64.Anton Fedchin
2016-02-20Merge pull request #9139 from AchimTuran/cmake_readme_fixesChristian Fetzer
CMake Readme Fixes
2016-02-20[cmake] Add Windows SDK informationsAchim Turan
2016-02-18Merge pull request #9059 from Razzeee/bump-sqlite-3.10.2Martijn Kaijser
Bump to SQLite 3100200 (aka 3.10.2)
2016-02-16Merge pull request #9126 from fetzerch/cmake-rpiChristian Fetzer
[cmake] Fix crosscompiling for Raspberry Pi
2016-02-15Merge pull request #9135 from fetzerch/cmake-fxcChristian Fetzer
[cmake] Fix finding FXC.exe on Windows
2016-02-14[cmake] Fix wrong build instructions for Kodi under Windows and invalid ↵Achim Turan
default build type for Linux
2016-02-14Merge pull request #9092 from stefansaraev/squishStefan Saraev
remove libsquish
2016-02-14[cmake] Build cpluff with verbose compile outputChristian Fetzer
2016-02-14[win32] update texturepacker (squish removed)Stefan Saraev
2016-02-14[cmake] Fix finding FXC.exe on WindowsChristian Fetzer
2016-02-14[cmake] Add toolchain file checksChristian Fetzer
- Warn if toolchain file is missing for Raspberry-Pi. - Check for outdated toolchain file. - Warn if non existing toolchain file was given.
2016-02-14[cmake] Add documentation for Raspberry PiChristian Fetzer
2016-02-14[cmake] Make MMAL mandatory for Raspberry-PiChristian Fetzer
2016-02-14[cmake] Don't default CPU to host processor if toolchain file is givenChristian Fetzer
2016-02-14[cmake] Fix Raspberry-Pi buildChristian Fetzer
2016-02-14Merge pull request #9121 from fetzerch/cmake-travisChristian Fetzer
[travis] Build with CMake
2016-02-13[win32][fix][VS] some missing end tags after #9105wiromare
2016-02-13[cmake] Fix compilation with clang on LinuxChristian Fetzer
Linker option --whole-archive is required on Linux for GCC and Clang. But not on Windows and not with AppleClang.
2016-02-13[cmake] Drop unused GLEW dependencyChristian Fetzer