Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for Java7u79feature/jdk7u79-support | Ivan Dubrov | 2015-07-10 | 1 | -0/+1 |
| | |||||
* | Fixing Mercurial MQ extension check | Ivan Dubrov | 2015-07-08 | 1 | -6/+6 |
| | |||||
* | Compile natives with -fPIC | Ivan Dubrov | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | Verify Mercurial is installed | Ivan Dubrov | 2015-07-05 | 1 | -15/+26 |
| | | | | | Show better error message if Mercurial is not installed or mq extension is not enabled. Fixes #67 | ||||
* | Avoiding Turkish i/I issue with toLowerCase(), using ENGLISH locale | Ivan Dubrov | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Updating ASM version | Ivan Dubrov | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | pull should depend on init, clean should check hotspot/make | Ivan Dubrov | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | Migrating to Mercurial MQ | Ivan Dubrov | 2014-04-30 | 1 | -27/+43 |
| | |||||
* | Automatic HotSpot repository detection (hard-coded for now)light-jdk7u51+3 | Ivan Dubrov | 2014-04-28 | 1 | -0/+3 |
| | |||||
* | Fixing native library compilation on x86 vs x64 | Ivan Dubrov | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | Overwrite JRE when copying | Ivan Dubrov | 2014-04-25 | 1 | -1/+2 |
| | |||||
* | Enabling natives tests | Ivan Dubrov | 2014-04-25 | 1 | -0/+2 |
| | |||||
* | Support for Mac OS X in native code compilation | Ivan Dubrov | 2014-04-25 | 1 | -3/+9 |
| | |||||
* | Fixing native code compilation | Ivan Dubrov | 2014-04-25 | 1 | -3/+7 |
| | |||||
* | Fixing compilation under Windows | Ivan Dubrov | 2014-04-25 | 1 | -1/+19 |
| | |||||
* | Adding 'full' tests | Ivan Dubrov | 2014-04-25 | 1 | -1/+5 |
| | | | | | * Killing test suites (you can run tests by package) * Introduced categories to run certain tests only on 'light'/'full' | ||||
* | Fixing JRE locations comparison | Ivan Dubrov | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Should run Java 8 tests on Java 8 | Ivan Dubrov | 2014-04-25 | 1 | -1/+2 |
| | |||||
* | Minor fixes to build script | Ivan Dubrov | 2014-04-25 | 1 | -20/+23 |
| | |||||
* | Adding support for 'full' patches | Ivan Dubrov | 2014-04-25 | 1 | -6/+9 |
| | | | | Also, minor fixes to build.gradle | ||||
* | Renaming test/java to test/java7 | Ivan Dubrov | 2014-04-25 | 1 | -0/+2 |
| | |||||
* | Renaming patches to support full flavor in future | Ivan Dubrov | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Adding Java 7 patch, support running tests on Java 7 | Ivan Dubrov | 2014-04-24 | 1 | -13/+9 |
| | |||||
* | Do not run suites in gradle test | Ivan Dubrov | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | Use hg import for applying patch | Ivan Dubrov | 2014-04-24 | 1 | -1/+5 |
| | |||||
* | Only clean hotspot if hotspot directory exists | Ivan Dubrov | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | Extracting DCEVM patch & code into separate project | Ivan Dubrov | 2014-04-24 | 1 | -0/+223 |
Making DCEVM to be toplevel project that clones HotSpot repository, patches the code, builds JVM and tests it. |