Commit Graph

17940 Commits

Author SHA1 Message Date
Alexandre Archambault 4657991531 Pure Java launcher (size ~5 MB -> 8 kB) 2015-11-28 17:41:00 +01:00
eugene yokota a9d80cf38c Merge pull request #2281 from eamelink/bugfix-1982
Fix search result highlighting on Windows
2015-11-27 15:36:50 -05:00
Alexandre Archambault a391b8c36e Fix link in README 2015-11-27 01:51:15 +01:00
Alexandre Archambault 786f0d37aa Update README 2015-11-27 01:32:52 +01:00
Alexandre Archambault e5780e602e Rework README 2015-11-27 01:21:42 +01:00
Johannes Rudolph 0e0a30fd6f update notes 2015-11-26 14:43:44 +01:00
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 009910c12c Merge pull request #12 from dwijnand/add-Resolver.bintraySbtRepo
Add Resolver.bintrayIvyRepo
2015-11-25 14:58:07 -05: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
Dale Wijnand 0cef0c3680 Add Resolver.bintrayIvyRepo 2015-11-25 09:54:56 +00:00
Alexandre Archambault f40b3b3508 Merge pull request #77 from alexarchambault/topic/local-first-by-default
Enable fetch-from-cache-first by default
2015-11-24 23:58:34 +01:00
Alexandre Archambault d134bee906 Enable fetch-from-cache-first by default 2015-11-24 22:18:24 +01:00
Alexandre Archambault 83a9399ce1 Merge pull request #75 from alexarchambault/topic/fixes
Small fix wrt local repositories, fix small glitch in help message
2015-11-24 21:49:46 +01:00
Alexandre Archambault 8bb9521199 Better help messages 2015-11-24 21:11:27 +01:00
Alexandre Archambault 4b55618bdb Allow to specify Maven repository with their base URL with the -r option 2015-11-23 23:47:40 +01:00
Alexandre Archambault a0efbc539f Slightly better help message 2015-11-23 23:18:07 +01:00
Alexandre Archambault 700bf84296 Add fetchLocalFirst, fix in the way local repo are handled 2015-11-23 22:55:30 +01: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
Alexandre Archambault 07b22c6322 Merge pull request #73 from alexarchambault/topic/launcher
launch command should be fine
2015-11-23 11:30:39 +01:00
Alexandre Archambault fb0b0c2cb3 Add launcher 2015-11-23 01:12:00 +01:00
Alexandre Archambault 779d813ce3 Allow to set cache location with CLI options, or look at COURSIER_CACHE env. var., allow to set env. var. in generated bootstraps 2015-11-23 01:07:47 +01:00
Alexandre Archambault 2f5e731378 launch command should be fine 2015-11-22 23:50:33 +01:00
Alexandre Archambault a89c0d92e3 Merge pull request #68 from alexarchambault/topic/develop
Latest developments
2015-11-22 13:43:14 +01:00
Alexandre Archambault 7361af77f4 Update appveyor config 2015-11-21 15:26:47 +01:00
Alexandre Archambault 715d50e32c Fix scala js tests? 2015-11-21 14:44:30 +01:00
Alexandre Archambault 9e755a4fa9 Update Travis CI scripts 2015-11-21 14:28:17 +01:00
Alexandre Archambault a6091c3df1 Add bootstrap app 2015-11-21 14:23:08 +01:00
Alexandre Archambault b5529679cf Update to last case-app 2015-11-21 14:23:07 +01:00
Alexandre Archambault 55d1ec0887 Minor changes in build.sbt 2015-11-21 14:23:07 +01:00
Alexandre Archambault 09d58e9bd7 Switch to case-app 1.0.0-SNAPSHOT (for commands) 2015-11-21 14:23:07 +01:00
Alexandre Archambault 51cc215b88 Fix in Travis config 2015-11-21 14:23:06 +01:00
Alexandre Archambault ba94c4cb93 Switch to scala 2.10.6 2015-11-21 14:23:06 +01:00
Alexandre Archambault 01ad96413e Switch to build.sbt based build definition 2015-11-21 14:23:06 +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