Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-29 | BUILD: Get rid of -Wimplicit | dhewg | |
It's already implied by -Wall, and GCC 4.6 complains about it for C++ | |||
2011-03-29 | BUILD: Remove -Wglobal-constructors from Makefile | dhewg | |
It's already handled by configure | |||
2011-02-14 | BUILD: Add HOSTEXEPRE as prefix for EXECUTABLE | dhewg | |
the android port needs to link a shared object for scummvm | |||
2011-02-10 | CONFIGURE: Add basic support for ICC. | Johannes Schickel | |
svn-id: r55862 | |||
2010-09-05 | BUILD: Don't pass -fcheck-new to clang. | Johannes Schickel | |
svn-id: r52582 | |||
2010-08-11 | Disable -Wglobal-constructors by default | Max Horn | |
svn-id: r51979 | |||
2010-08-11 | BUILD: Add -Wglobal-constructors to default warnings | Max Horn | |
svn-id: r51975 | |||
2010-07-01 | Remove -Wcast-align -- it cause many spurious warnings on several ports | Max Horn | |
svn-id: r50583 | |||
2010-05-08 | Remove the disabled -Wuninitialized here, it's covered by --enable-release | Andre Heider | |
svn-id: r48973 | |||
2010-04-09 | Simplify GCC version tests, add support for the clang compiler | Ori Avtalion | |
svn-id: r48594 | |||
2009-12-22 | typo | Max Horn | |
svn-id: r46475 | |||
2009-09-27 | New configure var "_port_mk", set to "ports.mk" per default. Ports can ↵ | Andre Heider | |
overwrite this, and this change finally allows make targets in that file to access all the common mk variables (e.g. EXECUTABLE). svn-id: r44401 | |||
2009-09-25 | Only include Makedepend when really using SGI MipsPRO | Max Horn | |
svn-id: r44354 | |||
2009-09-25 | Modified version of patch #2838507: Add support for non-gcc compilers to ↵ | Max Horn | |
configure, Makefile etc svn-id: r44348 | |||
2009-09-11 | Added support for WINDRESFLAGS, required for e.g. multilib enabled MinGW ↵ | Andre Heider | |
toolchains svn-id: r44035 | |||
2009-08-22 | configure support for AS and ASFLAGS, and .s files in Makefile. If a port ↵ | Andre Heider | |
has set _host_alias, default to the default GNU tools ranlib, strip, ar, as and windres svn-id: r43657 | |||
2009-07-04 | After discussing with Max, disable -Wmissing-format-attribute again. Also ↵ | Johannes Schickel | |
added a comment explaining why it is disabled. svn-id: r42107 | |||
2009-07-02 | Added -Wmissing-format-attribute to build system | Max Horn | |
svn-id: r42041 | |||
2009-07-01 | oops | Max Horn | |
svn-id: r42012 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 | |||
2009-03-20 | Removed garbage character from argument to sleep. | Marcus Comstedt | |
svn-id: r39575 | |||
2009-03-19 | Moved -pedantic from Makefile to the end of configure script | Andre Heider | |
svn-id: r39530 | |||
2009-03-19 | Try to use the working copy revision if it's available | Jordi Vilalta Prat | |
svn-id: r39528 | |||
2009-03-15 | Added the SVN revision to SCUMMVM_VERSION. The variable has be be set ↵ | Andre Heider | |
externally, e.g. 'make SCUMMVM_SVN_REVISION=x' svn-id: r39431 | |||
2008-07-19 | Removed -Wundef from the default list of compiler flags, and changed ↵ | Max Horn | |
PLUGIN_ENABLED_DYNAMIC to not use 'defined()', thus avoiding compiler problems on e.g. BeOS svn-id: r33114 | |||
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
2008-02-26 | Added -Wcast-align to the default warnings | Max Horn | |
svn-id: r30970 | |||
2008-02-25 | added some SVN headers | Max Horn | |
svn-id: r30961 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-13 | Clarify comments on compiler warning flags | Max Horn | |
svn-id: r30474 | |||
2008-01-13 | Various small patches to the build system by jvprat | Max Horn | |
svn-id: r30473 | |||
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn | |
svn-id: r29889 | |||
2007-11-26 | Moved port specific build rules from Makefile to ports.mk | Max Horn | |
svn-id: r29645 | |||
2007-11-14 | When reconfiguring, quote env var values in case they contain whitespaces | Max Horn | |
svn-id: r29502 | |||
2007-11-13 | When automatically (re)configuring, print the command we execute (it is ↵ | Max Horn | |
often useful to know what the 'last specified parameters' actually *were* :) svn-id: r29491 | |||
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-11-06 | Patch #1826459: Make: reconfigure on configure change (saving environment) | Max Horn | |
svn-id: r29435 | |||
2007-06-23 | MacOS X bundle changes (copying in engine data files, pred.dic, and updated ↵ | Oystein Eftevaag | |
DS_Store svn-id: r27652 | |||
2007-06-17 | Update win32dist. | Travis Howell | |
svn-id: r27503 | |||
2007-06-10 | Added reference to COPYRIGHT file in various places | Max Horn | |
svn-id: r27325 | |||
2007-05-30 | Slightly modified version of patch #1728192: Fix for Debian packaging scripts | Max Horn | |
svn-id: r27015 | |||
2007-04-28 | Updated configure to generate flags in config.mk for MAD, FLAC, MPEG2 and ↵ | Max Horn | |
Vorbis; updated scummvm-static Makefile target to only static link those libs which are actually used svn-id: r26651 | |||
2007-04-10 | Removed remaining references to the LaTeX docs; added a TODO for the ↵ | Max Horn | |
Makefile 'bundle' target svn-id: r26450 | |||
2007-03-18 | Allows cross compiling for windows with mingw32. | Johannes Schickel | |
svn-id: r26234 | |||
2006-08-04 | Disabled '-O -Wuninitialized by default; this eases debugging a lot in some ↵ | Max Horn | |
cases, at the cost of a nice-but-not-so-often-needed compiler warning (see also patch #1511980) svn-id: r23675 | |||
2006-07-11 | Force HFS+ filesystem when making OS X disk images (for backwards ↵ | Oystein Eftevaag | |
compatability), as the default has apparently changed svn-id: r23486 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-06-22 | Adds the AUTHOR file to the MacOS X snapshots, and updates the bundle layout ↵ | Oystein Eftevaag | |
to correctly show the background image svn-id: r23257 |