2014-03-26 02:42:48 by Nathanial Sloss | Files touched by this commit (4) |
Log message: Fixed crash on startup. |
2014-02-06 11:40:19 by Thomas Klausner | Files touched by this commit (14) |
Log message: Update mame and mess to 0.152. The usual: new systems supported, bug fixes for old supported systems. |
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message: Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary. |
2013-12-18 18:55:15 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: ISO C++ says that replacements for operator new/delete must be global. So don't define inline versions of them. |
2013-11-14 09:18:21 by Thomas Klausner | Files touched by this commit (9) |
Log message: Update to 0.151: the usual changes. |
2013-10-10 16:42:40 by Ryo ONODERA | Files touched by this commit (1058) |
Log message: Recursive revbump from pango-1.36.0 |
2013-10-10 02:06:19 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: Don't redefine realloc before including system headers that might use it. Make a few more warnings non-fatal for clang. |
2013-09-30 22:03:33 by Thomas Klausner | Files touched by this commit (5) |
Log message: Update mame and mess to 0.150: The usual emulation improvements. |
2013-09-02 21:51:33 by Adam Ciarcinski | Files touched by this commit (1071) | |
Log message: Revbump after cairo update |
2013-06-27 17:49:07 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Avoid -O3 for clang. |