Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-28 | [release] version bump to 13.0 alpha3 as we start new merge window. | Martijn Kaijser | |
2013-03-19 | depends: remove python pil helper scripts and docs, they've been moved to ↵ | Cory Fields | |
depends | |||
2013-03-11 | depends: gawk is build-side, host doesn't matter | Cory Fields | |
2013-03-11 | depends: remove android hack for python now that correct libdeps are defined | Cory Fields | |
2013-03-11 | depends: add liblog check, it may not be included by the toolchain | Cory Fields | |
2013-03-11 | depends: don't link libcdio unless optical is enabled | theuni | |
2013-03-11 | depends: point ffmpeg to the correct yasm | theuni | |
This should be fixed so that we check for a build-side yasm instead of just assuming it's there. | |||
2013-03-11 | depends: ffmpeg needs our ldflags | theuni | |
2013-03-11 | depends: clean up the built-in mess and test properly instead | Cory Fields | |
2013-03-11 | depends: set some sane defaults for arm+linux | Cory Fields | |
2013-03-11 | depends: set default android configure options | Cory Fields | |
2013-03-07 | Merge pull request #2243 from MartijnKaijser/13.0alpha2_bump | davilla | |
[release] version bump to 13.0 alpha2 as we start new merge window. | |||
2013-03-01 | Merge pull request #2323 from dagwieers/pthread_setname | Joakim Plate | |
Name threads properly on Linux, FreeBSD, OpenBSD, ... | |||
2013-03-01 | Name threads on Linux properly | Dag Wieers | |
I implemented this as part of the OpenELEC project. It helps debug issues if we can easily identify the XBMC thread by name. This patch implements just that. This second incarnation now implements a proper configure check to ensure we are using the capabilities of the library on various platforms (esp. when using glibc < 1.12). | |||
2013-02-28 | [cec] get the CEC devices that are connected to the system from libCEC, ↵ | Lars Op den Kamp | |
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0 | |||
2013-02-15 | [release] version bump to 13.0 alpha2 as we start new merge window. | Martijn Kaijser | |
2013-02-11 | bluray: support BDJ menus | Joakim Plate | |
2013-02-10 | Merge pull request #2193 from OpenELEC/git-version-changes | Martijn Kaijser | |
configure.in: change check for 'VERSION' file: | |||
2013-02-09 | configure: fix *nix compilation of libdvdnav | wsnipex | |
2013-02-07 | configure.in: change check for 'VERSION' file: | Stephan Raue | |
- first check if this file exist and use the content from there - if it not exist check with 'git log' - if this fails set to 'Unknown' This patch also shows the GIT_REV in the configure summary message. To display This message on top of the messages we move the whole block a bit above | |||
2013-02-02 | configure: allow GIT_REV to be read from VERSION file | wsnipex | |
needed for building outside of a git repo | |||
2013-01-31 | [configure] - fix missleading enable printout of projectm | Memphiz | |
2013-01-31 | [configure] - make fishbmc optional and default to autodetect (fixes build ↵ | Memphiz | |
for gles platforms after fishbmc injection) | |||
2013-01-31 | Merge pull request #1999 from maysl/addon-visualization.fishbmc | ronie | |
[add] visualization.fishbmc addon | |||
2013-01-31 | [add] visualization.fishbmc | Marcel Ebmer | |
2013-01-27 | [release] version bump to 13.0 alpha1 as we start new merge windows. | Martijn Kaijser | |
2012-12-31 | [release] bump version to RC3 | Martijn Kaijser | |
2012-12-21 | [osx] - help rsxs to use the libpng from the depends and not the native ↵ | Memphiz | |
libpng from the toolchain (before this could lead to linkage of i386 objects with x86_64 libpng which didn't work too well) | |||
2012-12-19 | [release] bump version to 12.0 RC2 | Martijn Kaijser | |
2012-12-14 | Revert "fix configure warnings when lame lib exists but not the headers ↵ | davilla | |
(closes #13647)" This reverts commit 2f4a1868897a797b69b9d2795177d6c62b3e3ba0. | |||
2012-12-14 | fix configure warnings when lame lib exists but not the headers (closes #13647) | wsnipex | |
2012-12-14 | fix: --enable-libvorbisenc instead of --enable-vorbisenc (closes #13648) | wsnipex | |
2012-12-10 | [release] bump version to 12.0rc1 | Martijn Kaijser | |
2012-12-07 | [release] bump version to beta3 | Martijn Kaijser | |
2012-12-05 | [FreeBSD] allow use of internal ffmpeg | Fneufneu | |
and pass needed include path | |||
2012-12-02 | [release] bump version to beta2 | Martijn Kaijser | |
2012-12-01 | [fix] build screensavers on osx | amet | |
2012-11-25 | fix build after 2fa6e74 | ronie | |
2012-11-19 | autotools: fix build hitting wrong config header (ticket #13364) | Pete Beardmore | |
2012-11-16 | Remove erroneous check for shairport/ao.h, fixes build failure for airtunes ↵ | Andres Mejia | |
support. | |||
2012-11-14 | release: bump version here also | Cory Fields | |
2012-11-12 | fixed: link to pulse-simple, it's needed for CPulseAE::CanInit(), apparently ↵ | bobo1on1 | |
not all distros link libpulse to libpulse-simple | |||
2012-10-24 | Merge pull request #1591 from wsnipex/configure | Arne Morten Kvarving | |
configure: pass --enable-external-ffmpeg down to pvr-addons, when building them intree | |||
2012-10-19 | Merge pull request #1626 from theuni/intrinsics-check | Cory Fields | |
build: quit guessing about intrinsics, check specifics | |||
2012-10-16 | build: quit guessing about intrinsics, check specifics | Cory Fields | |
2012-10-16 | Support building with older versions of gdc | NHellFire | |
2012-10-15 | build: give env optim flags precedence | Cory Fields | |
Fixes builds like: 'CFLAGS=-O3 ./configure' | |||
2012-10-10 | Merge pull request #1576 from Pulse-Eight/libcec2 | Lars Op den Kamp | |
[cec] libCEC 2.0.0 support | |||
2012-10-10 | configure: pass --external-ffmpeg down to pvr-addons, if enabled, | wsnipex | |
when building them intree | |||
2012-10-08 | [ios] fixed buildside texturepacker for ios | davilla | |