aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.vcxproj
AgeCommit message (Collapse)Author
2016-08-06Finally get rid of the VS solution!legacy_drop_vsPär Björklund
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :)
2016-08-01Merge pull request #10164 from FernetMenta/atempoRainer Hochecker
AE: add atempo filter
2016-07-31Merge pull request #10156 from tamland/addon_eventstamland
[addons] fix event handling
2016-07-30AE: add ffmpeg atempo filterRainer Hochecker
2016-07-30[vs] Visual Studio project update.Kolja Lampe
2016-07-29[addons] fix event handlingThomas Amland
2016-07-27new shairplay.dll that actually exports methodsPär Björklund
Added shairplay.dll as a delay loaded lib to VS solution as well. This does not require cmake changes to match currently
2016-07-24Move win32 files to their own platform folderKolja Lampe
2016-07-19Bump sdk to Win 10 as cmake defaults to that for addons anyway. Add the few ↵Pär Björklund
headers we need from wdk as a package to simplify setup
2016-07-17Cleanup work that started with running as Win10 appPär Björklund
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well
2016-07-13[RenderSystemDX] Hook into user mode driver for selected adapter to fix ↵Anton Fedchin
refresh rate issue in FSE mode.
2016-06-18[adsp] Adapt build files (TODO: changes for XCode)AchimTuran
2016-06-11changed: remove internal librtmp supportArne Morten Kvarving
moved to an inputstream add-on
2016-06-10changed: get rid of FileReaderFileArne Morten Kvarving
this was an earlier version of the VFS cache. it was kept around as backwards compatiblity wrapper for the READ_CACHE support as it was used in some audio decoders. the audio decoders have since been moved to add-ons and rewritten to use the cache through the new mechanisms, so there is no longer any legacy to take into consideration.
2016-06-05Remove the use of obsoleted random_shuffle and move to the new shuffle and ↵Pär Björklund
random framework
2016-05-23remove multiselect controlronie
2016-05-23remove selectbutton controlronie
2016-05-23remove checkmark controlronie
2016-05-23Merge pull request #9843 from AlwinEsch/revert-api2Alwin Esch
Revert "[addon] binary add-on library rework for API level system"
2016-05-20Revert "[addon] add API level 2 on kodi side - Part 1"Alwin Esch
This reverts commit b1b512583f85b0349f4da91d073b6ff80d01dd8b.
2016-05-20Revert "[addon] add API level 3 on kodi side for future development - Part 1"Alwin Esch
This reverts commit 6bd9862ee4a2b817790957ed9f2da75e18387830.
2016-05-19Merge pull request #9810 from Paxxi/gtestRazzeee
[win32][test] Fix linking of the test suite
2016-05-18[addon] add API level 3 on kodi side for future development - Part 1Alwin Esch
2016-05-18[addon] add API level 2 on kodi side - Part 1Alwin Esch
2016-05-14Fix linking of the test suitePär Björklund
2016-05-04[network] webserver: move some helper methods from CWebServer to ↵montellese
HTTPRequestHandlerUtils
2016-05-02Merge pull request #9718 from arnova/membufcache_bye_byearnova
removed: Unused MemBufferCache class
2016-05-01iOS: adapt iOS keyboard to changes in ProcessRenderLoopRainer Hochecker
2016-04-29[EPG] CGUIEPGGridContainer: Refactor: Encapsulate grid data and optimize ↵Kai Sommerfeld
data refresh algorithm - e.g. reduce number of iterations over all channels and epg events.
2016-04-27removed: Unused MemBufferCache class. Was replaced by CircularCache ages agoarnova
2016-04-14Pass postdata Base64 encoded using CURL Optionsmapfau
2016-04-12Merge pull request #9588 from Paxxi/more_vs2015_fixesPär Björklund
[fix][win32][depends] This should resolve the python issues caused by vs2015 upgrade.
2016-04-09This should resolve the python issues caused by vs2015 upgrade.Pär Björklund
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR
2016-04-07[win32] fix DelayLoadDLLs VS property for the "Debug Testsuite" configurationmontellese
2016-04-06[win32] Cleanup project files after libmpeg2 removal.ace20022
2016-04-01Fix debug build after switching to zlib dll instead of statically linkedPär Björklund
2016-04-01Fixed crashing in emu crt wrapperPär Björklund
Don't use memset on objects! horrible things happen playing around with constexpr, probably more than necessary but might as well learn to use it. Apparently there shouldn't be a ; in the vc project environment settings
2016-04-01Visual studio 2015 fixesPär Björklund
2016-03-31FFmpegVideoDecoder: Trash entire classfritsch
2016-03-31FFmpeg: windows bumpAnton Fedchin
2016-03-23[pvr] - rework PVRManager, addons are owned by addon systemRainer Hochecker
2016-03-20add ServiceManager and ServiceBroker - gain control over memoryRainer Hochecker
2016-03-18[pvr] drop PVRFileRainer Hochecker
2016-03-17Port remaining music info context menusKolja Lampe
2016-03-17[contextmenu] move video info to new systemThomas Amland
2016-03-17[contextmenu] move addon menus to new systemThomas Amland
2016-03-17addons: implement cache for binary addonsRainer Hochecker
2016-03-11Merge pull request #8807 from garbear/controller-inputGarrett Brown
Controller input
2016-03-11[videoplayer] Add a demuxer that manages demuxing of multiple streams/files ↵ace20022
at once.
2016-03-11[videoplayer] Add InputStreamMultiSource to open/handle input streams from ↵ace20022
multiple sources (at once).