summaryrefslogtreecommitdiff
path: root/project/Layers.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed sbt build.Paul Phillips2013-06-131-116/+0
| | | | | | | | | | | | | Difficult though it may be to accept, it must go. We couldn't keep it working with active maintenance; after eight months of neglect there is no chance. Nobody is working on it or using it. The code will remain in the history if anyone wants it. One of the most annoying experiences one can have when building a new project is finding out one has been fiddling with an abandoned build system which isn't even expected to work. Sometimes I check out a scala project and there is a build.xml, a pom.xml, and a project directory. We should not be among those who sow such build confusion.
* Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'refs/pull/1718/head': Expunged the .net backend. Conflicts: build.detach.xml build.examples.xml build.xml project/Build.scala src/compiler/scala/tools/ant/Scalac.scala src/compiler/scala/tools/nsc/Global.scala src/compiler/scala/tools/nsc/settings/StandardScalaSettings.scala src/compiler/scala/tools/nsc/symtab/clr/TypeParser.scala src/compiler/scala/tools/nsc/transform/Mixin.scala src/intellij/compiler.iml.SAMPLE tools/buildcp
| * Expunged the .net backend.Paul Phillips2012-12-051-6/+5
| | | | | | | | | | | | | | | | It lives on in a branch born from this commit's parent. It's abrupt; no attempt is made to offer a "smooth transition" for the serious msil userbase, population zero. If anyone feels very strongly that such a transition is necessary, I will be happy to talk you into feeling differently.
* | SI-6769 Removes GenJVM backendJames Iry2012-12-051-8/+5
|/ | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* Fix for reflection. Review/Use by @adriaanmJosh Suereth2012-06-121-6/+21
|
* Added lock by default and did a minor amount of cleanup. More to come ↵Josh Suereth2012-05-231-4/+15
| | | | hopefully.
* ASM now compiled once in the build.Josh Suereth2012-05-231-7/+8
| | | | | | | | * Moved ASM sources to src/asm * New ant task builds asm *ONCE*. Build times improve by a few seconds * Fixed SBT build for new asm location. SBT build still broken from actors-migration and partest Review by @magarciaEPFL
* Don't regenerate properties file if skip is true (i.e. locker/quick is locked)Josh Suereth2012-05-101-2/+2
|
* Everything now builds. Partest is bombing about reflection issue.Josh Suereth2012-05-101-1/+0
|
* Fixed up versioning scheme.Josh Suereth2012-04-031-2/+4
| | | | SBT build should now mimic ant build for versions.
* Brought version detection up-to-date.Josh Suereth2011-12-161-2/+2
| | | | * SBT's version creation is now on par with tools/get-latest-version
* MSIL now part of layered compilesJosh Suereth2011-12-091-3/+4
| | | | | | | * The MSIL source code is now built at every layer as part of the compiler project. * The MSIL project is completely removed from other references.
* Fixed publish issue.Josh Suereth2011-12-061-34/+33
| | | | | | | | * Cleaned up layered build settings definition * Removed scalaVersion specification from build (not NEEDED). * Fixed a migration from build.sbt to project/Build.scala where publish settings were only being used on the root project and not also used for sub-projects which are published.
* Step one towards using project revision to buildJosh Suereth2011-12-051-2/+4
|
* Port of SBT 0.11.x build. Things appear to be working well.Josh Suereth2011-12-011-0/+90