Age | Commit message (Collapse) | Author |
|
PBXBuildFile-hashes.
|
|
This is handled with the new command-line option, --sdl2
|
|
|
|
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
|
|
|
|
|
|
MSVC8 gives various compile error relating to templates that were changed
back in 2008, leading me to belive that no one is using it, and that there
is not point adding work arounds for a 9 year old compiler no one uses.
|
|
|
|
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.
|