aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
AgeCommit message (Collapse)Author
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-12add Win32.Build.0 configuration for library.inputstreammapfau
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).
2016-03-11[win32] Add DVDDemuxPacket.h to the project files.ace20022
2016-03-10Reduce file name lengthGarrett Brown
2016-03-10Controller configuration windowGarrett Brown
Thanks to hitcher for the skinning work and Montellese for some string fixes.
2016-03-10Kodi inputGarrett Brown
This adds a fallback input handler to all joystick peripherals. If a joystick event isn't handled, it will be dispatched to Kodi through this class.
2016-03-10Controller add-onsGarrett Brown
2016-03-10Peripheral add-onsGarrett Brown
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix.
2016-03-10Joystick libraryGarrett Brown
Thanks to a1rwulf for fixing the joystick library build, da-anda for fixing missing joystick.xml shoulder keys, and longelf for joystick.xml.
2016-03-10Remove joystick codeGarrett Brown
Joystick support will return in a following commit. Platform specific code will be isolated entirely in binary add-ons. Removal of joystick code is incomplete on Android (todo) Thanks to Tolriq for fixing broken EventServer.
2016-03-09Fix XBMC.vcxproj.filters after #9252Alwin Esch
2016-03-09Merge pull request #9252 from AlwinEsch/move-current-addon-libAlwin Esch
[addon] Move add-on library parts to independent folders
2016-03-09[addon] Move add-on library parts to independent folders (code rework)Alwin Esch
2016-03-08[guilib] cleanup leftover TextureBundleXPR*Stefan Saraev
2016-03-07[win32][fix][VS] update VS projectwiromare
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-02-29update VS projectxbmc
2016-02-23[win32] Update msys+mingw build system to msys2+mingw-w64.Anton Fedchin
2016-02-14Merge pull request #9092 from stefansaraev/squishStefan Saraev
remove libsquish
2016-02-13[win32][fix][VS] some missing end tags after #9105wiromare
2016-02-13[depends] remove libsquishStefan Saraev
2016-02-11[VS] project files updateKolja Lampe
2016-02-11[addons] refactor addon constructionThomas Amland
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-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