Johannes Rudolph
8e43a2fd02
Better wording
2015-11-26 14:43:22 +01:00
Johannes Rudolph
ce4c20dc60
Better README wording
2015-11-26 14:36:04 +01:00
Johannes Rudolph
cea712c050
Merge branch '0.8' and fix README
2015-11-26 14:34:57 +01:00
Johannes Rudolph
21ccad2109
fix notes
2015-11-26 14:32:22 +01:00
Johannes Rudolph
5655b98c1e
Fix links in README
2015-11-26 13:35:01 +01:00
Johannes Rudolph
90923e9be5
fix scripted tests
2015-11-26 13:31:55 +01:00
Johannes Rudolph
7b7f4d983f
update README / notes
2015-11-26 13:31:55 +01:00
Johannes Rudolph
2a54348003
fall back on ivy report XML for sbt < 0.13.6
2015-11-26 13:31:55 +01:00
Johannes Rudolph
21e5b7ce5b
refactoring
2015-11-26 11:56:00 +01:00
Johannes Rudolph
83a311b4af
make it compile again with sbt 0.13.6
2015-11-26 11:53:47 +01:00
eugene yokota
d0344c54e8
Merge pull request #2287 from xuwei-k/inputTask-typo
...
fix typo
2015-11-25 10:51:13 -05:00
Johannes Rudolph
a821b27809
bump version to 0.8.0 and update README to reflect changes
2015-11-25 16:50:30 +01:00
xuwei-k
84e8f20080
fix typo
2015-11-25 20:01:22 +09:00
Martin Duhem
85a05ed237
Fix command and definition of compiler bridge
...
The compiler bridge had a dependency on the scala compiler in the
version defined in the build definition. This means that when trying to
fetch the compiler bridge for, say, Scala 2.9.2, we would also pull in
the Scala compiler 2.10.5.
The compiler bridge now has a "provided" dependency on the Scala
compiler.
2015-11-23 15:44:23 +01:00
Martin Duhem
5dd2b1f16a
Fix tests that fetch and build the compiler bridge.
2015-11-23 11:54:13 +01:00
Erik Bakker
995ccf85a6
Fix search result highlighting on Windows
...
Use only ANSI color codes that are supported by Windows
2015-11-20 22:08:03 +01:00
Johannes Rudolph
167a8a3f50
Link to 0.8 branch in README
2015-11-18 18:22:51 +01:00
Johannes Rudolph
eac58262d4
preliminary overhaul of the README
2015-11-18 17:58:23 +01:00
Johannes Rudolph
000b0ed253
render a graph in the browser using dagre-d3 and graphlib-dot, fixes #29
2015-11-18 17:41:30 +01:00
Johannes Rudolph
ac0ab5189a
in DOT graph render special evicted by edges and access new elements through evicted ones
2015-11-18 17:36:55 +01:00
Johannes Rudolph
932085bdf6
rename frontend -> backend
2015-11-17 20:40:00 +01:00
Johannes Rudolph
a89e63f956
new backend to generate graph directly from sbt data structures, fixes #39
2015-11-17 20:34:08 +01:00
Johannes Rudolph
191d12aa7a
enable plugin automatically
2015-11-17 19:14:36 +01:00
Johannes Rudolph
8f107639ae
fix typo
2015-11-17 18:02:01 +01:00
Johannes Rudolph
a82235e813
make cycles in the graph more visible
2015-11-17 17:34:51 +01:00
Johannes Rudolph
0c4bc73a64
enable Scalariform auto-formatting
2015-11-17 17:32:02 +01:00
Johannes Rudolph
0c3cf98a89
allow cycles in graphs even when printing with AsciiTreeLayout, fixes #77
2015-11-17 17:30:00 +01:00
Johannes Rudolph
5f3c2c2659
more AsciiTreeLayout tests
2015-11-17 17:27:34 +01:00
Martin Duhem
c62f8f4683
Put `util-interface` on classpath when compiling compiler bridge
...
Also, write tests to make sure that we remain able to compile the
compiler bridge for different versions of Scala.
Fixes sbt/incrementalcompiler#32
2015-11-16 22:46:38 +01:00
Johannes Rudolph
7a5126ef87
big refactoring: split up the mess in IvyGraphMLDependencies into various subfiles
2015-11-14 17:14:47 +01:00
Johannes Rudolph
045aff16f5
rename Graph => AsciiTreeLayout
2015-11-14 17:13:47 +01:00
Johannes Rudolph
42ec040ccc
bump version in scripted tests
2015-11-14 17:11:35 +01:00
Johannes Rudolph
adc55e31a7
reorganize plugin sources and make this an AutoPlugin
2015-11-14 16:27:56 +01:00
Johannes Rudolph
7b0e090662
remove support for sbt 0.11 + 0.12
2015-11-14 16:25:13 +01:00
Johannes Rudolph
827a896e3c
bump version
2015-11-14 16:23:39 +01:00
eugene yokota
30c4bc1043
Merge pull request #21 from sbt/fix/20
...
Fixes sbt/util#20
2015-11-13 03:53:33 -05:00
Eugene Yokota
f84251c877
0.1.0-M6
2015-11-13 01:59:18 -05:00
Eugene Yokota
95f183f9bd
Remove scala-library from Java only subproject. Fixes #20
2015-11-13 01:58:39 -05:00
Dale Wijnand
3bc013f19b
Merge pull request #2273 from jkinkead/release_notes
...
Release notes for apiURL change.
2015-11-12 18:51:06 +00:00
Jesse Kinkead
a631c635e2
Fix link refs.
2015-11-12 09:52:23 -08:00
Jesse Kinkead
ce4ae7a475
Release notes for apiURL change.
2015-11-12 09:32:16 -08:00
eugene yokota
49a4055c24
Merge pull request #2262 from jkinkead/api_url_always_checked-1.0.x
...
Always export apiURL even if autoAPIMappings is false.
2015-11-11 11:38:21 -05:00
Jesse Kinkead
0ecc2543ec
Always export apiURL even if autoAPIMappings is false.
2015-11-04 10:51:54 -08:00
eugene yokota
2c4583e312
Merge pull request #2226 from sbt/wip/build-imports
...
Make object Import to alias types and values
2015-10-02 04:31:46 -04:00
Eugene Yokota
7bb934ff8c
fix scripted dependency-management/cache-update
2015-10-02 02:35:31 -04:00
Eugene Yokota
7c7ed07dd4
fix scripted dependency-management/cache-update
2015-10-02 01:32:41 -04:00
Eugene Yokota
de9e68da52
fix dependency-management/scala-home
2015-10-02 00:39:18 -04:00
Eugene Yokota
5c5cf1ad6a
dependency-management/ivy-settings-a started working again
...
There's a part where it hits Maven Central to get the compiler
interface.
It probably synced.
2015-10-02 00:35:29 -04:00
Eugene Yokota
f14692f0b1
changes due to bumping up librarymangement to 0.1.0-M4
2015-10-02 00:25:45 -04:00
Eugene Yokota
5b9d90e089
set dependency-management/ivy-settings-a pending
2015-10-01 23:28:52 -04:00