Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-18 | [addonversion] add tests | Jonathan Marshall | |
2014-05-02 | media: use string-based instead of enum-based MediaType | montellese | |
2014-05-02 | [linux] make use of new icons | da-anda | |
Conflicts: xbmc/windowing/X11/WinSystemX11.cpp | |||
2014-04-27 | ffmpeg: remove dll wrappers | Rainer Hochecker | |
2014-04-27 | [configure] remove internal ffmpeg | wsnipex | |
2014-03-11 | paplayer: sunset wav and adpcm codecs | Rainer Hochecker | |
2014-02-12 | Fix parallel make race conditions. | Trent Nelson | |
2014-02-12 | [make] fix ffmpeg libs target dependencies | wsnipex | |
2014-02-10 | Revert "[buildsys] Fix parallel build with static ffmpeg." | Trent Nelson | |
This reverts commit ad815563a3837bbd9ea73c3645af55ec56cacb9a. | |||
2014-02-07 | [buildsys] Fix parallel build with static ffmpeg. | Trent Nelson | |
2014-02-01 | linux: link ffmpeg statically | Rainer Hochecker | |
2014-01-11 | droid: fixed missing pvr addons which are pre-installed. packagers will need ↵ | davilla | |
to make extra sure there are no stale binaries manually or start with a virgin build | |||
2013-12-28 | droid: changed, make sure we start with clean dirs before packaging to avoid ↵ | S. Davilla | |
including stale items | |||
2013-11-20 | Merge pull request #3633 from Memphiz/cmdline | Memphiz | |
[osx] - fixed linkage of libxbmc.so, xbmc.bin and xbmc-test | |||
2013-11-12 | settings: move settings library files into xbmc/settings/lib | montellese | |
2013-11-12 | [osx] - fix cmdline linkage of lixbmc.so and xbmc.bin - there is no circular ↵ | Memphiz | |
dependency linker option on osx (e.x. -Wl,--start-group/--end-group) - so we still need to link in main.a for osx. | |||
2013-11-12 | refactors static content in containers into a list provider class | Jonathan Marshall | |
2013-11-09 | makefile: remove xbmc/main/main.a from xbmc.bin deps | Joakim Plate | |
The dependency is in MAINOBJS already. Also make sure we force subdir build, since it's a file that exist and subdir won't be built if it already exist | |||
2013-11-06 | FIX: [stagefright] dyload the whole codec to prevent potential future api ↵ | Chris "koying" Browet | |
breakage | |||
2013-11-02 | Only build libwayland_test.a if building tests with wayland | Sam Spilsbury | |
2013-10-24 | Merge pull request #3495 from t-nelson/droid-clean2 | Trent Nelson | |
add apk-clean target | |||
2013-10-24 | removed stale USE_AMPLAYER | S. Davilla | |
2013-10-24 | [DROID]Added make clean to Android packaging | perpe | |
2013-10-12 | Initial wayland test framework | Sam Spilsbury | |
Secondary Author: Cory Fields wayland: Fixup test building - Build tests in the test dir, not the main make. - Guard objects and code appropriately - Remove support for all but weston += 1.0.99. pkg-config and versioning were not implemented before that anyway. | |||
2013-09-03 | Texturepacker: rework to support native builds with *_FOR_BUILD, ↵ | Stephan Raue | |
Texturepacker builds always against libsquish-native.so, which is ok because CXX_FOR_BUILD=CXX, CXXFLAGS_FOR_BUILD=CXXFLAGS and LDFLAGS_FOR_BUILD=LDFLAGS on non crosscompiled builds, sothere libsquish-native is the same like libsquish | |||
2013-08-24 | [make] don't install addon data of disabled addons | wsnipex | |
2013-08-24 | [configure] make waveform and spectrum visualizations optional | wsnipex | |
2013-08-07 | added: generate and install cmake helpers for addons | spiff | |
2013-08-06 | Introduce a libav-hacks library to wrap a compatibility layer with libav. | Alexis Ballier | |
This copies/pastes some code from FFmpeg but at least allows us to support the fork. | |||
2013-08-05 | [buildsys] - fix missing clean of xbmc/main/main.a | Memphiz | |
2013-08-02 | fix linux build after 7e8e1c9493a51e4739a507d6f62dadb7db411f78 | wsnipex | |
2013-08-01 | Merge pull request #2885 from smspillaz/fix-tests-16062013 | Martijn Kaijser | |
Fix "make check" | |||
2013-07-16 | [configure] install missing addon bindings | wsnipex | |
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-07-01 | interfaces: add ILanguageInvoker and ScriptInvocationManager | montellese | |
2013-06-20 | add xbmc-addon-bindings to depends | davilla | |
2013-06-17 | Don't add xbmc.a to DIRECTORY_ARCHIVES | Sam Spilsbury | |
It gets added to MAINOBJS anyways, and adding it to DIRECTORY_ARCHIVES would mean that it also gets added to the tests, which would result in a double-definition of main () (one from xbmc and one from gtest). Instead, add it to xbmc.bin directly, as Darwin based platforms require such static linking. | |||
2013-06-09 | [mdns] - add optional libmdnsembedded support to configure | Memphiz | |
2013-05-31 | added: install xbmc bindings | spiff | |
2013-05-10 | jni: build jni library | Cory Fields | |
2013-05-09 | build: stop using whole-archive for our final binary | Cory Fields | |
This nasty hack has been around for ages. By changing, we get the following benefits: - We don't link in _every_ object in _every_ archive! - Builds will no longer fail if a source file has been removed but its object still exists in the archive - Filesize reduction - Ability to use lto, garbage collection, dead-code stripping, etc in a useful manner This is achieved by specifying a main object on the link line, and using start-group/end-group to search through the archives multiple times until each symbol is found. | |||
2013-04-04 | move profile related files into new "profiles" directory | montellese | |
2013-03-07 | Merge pull request #2135 from Montellese/touch_input | Sascha Montellese | |
generic & user-mappable touch input system | |||
2013-03-06 | changed: remove scrobbler and last.fm radio support | spiff | |
available as a add-ons | |||
2013-03-05 | input: re-organize touch input handling to make it more generic and move it ↵ | montellese | |
into its own lib | |||
2013-03-03 | settings: move GUIDialog* and GUIWindow* into their own sub-directories | montellese | |
2013-02-04 | move view related files into new view folder and lib | montellese | |
2013-01-31 | [configure] - make fishbmc optional and default to autodetect (fixes build ↵ | Memphiz | |
for gles platforms after fishbmc injection) | |||
2013-01-31 | [add] visualization.fishbmc | Marcel Ebmer | |
2012-11-24 | remove broken itunes visualization | ronie | |