aboutsummaryrefslogtreecommitdiff
path: root/lib/libass
AgeCommit message (Collapse)Author
2013-11-02Remove libass from repositorySébastien Brochet
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
Win32 projects update
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.
2013-10-30[win32] Cleanup: delete old project filesKarlson2k
2013-10-24[win32] Fix various linker warningsKarlson2k
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2012-09-12fixed compiler warning by removing an unused variable.WiSo
2012-09-08[WIN32] [libass] fixed heap corruption when using in debugSébastien Brochet
2012-09-08[libass] build with harfbuzz supportSébastien Brochet
2012-09-08[libass] fixed build on WindowsSébastien Brochet
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-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. ↵WiSo
There're still some users which uses XBMC with an Athlon XP :) enabled SSE for the debug target to have it equally to release.
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj
2011-10-04[WIN32] changed: updated libass to v0.10.0. Some nice new featuresSébastien Brochet
(Bidirectional layout and Arabic shaping) and some bugs fix.
2011-09-28[WIN32] fixed: build libass with patched freetype.WiSo
2011-09-28Merge pull request #445 from blinkseb/libassSébastien Brochet
changed: update libass to v0.9.13
2011-09-25[WIN32] fixed warningWiSo
2011-09-25updated libass to v0.9.13Sébastien Brochet
2011-09-25[WIN32] updated freetype to v2.4.6Sébastien Brochet
2011-05-12[WIN32] removed unnecessary include pathsWiSo
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 libiconvWiSo
2011-05-07[WIN32] enable sse for all projects in release targetWiSo
2011-04-09[WIN32] use external zlibWiSo
2011-03-18[osx/ios] banish libass to xxx-depends, this removes the need for an ↵S. Davilla
external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
2011-03-09[darwin] changed, replace wrapping with wrapper.rb with linker alias_listS. Davilla
2011-01-24[WIN32] fix build: paths in libass and visWaveForm projectsCrystalP
(cherry picked from commit 560fc16c1b684ada175346a3a055f0c802fc88d5)
2011-01-24Merged 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-04Fix CRLFCory Fields
2010-10-21[osx] sync to r34903, fixed: our internal libass needs to be linked to ↵davilla
fontconfig, broken since r34841 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34906 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-20fixed: our internal libass needs to be linked to fontconfig, broken since r34841bobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34903 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-29[WIN32] fixed: libass build for VS2010CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33292 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-24fixed, add .gitignore so git remembers this dirdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33115 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-24fixed, remove lib/libass/m4 contents, bootstrap will create themdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33094 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-21revert inadvertant commit in r33006, grumble, grumbledavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33007 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-21[SMB] exclude any lost+found directories, nothing to see in there anyway, ↵davilla
move along git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33006 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-18[WIN32] VS2010 libass project update (see r32867)CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32885 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-17[WIN32] fixed libass compilationwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32867 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-17merged vendor libass 0.9.11 to trunk. fixes for win32 will follow later.wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32866 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-14[WIN32] fixed vs2010 projects to copy dlls to their final location after ↵CrystalPT
every build, not only the initial build git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32781 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-24fixed: Ticket #9721- load fonts from non english pathtaxigps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32122 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-10fixed: obey LDFLAGS in some places where it was previously disregardedanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31019 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[WIN32] Same treatment to vs2010 projects than r30260blinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30283 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-17[WIN32] Clean building. Now, all libs output in the "libs" folder, and ↵blinkseb
objects files in the "objs" folder. This make the building tree a little more cleaner. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30260 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-16[VS2010] Changed post-build event to custom build step in order to make the ↵blinkseb
generated dll cleanable (thanks CrystalPT!) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30227 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-16[VS2010] updated cpluff and libass to make the copied dll a dependency and ↵CrystalPT
make "Clean Project" work. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30226 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-16[VS2010] Ok, that file wasn't removed, just relocated, my badblinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30221 568bbfeb-2a22-0410-94d2-cc84cf5bfa90