Age | Commit message (Collapse) | Author |
|
- 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.
|
|
|
|
|
|
|
|
|
|
module.mk file of the kyra engine
|
|
|
|
|
|
|
|
Some project files (iPhone) and backend files (Symbian) still reference m4.dat,
but I know not enough on how to remove that without breaking something.
|
|
|
|
|
|
tools
- Move project name and description to BuildSetup structure
- Add list of tools to generate project for (similar to the list of features)
|
|
|
|
|
|
|
|
Also, do the same commands for Release and Debug.
|
|
|
|
|
|
|
|
|
|
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll.
|
|
|
|
|
|
|
|
|