Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | [win32] Remove OpenGL files and configurations from projects VC projects and ↵ | Karlson2k | |
solution | |||
2014-05-27 | [WIN32] compile XBMC with vs2013 | wsoltys | |
2014-04-29 | Update MSVC project for MP3Codec/libmad removal | Daniel Scheller | |
2014-03-11 | update VS project after drop of wav and adpcm codecs | Rainer Hochecker | |
2013-12-10 | [WIN32] build vortex visualization within xbmc project and adapt it to the ↵ | WiSo | |
current addon api. | |||
2013-11-02 | Remove libass from repository | Sébastien Brochet | |
2013-10-30 | [win32] fix libexif project: | Karlson2k | |
* debug config was broken and not used * target subsystem was "Console" instead of "Windows" | |||
2013-10-01 | [win32] Remove PCRE project from solution | Karlson2k | |
2013-09-22 | [win32] remove "Debug" and "Release" as build solution as we always use ↵ | Martijn Kaijser | |
"Debug (directX)" and "Release (DirectX)" | |||
2013-07-09 | added callback methods for binary add-ons to get codec id information from ↵ | Lars Op den Kamp | |
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included | |||
2013-01-27 | [WIN32] switched from internal liblame to external (3.99.5) and download it ↵ | WiSo | |
from our mirrors. /lib/liblame can be removed if no one else uses it. | |||
2012-10-05 | libid3tag/libapetag win/mac/linux/android removal (thanks theuni for the ↵ | Cory Fields | |
linux/android parts and montellese for win32) | |||
2012-09-05 | [win32] remove "Debug Testsuite" configuration from all projects except ↵ | montellese | |
gtest and XBMC | |||
2012-09-05 | [WIN32] added a new target called Debug Testsuite which includes the gtest ↵ | WiSo | |
libs and builds a xbmc-test.exe console application. | |||
2012-09-05 | [pvr] added PVR support to XBMC (taken from ↵ | Lars Op den Kamp | |
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons | |||
2012-05-01 | [win32] ensure XbmcCommons and XbmcThreads build for all configurations | Jonathan Marshall | |
2012-04-21 | Tests working under windows. | Jim Carroll | |
2011-09-26 | [WIN32] removed Debug and Release target from project file. Why are they ↵ | WiSo | |
back again? | |||
2011-07-20 | Added a windows native threading implementation. | Jim Carroll | |
2011-06-07 | [win32] sync vs project to wavpack removal | pieh | |
2011-05-12 | [WIN32] removed repo freetype 2.3.9 from XBMC main project and used external ↵ | WiSo | |
freetype | |||
2011-05-12 | [WIN32] change projects to use external libiconv | WiSo | |
2011-05-07 | [WIN32] download libcdio 0.81 from our mirror and remove old libcdio from ↵ | WiSo | |
solution | |||
2011-04-10 | Revert "[WIN32] removed pcre project from XBMC solution and fixed the ↵ | WiSo | |
inclusion of the third party lib" This reverts commit c676c9a553b127c5093d859242f317e667a7bef3 and fixes #11422 | |||
2011-04-09 | [WIN32] removed pcre project from XBMC solution and fixed the inclusion of ↵ | WiSo | |
the third party lib | |||
2011-04-09 | [WIN32] remove vorbis and ogg projects from the xbmc main solution | WiSo | |
2011-04-06 | Merge remote branch 'mine/ext-python' | Jim Carroll | |
2011-04-06 | [WIN32] fixed build | WiSo | |
2011-04-05 | This commits represent the removal of internal python from the win32 build ↵ | WiSo | |
system [WIN32] removed internal python from the visual studio solution file. [WIN32] deleted old python leftovers | |||
2011-04-04 | [WIN32] use the external sqlite library. Still dunno if its better to link ↵ | WiSo | |
the static library where its used (.cpp) or in the XBMC project settings. Opinions? | |||
2011-04-04 | [WIN32] use the external libsamplerate | WiSo | |
2011-03-02 | [WIN32] changed: use external fribidi 0.19.2 | WiSo | |
2011-02-19 | Merge removal of unneeded libdts and liba52 | Anssi Hannula | |
Conflicts: .gitignore XBMC.xcodeproj/project.pbxproj configure.in lib/Makefile.in project/VS2010Express/XBMC.vcxproj project/VS2010Express/XBMC.vcxproj.filters tools/Linux/packaging/debian/copyright xbmc/DllPaths_win32.h xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile.in | |||
2011-02-17 | Removed use of libfaad2. It was already disabled on all platforms. | theuni | |
2011-02-06 | removed: glib now that libmms doesn't need it | elupus | |
2011-02-06 | removed: libmms from win32 build | elupus | |
2011-02-06 | removed: use of deprecated libdts | Anssi Hannula | |
libdts hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg. | |||
2011-02-06 | removed: use of deprecated liba52 | Anssi Hannula | |
liba52 hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg. | |||
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp | |||
2011-01-23 | Revert "Merge remote branch 'upstream/master'" | Lars Op den Kamp | |
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995. | |||
2011-01-09 | windows: fix vdr-streamdev build under VS2010 | Marcel Groothuis | |
git: update gitignore for pvr files | |||
2011-01-09 | windows: fix tvheadend pvr client build under VS2010 | Marcel Groothuis | |
2011-01-09 | windows: Add addon & PVR support libraries to VS2010 solution | Marcel Groothuis | |
windows: Add MediaPortal PVR client to VS2010 solution | |||
2011-01-04 | Fix CRLF | Cory Fields | |
2010-11-26 | changed: ditch libshout and replace with curl-based code | spiff_ | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35468 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-09-23 | [WIN32] r33370 for VS2010 - build hdhomerun.dll within XBMC. Can't test, ↵ | CrystalPT | |
imported + slightly adapted the VS2008 project. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34080 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-09-01 | [WIN32] third party bzip2 for VS2010 (r33379) | CrystalPT | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33390 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-07-11 | [WIN32] fix python build with VS2010 - partially revert 31679 | CrystalPT | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31741 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-07-09 | [WIN32] fixed python build with VS2010 | CrystalPT | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31679 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-06-28 | [WIN32] sync VS2010 projects with VS2008 | blinkseb | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31464 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 |