23 Commits

Author SHA1 Message Date
= 99d1cad5f1 Set next development version of Eclipse plugin, 2.3.6 2018-09-04 20:50:17 +01:00
= 5772092570 Set release version of Eclipse plugin, 2.3.5 2018-09-04 20:44:17 +01:00
= 34faa52e30 Set release version of Eclipse plugin, 2.3.4 2018-06-20 17:30:58 +01:00
= d5e79f3449 Set next development version of Eclipse plugin, 2.3.4 2017-10-20 19:07:59 +01:00
= 2bfb97523a Set release version of Eclipse plugin, 2.3.3 2017-10-20 18:58:26 +01:00
= 5c9e73c6ad Set next development version of Eclipse plugin, 2.3.3 2017-08-18 11:10:17 +01:00
= c2983e7d01 Set release version of Eclipse plugin, 2.3.2 2017-08-18 11:08:29 +01:00
Tom-Ski b404099634 Change to MobiVM org. Unite scm connection 2017-08-18 09:51:52 +01:00
Tomski 7693c6e5ed Set next development version of Eclipse plugin, 2.3.2 2017-05-09 03:36:46 +01:00
Tomski e614c33b4c Set release version of Eclipse plugin, 2.3.1 2017-05-09 03:22:54 +01:00
xoppa f6027b40f6 Set next development version of Eclipse plugin, 2.3.1 2016-12-11 13:05:46 +01:00
xoppa 2500feab03 Set release version of Eclipse plugin, 2.3.0 2016-12-11 12:03:06 +01:00
xoppa 2b87bf98d8 Set next development version of Eclipse plugin, 2.2.1 2016-08-21 13:06:21 +02:00
xoppa 56914957e7 Set release version of Eclipse plugin, 2.2.0 2016-08-21 13:04:44 +02:00
xoppa e898747298 Set next development version of Eclipse plugin, 2.2.0 2016-05-13 14:48:34 +02:00
xoppa 216d4eb1aa Set release version of Eclipse plugin, 2.1.0 2016-05-13 14:41:38 +02:00
xoppa 2925c05fb5 Set next development version of Eclipse plugin, 2.1.0-SNAPSHOT 2016-05-07 15:14:10 +02:00
xoppa 419b18ba2f Set release version of Eclipse plugin, 2.0.0 2016-05-07 15:09:18 +02:00
xoppa 8d4f6f4a66 Reverted version change in pom 2016-05-06 16:24:55 +02:00
xoppa bd5ec80478 Replaced robovm.version with project.version in Eclipse plugin 2016-05-06 16:23:40 +02:00
xoppa d614568cb3 Set release version 2.0.0 of Eclipse plugin 2016-05-06 16:18:23 +02:00
xoppa 810f863263 First pass to have a single root pom. 2016-05-05 11:22:38 +02:00
Justin Shapcott 3d1e6eccf9 Initial commit. Here's what I did:
- Figured out which OSS RoboVM repositories are needed for libGDX
- Put them into a single repository, much easier to maintain, but
  history got destroyed in the process. Can look up history in
  original repository if necessary
- Set the groupId of all artifacts to my domain com.mobidevelop
  so I can publish to Maven Central
- Set the version to 2.0.0-SNAPSHOT so there's zero chance of
  a collision with the original RoboVM releases
- Couldn't get native bits to compile, so updated minimum iOS
  and Mac OS X versions for toolchain in vm/CMakeFileList.txt
  and OS.java until it worked.
- Apps wouldn't link due to some missing c++ symbols. Removed linking
  to libstdc++ in IOSTarget.java. Not sure if that has any detrimental
  effects but it fixed linking.
- When opening a run configuration via the IDEA plugin, it would
  crash in DeviceType.java:113. It seems that the output of some
  command line tool is being parsed, and that returns error
  messages together with the data we need. Fixed via ugly
  hack.
- Updated to the latest commit of https://github.com/robovm/bwdgc.git
  Probably fixed some GC crashes since the release in October.
- Pulled in the IDE plugins for Eclipse and IDEA, the Gradle plugin
  and the templates project. We don't need the Maven plugin and junit
  stuff for libGDX. Everything's in the plugin/ directory
- Templates: removed the templates that i couldn't get to work, namely
  the ones relying on storyboards. Seems like the OSS RoboVM couldn't
  deal with those at all.
- IDEA plugin: removed the bridge to the interface builder functionality
  otherwise the plugin would crash since we miss the artifacts for that
- IDEA plugin: removed the whole setup stuff for Android and license
  checks. The former didn't work for me at all, and the latter would crash
  because it's missing the actual code.
- IDEA plugin: removed the templates in RoboVMTemplateFactory that aren't
  working.
- IDEA plugin: The RoboVmCompileTask doesn't seem to work with that as it can't find
  the robovm.xml file needed for compilation. Fixed in RoboVmPlugin.java
  with a very ugly hack.
- IDEA plugin: there was a huge memory leak in the compiler code of the
  plugin. It retained the AppCompiler instance, which was huge. Fixed
  by nulling that out at the appropriate time
- IDEA plugin: fixed template_build.gradle to use the new groupId
- Gradle plugin: it seems the Gradle plugin was kept up-to-date with
  the latest closed source RoboVM. Had to remove a bunch of stuff, like
  TvOS functionality, as we don't have to sources for that.
- Eclipse plugin: just fixed up the poms, don't know if it works.
2016-04-20 13:15:45 -07:00