aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2016-02-13[cmake] remove squish dependencyStefan Saraev
2016-02-13[depends] remove libsquishStefan Saraev
2016-02-12[cmake] Document CMake based buildsystem in README.mdChristian Fetzer
2016-02-12[cmake] Add define BUILDING_WITH_CMAKE for WindowsChristian Fetzer
This adds a define BUILDING_WITH_CMAKE that allows to differentiate the build system and have CMake specific adaptions in the code. This allows to: - Use the CMake options to conditionally enable/disable features. - Get rid of the #pragma comment(lib *) directives and properly link found libraries. This define is just there for the transitional phase. Once the VS project is dropped the define gives a good indication where legacy code can be removed. Additionally remove 2 unused defines from system.h: HAVE_LIBMP3LAME, HAVE_LIBVORBISENC
2016-02-12[cmake] Add installation data configurationChristian Fetzer
2016-02-12[cmake] Add platform configuration scriptsChristian Fetzer
2016-02-12[cmake] Add treedataChristian Fetzer
Configures subdirectories used for the different platforms.
2016-02-12[cmake] Add main CMake fileChristian Fetzer
2016-02-12[cmake] Add FindXXX.cmake modulesChristian Fetzer
Add CMake find modules for finding dependencies.
2016-02-11[VS] project files updateKolja Lampe
2016-02-11[addons] refactor addon constructionThomas Amland
2016-02-10Merge pull request #9061 from Razzeee/tests-align-windowsRazzeee
Add tests to windows, that weren't added to the test project
2016-02-08[Win32/BuildSetup] fix buildffmpeg.sh for branch names that contains slasheswsnipex
2016-02-08Bump to SQLite 3100200 (aka 3.10.2)Kolja Lampe
2016-02-05Add tests to windows, that weren't added to the test projectKolja Lampe
2016-02-05[guilib][depends] Remove libgif from core. It's still needed for TexturePacker.ace20022
2016-02-03Merge pull request #9016 from Razzeee/bump-libnfsMemphiz
Bump libnfs to version 1.10.0
2016-02-02[depends] Bump libnfs to version 1.10.0Kolja Lampe
2016-02-02VideoPlayer: refactor DemuxerClient (ex PVR)Rainer Hochecker
2016-02-02Merge pull request #8975 from Razzeee/remove-all-albums-list-entryRazzeee
Don't show "* all entries" for widgets
2016-02-02Remove TestTimeUtils.cpp after 01ba7b80380f2f8af721d0c40388d504a6517b54Kolja Lampe
2016-02-01[cleanup] remove boost from dependsStefan Saraev
2016-02-01Don't show "* all entries" for widgetsKolja Lampe
2016-01-29Merge pull request #8971 from ace20022/tp_gcb_optAndreas Zelend
[TexturePacker][gif] The Graphic Control Extension is optional.
2016-01-29[TexturePacker][gif] The Graphic Control Extension is optional.ace20022
2016-01-29drop TimeSmootherRainer Hochecker
2016-01-26Refactor InfoScannersDeniz Türkoglu
We were not sharing any code between the scanners although they have some logic that can be easily shared. This patch is the initial refactoring to remedy the situation, however there is space left for more refactoring.
2016-01-23Merge pull request #8875 from ronie/dialogvolumebarMartijn Kaijser
Remove mutebug dialog
2016-01-20bump kodi-platform and p8-platformRainer Hochecker
2016-01-19remove mutebug dialogronie
2016-01-17VideoPlayer: remove dead codeRainer Hochecker
2016-01-15[win32] cleanup VS solutionmontellese
2016-01-10[filesystem] add videodb://inprogresstvshowsSascha Kuehndel (InuSasha)
visualstudio by Razzeee xcode by anaconda
2016-01-09[tools][win32] Bump texturepacker to version 1.0.5.ace20022
2016-01-09[gif][depends] Bump static and dynamic gif lib to 5.1.1.ace20022
2016-01-05sync VS project to drop of limmpeg2xbmc
2016-01-05Merge pull request #8750 from Razzeee/fix-testsuiteRazzeee
Fix postbuild event for testsuite on vs2015 update 1
2016-01-04Fix postbuild event for testsuite on vs2015 update 1Kolja Lampe
2015-12-29[cleanup] nuke jpegioStefan Saraev
2015-12-29[cleanup] nuke cximageStefan Saraev
2015-12-29Merge pull request #8612 from stefansaraev/sapstreams-cleanupRazzeee
[cleanup] nuke sap streams
2015-12-29[addons] move addon system settings to regular settings windowThomas Amland
moves notifications/auto update from side menu moves functionallity from the 'system' directory to settings and merges orphaned/required dependencies
2015-12-29VideoPlayer: remove player selection from api and drop DummyVideoPlayerRainer Hochecker
2015-12-24Merge pull request #8583 from fritsch/ffmpeg-image-thumbnailsMartijn Kaijser
FFmpeg: Implement image thumbnails
2015-12-24Fix compile error on msvs2013jun.jiang
2015-12-22FFmpegImage: Implement Thumbnail extraction (jpg, png, alpha support)fritsch
2015-12-18Merge pull request #8561 from ksooo/pvr-separate-timer-windowKai Sommerfeld
[PVR] Feature: Separate windows for "Timer Rules" and "Timers"
2015-12-17[win] update VS projectKolja Lampe
2015-12-17[cleanup] nuke sap streamsStefan Saraev
2015-12-12Merge pull request #8532 from Memphiz/code_shufflejenkins4kodi