Age | Commit message (Collapse) | Author |
|
Enable RTTI and clean up the code by exploiting the availability of dynamic_cast.
|
|
|
|
|
|
- Current folder include
- Build folder include (needs to be hardcoded)
- NASM compilation directives
|
|
|
|
|
|
|
|
|
|
This makes create_project output consistent with configure output again.
|
|
|
|
|
|
I could not try any generated project files since I do not have access to
the IDEs.
|
|
|
|
This is mainly due to unhandled clang __has_featrure() buit-in.
I do not like this hack, but Coverity proved to be a very good tool for us.
|
|
The library name of the static library is based on what libjpeg-turbo uses
which should be fine for Windows at least.
Untested except for compilation of create_project.
|
|
|
|
Windows
|
|
|
|
This reverts commit d089658fb84f67652e9569bc03c76bcc65e7b881.
|
|
This reverts commit b830f68bacd18f51f4dd912ce3b54ec47d63f31d as the
builtin theme is less than 64K again.
|
|
This is a copy of d089658fb84f67652e9569bc03c76bcc65e7b881 for older MSVC
versions. Thanks to Strangerke for noticing.
|
|
- Added --tests command line switch
- Parse test/module.mk to extract the list of test folders
- Automatically run tests after a successful build
|
|
|
|
|
|
enabled simultaneously
|
|
|
|
more than 64kb
|
|
|
|
|
|
fix MSVC 10 compilation
|
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
|
|
and continue (per-project)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
License confirmed by personal email by littleboy.
This clarification was requested in bug #3527268.
|
|
Edit and continue is not compatible with the coroutine code. Previously,
it was disabled in the tinsel project only, but now that the coroutine
code has been moved into common, we need to disable edit and continue
in the scummvm project instead
|
|
compilation properly
|
|
|
|
The new file engines/configure.engines is currently manually created
and maintained, but could be regenerated by a script in the future.
|
|
|
|
|
|
|
|
|