Commit graph

  • 3875dd12e2 Merge pull request #37 from fictorial/master Mathieu Virbel 2013-02-11 12:42:27 -08:00
  • cc2051fd0d fix compilation warning in main.m Mathieu Virbel 2013-02-11 21:34:03 +01:00
  • e547ffb97d replace SDKROOT with IOSSDKROOT. closes #33, #32, #30 Mathieu Virbel 2013-02-11 21:33:52 +01:00
  • 952bffcebd First stab at Universal Python Brian Hammond 2013-02-04 15:57:33 -05:00
  • d67552a703 Fix KIVYIOSROOT setting Brian Hammond 2013-02-04 14:40:21 -05:00
  • 79c3f66793 fix populate Mathieu Virbel 2013-01-23 02:15:26 +01:00
  • 803803b2b1 fix builtin importer headers + fallback on the "normal" module Mathieu Virbel 2013-01-23 02:03:57 +01:00
  • 8a2f5a621b fix lxml compilation Mathieu Virbel 2013-01-23 02:03:32 +01:00
  • 199850bec5 cythonize: use the last part in the modname (example: lxml.etree modulename is etree only.) Mathieu Virbel 2013-01-23 02:03:22 +01:00
  • 3d6297e6fc use rsync to populate the project instead of rm + cp -a Mathieu Virbel 2013-01-23 02:02:40 +01:00
  • c96e9f72f2 ios: fix warning from the recent CustomBuiltinImporter Mathieu Virbel 2013-01-13 01:46:14 +01:00
  • e58e114420 add audiostream recipe Mathieu Virbel 2013-01-05 12:18:06 +01:00
  • 92f38fe2d7 fix builtin module conflict Mathieu Virbel 2013-01-05 12:17:52 +01:00
  • d539c90474 Merge branch 'master' of ssh://github.com/kivy/kivy-ios Mathieu Virbel 2012-12-24 00:46:21 +01:00
  • ba638deb45 remove sdl tests files Mathieu Virbel 2012-12-24 00:45:35 +01:00
  • 4e5de20389 fix build-sdl.all to be cwd change resistant Mathieu Virbel 2012-12-16 13:40:15 +01:00
  • 48fe0740b0 add easy_install information for cython. closes #29 Mathieu Virbel 2012-12-14 00:54:05 +01:00
  • 9a6b0acce4 Merge branch 'master' of ssh://github.com/kivy/kivy-ios Mathieu Virbel 2012-12-09 21:22:05 +01:00
  • 8d8e26c75f change kivy default branch to master. Mathieu Virbel 2012-12-09 21:21:00 +01:00
  • f763bf437b freetype: doenload gzip source instaed of bzip Thomas Hansen 2012-11-23 14:30:32 -06:00
  • 6a1e722cc4 fix _scproxy error when importing urllib by adding a fake _scproxy.py Mathieu Virbel 2012-11-21 16:10:05 +01:00
  • 10c9887263 update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf. Mathieu Virbel 2012-11-21 00:12:42 +01:00
  • 83702e5f36 Revert "Update tools/build-sdlmixer.sh" Mathieu Virbel 2012-11-02 20:32:30 +01:00
  • f24fc6844f ios: add method for calculating DPI and read UIscreen scale Mathieu Virbel 2012-11-02 20:03:50 +01:00
  • 2a0d4408d2 Merge pull request #25 from rogererens/master Mathieu Virbel 2012-11-02 08:43:36 -07:00
  • 886f344d08 Update tools/build-sdlmixer.sh rogererens 2012-11-02 16:14:47 +01:00
  • b35e86e470 ios: fix missing CFLAGS export. This was the issue, but then, it seem that some system accept ARM_CFLAGS as a standard name when compiling to ARM ???. closes #22 Mathieu Virbel 2012-10-29 11:23:38 +01:00
  • e477068654 add sqlite3 support by default. closes #23 Mathieu Virbel 2012-10-28 02:59:17 +02:00
  • 128b3ed816 read orientations values from the Info.plist Mathieu Virbel 2012-10-15 12:40:01 +02:00
  • 0ca8489393 SDL: fix changes from the newer hg SDL version, libSDL.a -> libSDL2.a Mathieu Virbel 2012-10-15 00:23:28 +02:00
  • 86327f2ea9 update to latest SDL Mathieu Virbel 2012-10-14 23:44:30 +02:00
  • e76b539bb3 fix env test Mathieu Virbel 2012-10-13 18:01:33 +02:00
  • 7f85afb2ed protect -x under VERBOSE=1 env Mathieu Virbel 2012-10-13 17:59:34 +02:00
  • 4230f38968 Merge pull request #20 from kivmtest/patch-1 Mathieu Virbel 2012-09-13 03:06:45 -07:00
  • f2f7234522 SDL_mixer : Specify branch SDL-1.2 for download kivmtest 2012-09-13 00:56:27 -07:00
  • a6b5859473 Update tools/populate-project.sh Mathieu Virbel 2012-07-25 15:07:42 +03:00
  • 0291b0867f update sdl_ttf patch for SDL 2 (fix SDL_AllocSurface to SDL_CreateRGBSurface). closes #15 Mathieu Virbel 2012-07-21 19:10:39 +02:00
  • f70b893790 sdl-ttf: fix compilation when we never installed SDL on our system. the current buidl was relying on the sdl-config that doesn't exist. Instead, generate a fake sdl.pc for pkg-config, and use it when compiling the SDL_ttf. closes #15 Mathieu Virbel 2012-07-21 16:54:24 +02:00
  • b70106c280 use our own hostpython and not the system one, to generate valid pyo files. closes #2 Mathieu Virbel 2012-07-19 01:55:25 +02:00
  • bffb033e9f Update master Mathieu Virbel 2012-07-18 20:52:11 +03:00
  • 1ff7c68b88 Update master Mathieu Virbel 2012-07-18 20:52:01 +03:00
  • 06d30e79d5 add missing SDL/gles* files Mathieu Virbel 2012-07-07 22:35:16 +02:00
  • 3ec83695da Update master Mathieu Virbel 2012-07-07 23:19:36 +03:00
  • 3d2716852f Update master Mathieu Virbel 2012-07-07 19:24:12 +03:00
  • e6e3879a9b ios: if no mail is configured, prevent crashing and return a status code "cannotsend". Mathieu Virbel 2012-05-25 18:39:48 +02:00
  • 7f5a10a6bf remove SDL build directory Mathieu Virbel 2012-05-25 18:35:22 +02:00
  • 7d7cd44874 fix build script for latest sdl Mathieu Virbel 2012-05-25 01:23:21 +02:00
  • c71ad6dd47 update to latest SDL Mathieu Virbel 2012-05-25 01:23:09 +02:00
  • 0147538dfd add webbrowser support for ios Mathieu Virbel 2012-05-10 03:43:52 +02:00
  • 4d07ae4112 fix lxml build Mathieu Virbel 2012-05-10 03:01:07 +02:00
  • 748aeee2ed show error if DEVROOT is not found on the disk Mathieu Virbel 2012-05-04 01:09:41 +02:00
  • 9a4448c35c fix tremor compilation / ogg path / remove xiph fallback Mathieu Virbel 2012-04-22 14:40:40 +02:00
  • 94fb07f16e Merge pull request #5 from ajhager/master Mathieu Virbel 2012-04-18 02:30:04 -07:00
  • 078c55a2d7 Fix README formatting Joseph Hager 2012-04-17 21:06:31 -04:00
  • f32d0c99a4 Add a build phase that automatically calls populate-project for the user. Joseph Hager 2012-04-17 20:58:40 -04:00
  • a9169420a7 Merge pull request #3 from ajhager/master Mathieu Virbel 2012-04-17 14:09:55 -07:00
  • 18687fb762 Determine the correct SDK and DEVROOT programmatically. Joseph Hager 2012-04-17 15:49:42 -04:00
  • f4ff8677a0 fix lxml rootbuild Mathieu Virbel 2012-04-01 13:32:31 +02:00
  • a3e533f1fc ios/mail: prevent a weird error appearing by not animating mail window + fix cython warning Mathieu Virbel 2012-03-13 17:41:18 +01:00
  • bc48d359e7 handle unicode string (except for mimetype/filename) Mathieu Virbel 2012-03-12 19:14:39 +01:00
  • 290efe79e7 ios module: add alias filename for email Mathieu Virbel 2012-03-12 19:09:30 +01:00
  • ca36b1bbea update gitignore Mathieu Virbel 2012-03-12 18:15:19 +01:00
  • 41161740d2 update template to include libios by default Mathieu Virbel 2012-03-12 18:14:04 +01:00
  • 2f7c173c7f introduce "ios" python module, with the first "send_email" method that use MessageUI framework. Mathieu Virbel 2012-03-12 18:07:16 +01:00
  • 54e0ff7f62 seperate download from unpack Mathieu Virbel 2012-03-11 22:26:33 +01:00
  • 0f2ab13935 add lxml as a possible recipe + ensure flags are reset after using other build-* Mathieu Virbel 2012-03-11 17:23:15 +01:00
  • e6ae3dc0ed update template to fix import path + reworked embed include for python (import site need pyconfig.h only) Mathieu Virbel 2012-03-11 17:22:45 +01:00
  • 6c6ad6bf7c remove include in package + fix code sign to iphone developer by default Mathieu Virbel 2012-03-11 01:54:25 +01:00
  • 2e1af4a224 enhance reduce python to create automatically the python27.zip Mathieu Virbel 2012-03-11 01:54:06 +01:00
  • 937806b578 update instructions Mathieu Virbel 2012-03-09 02:48:27 +01:00
  • 6b024f796e fix creation/populate of app Mathieu Virbel 2012-03-09 02:46:16 +01:00
  • fcd89f675a fix path of all build script + add sdlmixer in build-all Mathieu Virbel 2012-03-08 20:45:55 +01:00
  • 2eb7ce33ff renmae Mathieu Virbel 2012-03-08 18:09:31 +01:00
  • b75b93f6aa move all to src Mathieu Virbel 2012-03-08 18:08:11 +01:00
  • 1e71d9d290 remove app dir Mathieu Virbel 2012-03-08 18:06:26 +01:00
  • cfa91a7458 first part of cleaning Mathieu Virbel 2012-03-08 18:05:47 +01:00
  • edcdf989e3 update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. + add sdl_mixer/libogg/libtremor + put everything in release state, with optimisation etc. Mathieu Virbel 2012-02-25 15:51:34 +01:00
  • f48eab1498 remove sdl debug Mathieu Virbel 2012-02-25 15:47:28 +01:00
  • df2c4ee1cd add sdl mixer builder Mathieu Virbel 2012-02-24 17:24:56 +01:00
  • 9996388184 change sdl location Mathieu Virbel 2012-02-24 17:24:05 +01:00
  • 1e1641647f fix startup directory + correctly use the latest imageio + fix exit issue Mathieu Virbel 2012-02-24 02:10:49 +01:00
  • 4c975dbc6b Merge remote-tracking branch 'splanquart/master' Mathieu Virbel 2012-02-22 18:21:49 +01:00
  • c38d0b6b51 wip Mathieu Virbel 2012-02-22 18:21:47 +01:00
  • fcdfa195b2 Merge branch 'master' of ssh://github.com/kivy/kivy-ios Mathieu Virbel 2012-02-22 18:21:31 +01:00
  • 6ac685ab5f add kivy & sdl keyboard hide support work fine Stéphane Planquart 2011-12-25 14:09:45 +01:00
  • ca3531c700 Merge https://github.com/kivy/kivy-ios Stéphane Planquart 2011-12-23 22:51:04 +01:00
  • d73d6d0332 change app icon to current kivy icon Stéphane Planquart 2011-12-23 22:44:51 +01:00
  • c9399a8fac fix keyboard auto hidden in multiline text widget (fix in sdl splanquart repository) Stéphane Planquart 2011-12-17 18:38:14 +01:00
  • 05e1a52a1f Main repo have changed location. Mathieu Virbel 2011-12-16 11:08:56 +01:00
  • b4aec16ada change zsh to bash for ccache not requirement issu Stéphane Planquart 2011-12-09 23:43:49 +01:00
  • 8770c7e489 make ccache not requirement but use it when it is installed Stéphane Planquart 2011-12-09 22:46:13 +01:00
  • c2f1f263d1 update icon Mathieu Virbel 2011-12-06 18:32:42 +01:00
  • c822b694c5 fix to copy Debug SDL instead of Release (invalid previous merge) Mathieu Virbel 2011-12-06 18:24:42 +01:00
  • e332369617 Add a little README file Mathieu Virbel 2011-12-06 18:18:42 +01:00
  • e8dfd01016 Ensure YourApp is referenced in the xcode project Mathieu Virbel 2011-12-06 18:18:36 +01:00
  • 8d6180428f update app project to include "include python" directory (needed for sysconfig module) Mathieu Virbel 2011-12-06 18:11:42 +01:00
  • bc78020481 ensure that site it not touched, and indicate this build is an ios build + ensure threads are correctly initialized (for further extensions like ffmpeg) Mathieu Virbel 2011-12-06 18:10:13 +01:00
  • 3f8b91143d reduce_python: fix when popd (pkgconfig was't deleted) Mathieu Virbel 2011-12-06 18:06:34 +01:00
  • 0977b6325a Merge branch 'master' of git://github.com/splanquart/kivy-ios Mathieu Virbel 2011-12-06 18:06:14 +01:00
  • 458bcf14c7 fix build_python on phase 2(ios) with custom module Mathieu Virbel 2011-12-06 16:52:19 +01:00