Age | Commit message (Expand) | Author |
2015-07-10 | solenv: platform: Add support for GODSON64. | Heiher |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-06-15 | make debugrun under Windows | Juergen Funk |
2015-06-12 | mysqlcppconn library ends up in an extension, not in layer NONE | Stephan Bergmann |
2015-05-28 | More aggressive system malloc memory checking for linux unit tests. | Michael Meeks |
2015-05-11 | Revert "Silence Clang -Werror,-Wreturn-type-c-linkage" | Stephan Bergmann |
2015-05-11 | Silence Clang -Werror,-Wreturn-type-c-linkage | Stephan Bergmann |
2015-05-11 | -Wshadow appears to work now on Mac OS X | Stephan Bergmann |
2015-04-21 | Enable -Woverload-virtual for Mac OS X, too | Stephan Bergmann |
2015-04-02 | Model o3tl::enumarray after std::array to allow aggregate initialization | Stephan Bergmann |
2015-03-05 | gbuild: stop disabling MSVC warning C4996 on --enable-dbgutil builds | Michael Stahl |
2015-03-05 | gbuild: on WNT, target Windows XP with 7.1 SDK, and Vista with 8.x SDK | Michael Stahl |
2015-03-05 | gbuild: set _WIN32_WINNT globally instead of WINVER | Michael Stahl |
2015-03-05 | shell: remove unnecessary explicit -D_WIN32_IE | Michael Stahl |
2015-02-27 | For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hidden | Stephan Bergmann |
2015-02-27 | Pass -fvisibility-inlines-hidden into external modules | Stephan Bergmann |
2015-02-26 | Reintegrate portion of a patch originally submitted by | Richard PALO |
2015-02-19 | Sun ld doesn't support -O1 optimize flag | Richard PALO |
2015-02-18 | Also mention -fstack-protector-strong when linking | Stephan Bergmann |
2015-02-10 | Attempt at fixing Mac OS X code signing | Stephan Bergmann |
2015-01-09 | gbuild: try to fix windows non-debug builds | Michael Stahl |
2015-01-06 | Fix --enable-pch option on msvc 64bit compiler | David Ostrovsky |
2014-12-19 | Blind attempt to fix PCH | Stephan Bergmann |
2014-12-18 | Introduce gb_*_set_external_code | Stephan Bergmann |
2014-12-15 | gbuild: More automagic for libmerged | Matúš Kukan |
2014-12-10 | _USING_V110_SDK71_ is not related to DirectX, restore | Christian Lohmaier |
2014-12-10 | canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectX | Michael Stahl |
2014-12-10 | define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDK | Christian Lohmaier |
2014-12-02 | attempt to default enable stack-protector-strong | Caolán McNamara |
2014-11-28 | Fold URE: Linux ure/lib/* -> program/ | Stephan Bergmann |
2014-11-28 | Fold URE: Linux ure/bin/* -> program/ | Stephan Bergmann |
2014-11-27 | Fix iOS build, need gb_Library_get_sdk_link_dir | Tor Lillqvist |
2014-11-26 | On Mac, the lib/libuno_*.dylib symlinks are not in the SDK | Stephan Bergmann |
2014-11-12 | gbuild: move setting of gb_CPUDEFS to CPU-specific file | Michael Stahl |
2014-11-12 | gbuild: let's read our elves through a variable for consistency | Michael Stahl |
2014-11-12 | in general, SOLARIS should use /usr/bin/ld. | Richard PALO |
2014-11-10 | force --std=gnu89 for clang (and gcc), properly | Luboš Luňák |
2014-10-11 | drop -Wno-long-double compiler flag | Douglas Mencken |
2014-10-10 | MACOSX_INTEL_GCC is dead | Stephan Bergmann |
2014-10-10 | Drop unnecessary gb_COMPILERDEFAULTOPTFLAGS | Stephan Bergmann |
2014-10-09 | fix 'line too long' link error on Windows with merged-libs | Noel Grandin |
2014-10-06 | gbuild: enable -Wnon-virtual-dtor for all GCC platforms | Michael Stahl |
2014-10-06 | gbuild: -Wnon-virtual-dtor and strict aliasing workaround for GCC < 4.6 | Michael Stahl |
2014-10-01 | Drop -Wno-deprecated-declarations workaround | Stephan Bergmann |
2014-09-25 | Fix PythonTest on windows | Peter Foley |
2014-09-23 | PPC Mac support can go away now (again) | Tor Lillqvist |
2014-09-18 | Don't use gnu++03 alias of gnu++98 for ODK builds | Jan-Marek Glogowski |
2014-09-17 | Bye bye VS2010 | Tor Lillqvist |
2014-09-15 | More forced-C++03 -Werror tweaking | Stephan Bergmann |
2014-09-15 | Filter out non-interesting -Wvariadic-macros / -Werror=non-virtual-dtor | Miklos Vajna |