Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing header for va_list. | 2015-07-29 | 1 | -0/+1 | |
| | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
* | Compile fix for older mingw headers (which are in build-tools), once we ↵ | 2015-07-23 | 1 | -1/+3 | |
| | | | | update to newer headers this won't be necessary anymore. (n/w) | ||||
* | no longer needed as mingw includes now have this | 2015-07-23 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #257 from 0-wiz-0/master | 2015-07-22 | 4 | -12/+20 | |
|\ | | | | | Re-add NetBSD support. | ||||
| * | Switch from ftime() to gettimeofday(). | 2015-07-14 | 1 | -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. | 2015-07-14 | 2 | -2/+10 | |
| | | | | | | | | | | | | Will try sending this upstream as well. Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
| * | Fix build using a patch from upstream. | 2015-07-14 | 1 | -4/+4 | |
| | | | | | | | | | | | | https://github.com/bkaradzic/bgfx/commit/e1a564ca720ae66298b61928e6ef0e9d1ee40d30#diff-d51370988baf340d4de0bc2861591415 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
* | | feed the pedantic monster (NW) | 2015-07-21 | 1 | -1/+1 | |
|/ | |||||
* | Don't redefine MONGOOSE_ENABLE_THREADS on Windows | 2015-07-09 | 1 | -1/+1 | |
| | |||||
* | newest mongoose.. PRETTY sure I didn't alter anything (NW) | 2015-07-08 | 11 | -111/+281 | |
| | |||||
* | github version of jsoncpp with some fixes: pedantic and C++98 and others. ↵ | 2015-07-08 | 64 | -2830/+6873 | |
| | | | | please try to compile for all platforms | ||||
* | -pedantic fixes.. do these need to go upstream? (nw) | 2015-07-08 | 2 | -5/+5 | |
| | |||||
* | make pedantic and c99 happy (maybe send upstream) (nw) | 2015-07-08 | 1 | -2/+2 | |
| | |||||
* | Add some defines to d3dcommon.h to let bgfx compile with vs2013, but it ↵ | 2015-06-24 | 1 | -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 ↵ | 2015-06-06 | 1 | -0/+4 | |
| | | | | based on wallyweek's work | ||||
* | fix compile on GCC 4.4 on old Ubuntu (nw) | 2015-05-31 | 1 | -3/+3 | |
| | |||||
* | compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ↵ | 2015-05-28 | 1 | -1/+6 | |
| | | | | test LTO fixes. please add #ifdefs if 64 bit printf does not work for you | ||||
* | Fixed clang build. (nw) | 2015-05-27 | 1 | -3/+3 | |
| | |||||
* | Added library for supporting unit tests (nw) | 2015-05-27 | 92 | -0/+8408 | |
| | |||||
* | Added portaudio library for RB (nw) | 2015-05-27 | 349 | -0/+203142 | |
| | |||||
* | Fix mingw compile (nw) | 2015-05-27 | 1 | -0/+6 | |
| | |||||
* | Update BGFX (nw) | 2015-05-27 | 81 | -3994/+8111 | |
| | |||||
* | Update GENie (nw) | 2015-05-27 | 16 | -206/+366 | |
| | |||||
* | rolling back due to issues (nw) | 2015-04-20 | 2 | -13/+13 | |
| | |||||
* | wrong one (nw) | 2015-04-20 | 2 | -13/+13 | |
| | |||||
* | added dependency (nw) | 2015-04-20 | 2 | -13/+13 | |
| | |||||
* | Fix Xcode generated files (nw) | 2015-04-17 | 2 | -24/+24 | |
| | |||||
* | made libflac possible to compile under xcode, and simplify for other (nw) | 2015-04-17 | 1 | -0/+1 | |
| | |||||
* | Fix build | 2015-04-17 | 1 | -0/+2 | |
| | |||||
* | fixed compiler warning, sent upstream (nw) | 2015-04-16 | 1 | -2/+2 | |
| | |||||
* | update to latest 3rdparty, rollback of genie change (nw) | 2015-04-16 | 439 | -1938/+2125 | |
| | |||||
* | removed symbols stripping (nw) | 2015-04-15 | 2 | -11/+2 | |
| | |||||
* | Fixes for solaris 11 build (nw) | 2015-04-10 | 1 | -1/+1 | |
| | |||||
* | Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) | 2015-04-10 | 12 | -15/+1019 | |
| | |||||
* | latest BGFX (nw) | 2015-04-08 | 302 | -1457/+4362 | |
| | |||||
* | Fixed clang warning (sent upstream) (nw) | 2015-04-06 | 1 | -1/+1 | |
| | |||||
* | Fixed linking on some linux platforms | 2015-04-05 | 2 | -24/+28 | |
| | |||||
* | fixed Visual Studio compiler warnings in sqlite3 when compiling with ↵ | 2015-04-05 | 1 | -2/+7 | |
| | | | | optimizations (nw) | ||||
* | Fixed VS custom tasks due to limitations (nw) | 2015-04-04 | 2 | -17/+30 | |
| | |||||
* | Parameter naming convention change agreed with GENie maintainer (nw) | 2015-04-04 | 3 | -23/+23 | |
| | |||||
* | feature for direct dependency (nw) | 2015-04-03 | 2 | -6/+13 | |
| | |||||
* | Added custom build steps support to GENie (nw) | 2015-04-03 | 5 | -39/+206 | |
| | |||||
* | Fixed ForceCpp for XCode4 (nw) | 2015-04-02 | 2 | -18/+18 | |
| | |||||
* | bgfx: fix leak of autoreleased objects and support OS X 10.6 Snow Leopard | 2015-04-03 | 1 | -0/+22 | |
| | |||||
* | Update to latest bgfx and fix for latest mingw releases (nw) | 2015-04-01 | 9 | -65/+140 | |
| | |||||
* | Update to latest 3rdparty, fixes issues on OpenGL 2.1 for bgfx (nw) | 2015-03-31 | 17 | -274/+297 | |
| | |||||
* | Added IgnoreLDFlags, change sent upstream (nw) | 2015-03-30 | 3 | -19/+22 | |
| | |||||
* | reverted change (nw) | 2015-03-30 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2015-03-30 | 1 | -1/+1 | |
|\ | |||||
| * | Fixed "ld: warning: directory not found for option '-L/usr/lib64'" on OS X. (nw) | 2015-03-30 | 1 | -1/+1 | |
| | |