No description
Find a file
Knut Wannheden ea7e45a602 #481: Improve performance of ResourceStorageLoadable
Wrap ZipInputStream in a BufferedInputStream before reading from it with
with a DataInputStream or ObjectInputStream. This improves performance
quite significantly (overall roughly by a factor 4), as the
decompression works much more efficiently with larger chunks of data.

Signed-off-by: Knut Wannheden <knut.wannheden@paranor.ch>
2017-10-01 21:23:32 +02:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle [eclipse/xtext-core#355] Upgrade MWE version 2017-09-28 00:39:34 +02:00
org.eclipse.xtext #481: Improve performance of ResourceStorageLoadable 2017-10-01 21:23:32 +02:00
org.eclipse.xtext.ide changes according to feedback 2017-09-29 16:31:32 +02:00
org.eclipse.xtext.ide.tests [api] refactored the change serializer API 2017-09-29 16:31:32 +02:00
org.eclipse.xtext.testing [rename] change serializer based rename refactoring 2017-09-29 16:31:32 +02:00
org.eclipse.xtext.testlanguages dont generate xbase deps to tests 2017-09-28 11:41:45 +02:00
org.eclipse.xtext.testlanguages.ide [api] refactored the change serializer API 2017-09-29 16:31:32 +02:00
org.eclipse.xtext.tests Merge pull request #479 from eclipse/issue355_update_repo_urls 2017-09-28 11:34:05 +02:00
org.eclipse.xtext.util [#355] Update MWE to 2.9.1 2017-09-28 11:19:33 +02:00
org.eclipse.xtext.xtext.bootstrap gradleprojectbuilder added by Buildship project import 2017-07-01 23:09:36 +02:00
org.eclipse.xtext.xtext.generator [#470] Contribute org.eclipse.core.contenttype.contentTypes extension 2017-09-25 23:04:10 +02:00
org.eclipse.xtext.xtext.ide gradleprojectbuilder added by Buildship project import 2017-07-01 23:09:36 +02:00
org.eclipse.xtext.xtext.wizard [#355] Update repository URLs 2017-09-28 11:03:57 +02:00
releng Increased version number to 2.13.0-SNAPSHOT 2017-05-24 13:41:16 +02:00
.gitignore ignore .DS_Store 2017-09-07 08:20:18 +02:00
.project gradleprojectbuilder added by Buildship project import 2017-07-01 23:09:36 +02:00
build.gradle [build] Excluded bootstrap project from eclipse-project-layout 2017-01-12 09:51:31 +01:00
gradlew [build] Updated to Gradle 3.4.1 2017-03-10 10:42:14 +01:00
gradlew.bat Updated to Gradle 3.2 2016-11-18 09:49:49 +01:00
Jenkinsfile [build] Test failures make the build 'unstable', not 'failed'; removed obsolete Slack notifications 2017-09-05 15:02:42 +02:00
LICENSE Added LICENSE 2017-01-06 13:57:23 +01:00
README.md Fixed typo in readme 2017-02-06 13:27:15 +01:00
settings.gradle [xtext lang] contributed new bundle 'org.eclipse.xtext.xtext.bootstrap' containing the 'GenerateXtext.mwe2' workflow and a customizing guice module 2016-12-15 10:25:56 +01:00

Eclipse Xtext Core Framework

This repository contains the platform-independent language framework of Xtext.

How To Build

Check out and run ./gradlew build.

Additional command line arguments:

  • -PcompileXtend=true activates the Xtend compiler, but this is optional because the generated Java code is included in the repository.
  • -PuseJenkinsSnapshots=true switches to using the Maven repository generated by the Jenkins build job for xtext-lib. Without this argument, Sonatype snapshots are used.

Continuous Integration

This project is built by the xtext-core multi-branch job on Jenkins.