minetest/build/android
ShadowNinja e4bff8be94 Clean up threading
* Rename everything.
    * Strip J prefix.
    * Change UpperCamelCase functions to lowerCamelCase.
  * Remove global (!) semaphore count mutex on OSX.
  * Remove semaphore count getter (unused, unsafe, depended on internal
    API functions on Windows, and used a hack on OSX).
  * Add `Atomic<type>`.
  * Make `Thread` handle thread names.
  * Add support for C++11 multi-threading.
  * Combine pthread and win32 sources.
  * Remove `ThreadStarted` (unused, unneeded).
  * Move some includes from the headers to the sources.
  * Move all of `Event` into its header (allows inlining with no new includes).
  * Make `Event` use `Semaphore` (except on Windows).
  * Move some porting functions into `Thread`.
  * Integrate logging with `Thread`.
  * Add threading test.
2015-08-23 22:04:06 -04:00
..
jni Clean up threading 2015-08-23 22:04:06 -04:00
res Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
src/net/minetest/minetest Fix libgmp for Android 2015-05-15 05:08:59 +02:00
AndroidManifest.xml.template Fix package name in AndroidManifest.xml 2015-03-14 18:41:36 +01:00
Makefile Fix wrong android versionName 2015-08-21 22:47:04 +02:00
build.xml Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-back_button.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-texturehack.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-touchcount.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
libiconv_android.patch Add utf-8 conversion utilities and re-add intlGUIEditBox 2015-06-13 19:49:55 +02:00
libiconv_stdio.patch Android: fix horrible libiconv build 2015-07-29 15:59:06 +02:00
libvorbis-libogg-fpu.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
openssl_arch.patch Switch to official openssl version and update to 1.0.1j 2015-01-04 16:57:19 +01:00
project.properties Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00