Benson Margulies
|
734e54789b
|
cleanup the build process. Use ant, put the java code in a proper java root.
|
2015-05-03 11:24:11 -04:00 |
Mathieu Virbel
|
c489ec412b
|
Merge pull request #149 from msmolens/osx-yosemite-build
OS X: use JavaVM framework from current Mac OS SDK
|
2015-03-12 16:21:32 +01:00 |
Mathieu Virbel
|
e149451ed1
|
fix license. Closes #139
|
2015-03-02 11:30:23 +01:00 |
Max Smolens
|
6fa4980b1b
|
OS X: use JavaVM framework from current Mac OS SDK
|
2015-02-25 22:32:12 -05:00 |
Mathieu Virbel
|
bb3cd4f376
|
Merge pull request #110 from abrasive/jvmoptions
Add control of JVM startup options
|
2014-09-30 20:01:09 +02:00 |
Mathieu Virbel
|
7826ca53d7
|
fix architecture detection for python2 and python3
|
2014-08-19 20:06:44 +02:00 |
dessant
|
9c483237a4
|
fix print statement
|
2014-08-19 15:35:20 +03:00 |
James Laird
|
2910e2fddc
|
Add control of JVM startup options
|
2014-05-09 18:20:29 +10:00 |
kevlened
|
445ee20643
|
Fixed platform selection error
|
2013-11-25 23:44:46 -05:00 |
Len Boyette
|
d7bf5aa8a1
|
Improved JDK_HOME identification in Windows
|
2013-11-25 22:41:33 -05:00 |
Len Boyette
|
f88f3ed170
|
Compile in Windows successfully
Fixed jvm.lib reference
|
2013-11-25 22:41:12 -05:00 |
Len Boyette
|
cf93f7afc8
|
Removed hard-coded linux directory in the include_dirs
|
2013-11-24 19:37:06 -05:00 |
Amirouche Boubekki
|
44df78e2cb
|
improve JDK_HOME and JRE_HOME detection
|
2013-06-08 15:33:01 +02:00 |
allfro
|
4e6063ec82
|
Updated to support Mac OS X build support
|
2012-10-16 12:25:34 -03:00 |
nklever
|
4df5609f6d
|
Typo in line 39
In line 39 it must be written "if" instead of "in"
|
2012-08-24 00:45:16 +03:00 |
Mathieu Virbel
|
9cbe8e3a6f
|
update license/description/classifiers in setup.py
|
2012-08-21 01:30:53 +02:00 |
Mathieu Virbel
|
852ba4132e
|
Merge branch 'master' of github.com:kivy/pyjnius
Conflicts:
setup.py
|
2012-08-21 01:22:14 +02:00 |
Mathieu Virbel
|
4b825b1076
|
ensure we raise the exception if cython is not installed on desktop
+ include missing pxi in the setup
+ include missing infos
+ extract the version correctly
|
2012-08-21 01:19:43 +02:00 |
Thomas Grainger
|
eb95963d98
|
Add cython to install_requires Fixes #5
|
2012-08-20 20:49:54 +02:00 |
Mathieu Virbel
|
68ef892cd1
|
little fixes for android, remove the recursive part in autoclass for the moment
|
2012-08-14 17:21:55 +02:00 |
Mathieu Virbel
|
162d011912
|
add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self
|
2012-08-14 15:09:48 +02:00 |
Mathieu Virbel
|
47a9ceb931
|
first commit. Just use "make tests"
|
2012-08-14 03:42:43 +02:00 |