| Commit message (Expand) | Author | Age | Files | Lines |
| * | Compile fix for older mingw headers (which are in build-tools), once we updat... |  Lord-Nightmare | 2015-07-23 | 1 | -1/+3 |
| * | no longer needed as mingw includes now have this |  Cowering | 2015-07-23 | 1 | -1/+1 |
| * | Merge pull request #257 from 0-wiz-0/master |  R. Belmont | 2015-07-22 | 4 | -12/+20 |
| |\ |
|
| | * | Switch from ftime() to gettimeofday(). |  Thomas Klausner | 2015-07-14 | 1 | -6/+6 |
| | * | Add NetBSD support to bx. |  Thomas Klausner | 2015-07-14 | 2 | -2/+10 |
| | * | Fix build using a patch from upstream. |  Thomas Klausner | 2015-07-14 | 1 | -4/+4 |
| * | | feed the pedantic monster (NW) |  Cowering | 2015-07-21 | 1 | -1/+1 |
| |/ |
|
| * | Don't redefine MONGOOSE_ENABLE_THREADS on Windows |  balr0g | 2015-07-09 | 1 | -1/+1 |
| * | newest mongoose.. PRETTY sure I didn't alter anything (NW) |  Cowering | 2015-07-08 | 11 | -111/+281 |
| * | github version of jsoncpp with some fixes: pedantic and C++98 and others. ple... |  Cowering | 2015-07-08 | 64 | -2830/+6873 |
| * | -pedantic fixes.. do these need to go upstream? (nw) |  Cowering | 2015-07-08 | 2 | -5/+5 |
| * | make pedantic and c99 happy (maybe send upstream) (nw) |  Cowering | 2015-07-08 | 1 | -2/+2 |
| * | Add some defines to d3dcommon.h to let bgfx compile with vs2013, but it would... |  yz70s | 2015-06-24 | 1 | -0/+15 |
| * | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... |  Julian Sikorski | 2015-06-06 | 1 | -0/+4 |
| * | fix compile on GCC 4.4 on old Ubuntu (nw) |  Miodrag Milanovic | 2015-05-31 | 1 | -3/+3 |
| * | compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ... |  Cowering | 2015-05-28 | 1 | -1/+6 |
| * | Fixed clang build. (nw) |  Curt Coder | 2015-05-27 | 1 | -3/+3 |
| * | Added library for supporting unit tests (nw) |  Miodrag Milanovic | 2015-05-27 | 92 | -0/+8408 |
| * | Added portaudio library for RB (nw) |  Miodrag Milanovic | 2015-05-27 | 349 | -0/+203142 |
| * | Fix mingw compile (nw) |  Miodrag Milanovic | 2015-05-27 | 1 | -0/+6 |
| * | Update BGFX (nw) |  Miodrag Milanovic | 2015-05-27 | 81 | -3994/+8111 |
| * | Update GENie (nw) |  Miodrag Milanovic | 2015-05-27 | 16 | -206/+366 |
| * | rolling back due to issues (nw) |  Miodrag Milanovic | 2015-04-20 | 2 | -13/+13 |
| * | wrong one (nw) |  Miodrag Milanovic | 2015-04-20 | 2 | -13/+13 |
| * | added dependency (nw) |  Miodrag Milanovic | 2015-04-20 | 2 | -13/+13 |
| * | Fix Xcode generated files (nw) |  Miodrag Milanovic | 2015-04-17 | 2 | -24/+24 |
| * | made libflac possible to compile under xcode, and simplify for other (nw) |  Miodrag Milanovic | 2015-04-17 | 1 | -0/+1 |
| * | Fix build |  Vas Crabb | 2015-04-17 | 1 | -0/+2 |
| * | fixed compiler warning, sent upstream (nw) |  Miodrag Milanovic | 2015-04-16 | 1 | -2/+2 |
| * | update to latest 3rdparty, rollback of genie change (nw) |  Miodrag Milanovic | 2015-04-16 | 439 | -1938/+2125 |
| * | removed symbols stripping (nw) |  Miodrag Milanovic | 2015-04-15 | 2 | -11/+2 |
| * | Fixes for solaris 11 build (nw) |  Miodrag Milanovic | 2015-04-10 | 1 | -1/+1 |
| * | Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) |  Miodrag Milanovic | 2015-04-10 | 12 | -15/+1019 |
| * | latest BGFX (nw) |  Miodrag Milanovic | 2015-04-08 | 302 | -1457/+4362 |
| * | Fixed clang warning (sent upstream) (nw) |  Miodrag Milanovic | 2015-04-06 | 1 | -1/+1 |
| * | Fixed linking on some linux platforms |  Miodrag Milanovic | 2015-04-05 | 2 | -24/+28 |
| * | fixed Visual Studio compiler warnings in sqlite3 when compiling with optimiza... |  Oliver Stöneberg | 2015-04-05 | 1 | -2/+7 |
| * | Fixed VS custom tasks due to limitations (nw) |  Miodrag Milanovic | 2015-04-04 | 2 | -17/+30 |
| * | Parameter naming convention change agreed with GENie maintainer (nw) |  Miodrag Milanovic | 2015-04-04 | 3 | -23/+23 |
| * | feature for direct dependency (nw) |  Miodrag Milanovic | 2015-04-03 | 2 | -6/+13 |
| * | Added custom build steps support to GENie (nw) |  Miodrag Milanovic | 2015-04-03 | 5 | -39/+206 |
| * | Fixed ForceCpp for XCode4 (nw) |  Miodrag Milanovic | 2015-04-02 | 2 | -18/+18 |
| * | bgfx: fix leak of autoreleased objects and support OS X 10.6 Snow Leopard |  Vas Crabb | 2015-04-03 | 1 | -0/+22 |
| * | Update to latest bgfx and fix for latest mingw releases (nw) |  Miodrag Milanovic | 2015-04-01 | 9 | -65/+140 |
| * | Update to latest 3rdparty, fixes issues on OpenGL 2.1 for bgfx (nw) |  Miodrag Milanovic | 2015-03-31 | 17 | -274/+297 |
| * | Added IgnoreLDFlags, change sent upstream (nw) |  Miodrag Milanovic | 2015-03-30 | 3 | -19/+22 |
| * | reverted change (nw) |  Miodrag Milanovic | 2015-03-30 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/mamedev/mame |  Miodrag Milanovic | 2015-03-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed "ld: warning: directory not found for option '-L/usr/lib64'" on OS X. (nw) |  Curt Coder | 2015-03-30 | 1 | -1/+1 |
| * | | Updated to latest 3rdparty (nw) |  Miodrag Milanovic | 2015-03-30 | 138 | -9157/+12302 |
| |/ |
|