1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
Commit graph

501 commits

Author SHA1 Message Date
Cedric Beust
9e4164a790 Comment. 2016-04-12 18:15:13 -07:00
Cedric Beust
95713968fd Fix plural. 2016-04-11 12:03:37 -07:00
Cedric Beust
db08674c8f Fix plurals. 2016-04-11 12:02:00 -07:00
Cedric Beust
eae780308c Fix Java source directory. 2016-04-11 11:49:40 -07:00
Cedric Beust
3dc039e956 Fix plurals. 2016-04-11 10:01:12 -07:00
Cedric Beust
494edaed90 listOf(). 2016-04-11 09:48:18 -07:00
Cedric Beust
09c6f4c6ba Fix directories. 2016-04-11 09:48:12 -07:00
Cedric Beust
a2645c779c Comment. 2016-04-11 09:47:57 -07:00
Cedric Beust
37b36d5e30 Adjust priorities. 2016-04-11 09:06:34 -07:00
Cedric Beust
3bec28e8e0 Fix bug mixing R.java on Kotlin sources.
Fix https://github.com/cbeust/kobalt-android/issues/6
2016-04-11 09:06:07 -07:00
Cedric Beust
0821c89da0 Fix XML parsing. 2016-04-11 07:27:04 -07:00
Cedric Beust
bb495ad054 Better logging of actually downloaded files. 2016-04-10 20:49:48 -07:00
Cedric Beust
e51664edea Add <kobalt-compiler-version> and -repo to settings. 2016-04-10 20:49:38 -07:00
Cedric Beust
7bea179d69 Kotlin compiler should run first. 2016-04-09 11:28:50 -07:00
Cedric Beust
a384fab490 Log. 2016-04-09 10:56:45 -07:00
Cedric Beust
111343cdeb Don't overwrite the wrapper files if the version is the same. 2016-04-09 08:08:25 -07:00
Cedric Beust
f57ad07aca Simplify. 2016-04-09 06:11:36 -07:00
Cedric Beust
1a58b70a8e Github API fix. 2016-04-07 06:23:43 -08:00
Cedric Beust
fd2c9a932f Lazy jar get. 2016-04-07 06:23:14 -08:00
Cedric Beust
33f0ff2b09 Remove comment. 2016-04-07 06:05:21 -08:00
Cedric Beust
11ed432ea2 Minor refactorings. 2016-04-05 06:54:11 -08:00
Cedric Beust
7b068bb111 Generate wrapperVersion.txt in .kobalt. 2016-04-02 08:10:45 -07:00
Cedric Beust
83dfe4f5e4 Initial steps to be less aggressive overwriting kobalt-wrapper.jar. 2016-04-02 08:02:28 -07:00
Cedric Beust
a90ef6e6fa Disable incremental compilation if build file was modified. 2016-04-02 07:14:32 -07:00
Cedric Beust
edeaae8c4b Disable smart incremental build.
Until I can find a better way of implementing it.
2016-04-02 05:13:09 -07:00
Cedric Beust
453097240b Fix KobaltSettings. 2016-04-01 22:41:18 -07:00
Cedric Beust
c6f9c88d2a Fix compiling messages. 2016-04-01 05:33:02 -08:00
Cedric Beust
2e58afa75c Log. 2016-04-01 02:36:19 -08:00
Cedric Beust
a9455c92f6 Introduced --noIncremental. 2016-03-31 23:17:59 -08:00
Cedric Beust
1ae9baa97d Make "assemble" incremental. 2016-03-31 23:01:47 -08:00
Cedric Beust
181a043047 Renaming. 2016-03-31 22:08:16 -08:00
Cedric Beust
9218a8c7a6 Introducing IIncrementalAssemblyContributor. 2016-03-31 02:40:06 -08:00
Cedric Beust
b3aab95852 Doc. 2016-03-31 02:37:16 -08:00
Cedric Beust
55d83bc1e3 Remove the (useless) cache. 2016-03-31 02:13:53 -08:00
Cedric Beust
c361a30614 Make Aether a singleton.
This way I can actually use its cache of dependencies that were already looked up.
2016-03-31 01:59:57 -08:00
Cedric Beust
c758ef37c0 Log level. 2016-03-30 22:43:59 -08:00
Cedric Beust
f66515efe6 Introduce IPlugin#shutdown. 2016-03-30 21:54:49 -08:00
Cedric Beust
f88f8258c9 Log. 2016-03-30 03:48:26 -08:00
Cedric Beust
910df2b2d2 Log. 2016-03-30 03:30:42 -08:00
Cedric Beust
070302b210 Log. 2016-03-30 03:10:09 -08:00
Cedric Beust
f3d3a0f36f Bad source directory. 2016-03-30 03:10:03 -08:00
Cedric Beust
7badeb1153 compile(file()) wasn't honoring the project.directory. 2016-03-30 02:20:58 -08:00
Cedric Beust
ab76270ec2 Fix incremental compilation. 2016-03-30 01:44:11 -08:00
Cedric Beust
a2c7f527e5 Don't make compile depend on clean. 2016-03-30 01:43:46 -08:00
Cedric Beust
b8fffe9aca IncrementalManager logging level. 2016-03-30 01:43:34 -08:00
Cedric Beust
80774086f1 Fix toId(). 2016-03-29 21:47:32 -08:00
Cedric Beust
5efd0b855d Traces for transitive closure. 2016-03-29 21:47:24 -08:00
Cedric Beust
326c64c89b Log level for Aether. 2016-03-30 03:47:01 -08:00
Cedric Beust
40305af8b1 Improve IClasspathDependency. 2016-03-29 22:53:29 -08:00
Cedric Beust
8871c47561 Fix the directory problem. 2016-03-28 19:12:19 -07:00