summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Add missing header for va_list. Thomas Klausner2015-07-291-0/+1
| | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* Compile fix for older mingw headers (which are in build-tools), once we ↵ Lord-Nightmare2015-07-231-1/+3
| | | | update to newer headers this won't be necessary anymore. (n/w)
* no longer needed as mingw includes now have this Cowering2015-07-231-1/+1
|
* Merge pull request #257 from 0-wiz-0/master R. Belmont2015-07-224-12/+20
|\ | | | | Re-add NetBSD support.
| * Switch from ftime() to gettimeofday(). Thomas Klausner2015-07-141-6/+6
| | | | | | | | | | | | | | Even the Linux man page recommends avoiding ftime(). gettimeofday is in POSIX.1-2001 and more portable. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
| * Add NetBSD support to bx. Thomas Klausner2015-07-142-2/+10
| | | | | | | | | | | | Will try sending this upstream as well. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
| * Fix build using a patch from upstream. Thomas Klausner2015-07-141-4/+4
| | | | | | | | | | | | https://github.com/bkaradzic/bgfx/commit/e1a564ca720ae66298b61928e6ef0e9d1ee40d30#diff-d51370988baf340d4de0bc2861591415 Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* | feed the pedantic monster (NW) Cowering2015-07-211-1/+1
|/
* Don't redefine MONGOOSE_ENABLE_THREADS on Windows balr0g2015-07-091-1/+1
|
* newest mongoose.. PRETTY sure I didn't alter anything (NW) Cowering2015-07-0811-111/+281
|
* github version of jsoncpp with some fixes: pedantic and C++98 and others. ↵ Cowering2015-07-0864-2830/+6873
| | | | please try to compile for all platforms
* -pedantic fixes.. do these need to go upstream? (nw) Cowering2015-07-082-5/+5
|
* make pedantic and c99 happy (maybe send upstream) (nw) Cowering2015-07-081-2/+2
|
* Add some defines to d3dcommon.h to let bgfx compile with vs2013, but it ↵ yz70s2015-06-241-0/+15
| | | | would be much better to update the direct3d headers to the latest version (nw)
* Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ Julian Sikorski2015-06-061-0/+4
| | | | based on wallyweek's work
* fix compile on GCC 4.4 on old Ubuntu (nw) Miodrag Milanovic2015-05-311-3/+3
|
* compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ↵ Cowering2015-05-281-1/+6
| | | | test LTO fixes. please add #ifdefs if 64 bit printf does not work for you
* Fixed clang build. (nw) Curt Coder2015-05-271-3/+3
|
* Added library for supporting unit tests (nw) Miodrag Milanovic2015-05-2792-0/+8408
|
* Added portaudio library for RB (nw) Miodrag Milanovic2015-05-27349-0/+203142
|
* Fix mingw compile (nw) Miodrag Milanovic2015-05-271-0/+6
|
* Update BGFX (nw) Miodrag Milanovic2015-05-2781-3994/+8111
|
* Update GENie (nw) Miodrag Milanovic2015-05-2716-206/+366
|
* rolling back due to issues (nw) Miodrag Milanovic2015-04-202-13/+13
|
* wrong one (nw) Miodrag Milanovic2015-04-202-13/+13
|
* added dependency (nw) Miodrag Milanovic2015-04-202-13/+13
|
* Fix Xcode generated files (nw) Miodrag Milanovic2015-04-172-24/+24
|
* made libflac possible to compile under xcode, and simplify for other (nw) Miodrag Milanovic2015-04-171-0/+1
|
* Fix build Vas Crabb2015-04-171-0/+2
|
* fixed compiler warning, sent upstream (nw) Miodrag Milanovic2015-04-161-2/+2
|
* update to latest 3rdparty, rollback of genie change (nw) Miodrag Milanovic2015-04-16439-1938/+2125
|
* removed symbols stripping (nw) Miodrag Milanovic2015-04-152-11/+2
|
* Fixes for solaris 11 build (nw) Miodrag Milanovic2015-04-101-1/+1
|
* Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) Miodrag Milanovic2015-04-1012-15/+1019
|
* latest BGFX (nw) Miodrag Milanovic2015-04-08302-1457/+4362
|
* Fixed clang warning (sent upstream) (nw) Miodrag Milanovic2015-04-061-1/+1
|
* Fixed linking on some linux platforms Miodrag Milanovic2015-04-052-24/+28
|
* fixed Visual Studio compiler warnings in sqlite3 when compiling with ↵ Oliver Stöneberg2015-04-051-2/+7
| | | | optimizations (nw)
* Fixed VS custom tasks due to limitations (nw) Miodrag Milanovic2015-04-042-17/+30
|
* Parameter naming convention change agreed with GENie maintainer (nw) Miodrag Milanovic2015-04-043-23/+23
|
* feature for direct dependency (nw) Miodrag Milanovic2015-04-032-6/+13
|
* Added custom build steps support to GENie (nw) Miodrag Milanovic2015-04-035-39/+206
|
* Fixed ForceCpp for XCode4 (nw) Miodrag Milanovic2015-04-022-18/+18
|
* bgfx: fix leak of autoreleased objects and support OS X 10.6 Snow Leopard Vas Crabb2015-04-031-0/+22
|
* Update to latest bgfx and fix for latest mingw releases (nw) Miodrag Milanovic2015-04-019-65/+140
|
* Update to latest 3rdparty, fixes issues on OpenGL 2.1 for bgfx (nw) Miodrag Milanovic2015-03-3117-274/+297
|
* Added IgnoreLDFlags, change sent upstream (nw) Miodrag Milanovic2015-03-303-19/+22
|
* reverted change (nw) Miodrag Milanovic2015-03-301-1/+1
|
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-03-301-1/+1
|\
| * Fixed "ld: warning: directory not found for option '-L/usr/lib64'" on OS X. (nw) Curt Coder2015-03-301-1/+1
| |