Commit Graph

14 Commits

Author SHA1 Message Date
xoppa 64a7b018b2 [maven-release-plugin] prepare for next development iteration 2016-08-21 12:15:28 +02:00
xoppa 1f3307b1df [maven-release-plugin] prepare release robovm-2.2.0 2016-08-21 12:15:20 +02:00
xoppa 56d1cf203f [maven-release-plugin] prepare for next development iteration 2016-05-13 13:35:10 +02:00
xoppa 27d0926895 [maven-release-plugin] prepare release robovm-2.1.0 2016-05-13 13:31:09 +02:00
xoppa bc48b1cf32 [maven-release-plugin] rollback the release of robovm-2.1.0 2016-05-13 13:05:44 +02:00
xoppa 3c1e45be51 [maven-release-plugin] prepare for next development iteration 2016-05-13 12:51:56 +02:00
xoppa 8dfe6c15a0 [maven-release-plugin] prepare release robovm-2.1.0 2016-05-13 12:30:01 +02:00
xoppa ad6804e2d6 Back to 2.1.0-SNAPSHOT. Maven checks out the repository during release, so no VM binaries are available. Added compiler/vm/build.sh execution to compiler/rt/pom.xml as a profile. Activate via -Pbuild-vm-binaries 2016-05-13 12:15:59 +02:00
xoppa b3f4936d85 [maven-release-plugin] prepare for next development iteration 2016-05-07 15:51:11 +02:00
xoppa c012760a0e [maven-release-plugin] prepare release robovm-2.1.0 2016-05-07 15:51:04 +02:00
xoppa d29a909fb4 [maven-release-plugin] prepare for next development iteration 2016-05-06 15:47:44 +02:00
xoppa db23a91205 [maven-release-plugin] prepare release robovm-2.0.0 2016-05-06 15:47:36 +02:00
xoppa ca6ae1aea3 Removed robovm.version, replaced with project.version 2016-05-06 15:07:05 +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