aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-21Merge pull request #6507 from mkortstiege/flickeringMartijn Kaijser
[videoinfoscanner] reset library bools only once - fixes #15805
2015-02-21Merge pull request #6493 from tamland/compiler_flagstamland
[linux] prepend -Wall so it doesn't override flags from environment
2015-02-21[videoinfoscanner] reset library bools only once - fixes #15805Matthias Kortstiege
2015-02-21Merge pull request #6503 from wsnipex/gcc-4.9-fixWolfgang Schupp
[configure] make sure the gcc-4.9 SSE workaround is only enabled on x86
2015-02-21Merge pull request #6506 from AlwinEsch/fix-compiler-warningAlwin Esch
[pvr] Fix compiler warning in CGUIWindowPVRRecordings
2015-02-20[pvr] Fix compiler warning in CGUIWindowPVRRecordingsAlwinEsch
2015-02-20dvdplayer: reset error integral when flushing sync errorsRainer Hochecker
2015-02-20Merge pull request #6496 from FernetMenta/dsfixRainer Hochecker
[win32] - fix DirectSound for streams with very low sample rates
2015-02-20Merge pull request #6492 from koying/fixuppilosxjenkins4kodi
2015-02-20Merge pull request #6491 from Memphiz/fixjenkinsscriptsWolfgang Schupp
[jenkins/addons] - fix error detection during addons build
2015-02-20[win32] - fix DirectSound for streams with very low sample ratesRainer Hochecker
2015-02-20[configure] make sure the gcc-4.9 SSE workaround is only enabled on x86wsnipex
2015-02-19[Confluence] api bumpronie
2015-02-19Merge pull request #6494 from ronie/rever-api-bwMartijn Kaijser
revert xbmc.gui bw-compatibility change
2015-02-19revert xbmc.gui bw-compatibility changeronie
2015-02-19Merge pull request #6489 from Carcharius/jump_to_unplayedjenkins4kodi
2015-02-19Merge pull request #6467 from mkortstiege/mysql_autocommitMatthias Kortstiege
[mysql] fix transaction handling
2015-02-19Merge pull request #6406 from Montellese/videodb_queuingMatthias Kortstiege
video library: queue database write processes
2015-02-19Add support for jumping to the first unwatched tv show season/episode.Carcharius
Only allows jumping to unwatched episodes if sorting by episode number.
2015-02-19Merge pull request #6422 from Paxxi/coverityjenkins4kodi
2015-02-19issue 1262131 ignoring bytes readPär Björklund
Should silence a bunch of warnings without altering code logic
2015-02-19issue 1262428 out of bounds readPär Björklund
this code seems to have done nothing for a long time. If the first loop hit it's break condition the second loop would check the same value and break directly. Not sure what effects this might have had?
2015-02-19issue 1269601 bad overridePär Björklund
base class method is not const
2015-02-191269602 bad overridePär Björklund
base class is not const
2015-02-19issue 1269603 unchecked return valuePär Björklund
not really an issue but might as well fix it.
2015-02-19issue 1269604Pär Björklund
Dead code, no changes in git blame since 2012, comment out to avoid further warnings
2015-02-19issue 1269605Pär Björklund
First check makes second check impossible to be true also switched to c++ style casts
2015-02-19[linux] prepend -Wall so it doesn't override flags from environmentThomas Amland
2015-02-19FIXUP: fix python PIL after #5218Chris "koying" Browet
2015-02-19[jenkins/addons] - fix error detection during addons buildMemphiz
2015-02-19Merge pull request #6402 from Karlson2k/w32_setloc_01Pär Björklund
Locale fixes
2015-02-19Merge pull request #6290 from Jalle19/fix-15732jenkins4kodi
2015-02-19cmake: fix include of check_target_platform.cmakemontellese
2015-02-19Merge pull request #6407 from OpenELEC/libcurl-checkjenkins4kodi
2015-02-19Merge pull request #6487 from wsnipex/gcc-4.9-fixjenkins4kodi
2015-02-19[pvr] don't allow the "go to parent" item to be deleted from theSam Stenvall
recordings window. The Delete action can't be triggered by the context menu anymore but is still triggerable using the delete key
2015-02-19[gui] remove any set context buttons for the "go to parent" itemSam Stenvall
(fixes #15732)
2015-02-19Merge pull request #6327 from ruuk/indexed_control_getlabeljenkins4kodi
2015-02-19[configure] enable SSE when using gcc-4.9wsnipex
2015-02-19[win32] JSONVariantWriter::Write(): use wide string version of setlocale() ↵Karlson2k
to prevent crash on win32
2015-02-19JSONVariantWriter::Write(): do no re-set locale if locale is already "C"Karlson2k
2015-02-19[win32] Set thread local locale for started threadsKarlson2k
2015-02-19[win32] Set thread local locale for main threadKarlson2k
2015-02-19[win32] WIN32Util: add SetThreadLocalLocale() for controlling thread local ↵Karlson2k
locale
2015-02-19[win32] Add win32/crts_caller for calling same function in all loaded CRTsKarlson2k
2015-02-18Merge pull request #6485 from wsnipex/depends-c++11Memphiz
[depends] enable C++11 for native builds
2015-02-18Merge pull request #6483 from Montellese/cmake_platform_definitionsSascha Montellese
cmake: add platform directory and parsing of platform specific definitions
2015-02-18Merge pull request #6481 from AlwinEsch/pvr-databaseRainer Hochecker
[pvr] Cleanup CPVRDatabase help text
2015-02-18[depends] enable C++11 for native buildswsnipex
2015-02-18cmake: add platform definitions for android, darwin, freebsd, ios, rbpi and ↵montellese
windows