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

2510 commits

Author SHA1 Message Date
Cedric Beust
8efdfc2a04 Better handling of Java/Kotlin mixed projects. 2016-07-01 17:25:03 -07:00
Cedric Beust
3fb4959129 Formatting. 2016-07-01 17:13:52 -07:00
Cedric Beust
f31c2a5c49 Better toString(). 2016-07-01 03:52:50 -08:00
Cedric Beust
35f4117ca9 Merge pull request #252 from DevCharly/issue-244-fix
fix #244: support "project related tasks"
2016-07-01 14:49:08 -08:00
DevCharly
2cbe3ad560 #244: removed no longer necessary check for unknown task in createGraph2() 2016-07-02 00:40:05 +02:00
DevCharly
8399171d3f fix #244: support "project related tasks" (e.g. dynamic task defined for a single project) 2016-07-01 23:57:53 +02:00
Cedric Beust
7779c37a0b toString() for TaskInfo. 2016-07-01 03:24:20 -08:00
Cedric Beust
9271aaf398 Formatting. 2016-06-30 21:46:41 -08:00
Cedric Beust
d9ea1dae02 0.833. 2016-06-30 04:11:17 -08:00
Cedric Beust
53c6f696b9 Better selection of test classes. 2016-06-30 04:09:24 -08:00
Cedric Beust
df77d9eb52 Update Kotlin jar files. 2016-06-29 22:28:24 -08:00
Cedric Beust
b29f752951 0.832. 2016-06-29 22:12:45 -08:00
Cedric Beust
7c5c268fb8 Disable broken test. 2016-06-29 22:12:24 -08:00
Cedric Beust
0d2a206c5e Update to Kotlin 1.0.3. 2016-06-29 22:12:17 -08:00
Cedric Beust
94e2e7081c Add "name" property to CompilerDescription. 2016-06-29 22:12:10 -08:00
Cedric Beust
1cea9e7fad Better checkVersions. 2016-06-29 01:44:40 -08:00
Cedric Beust
8e286fe6ad 0.831. 2016-06-28 23:17:15 -08:00
Cedric Beust
e61403ad49 Update client. 2016-06-28 23:17:01 -08:00
Cedric Beust
a5cd7f168a Tasks were no longer being sent in GetDependencyData.
Caused by the fact that the Kobalt server was not initializing itself with the build file sent in the command, so it didn't initialize any tasks. Fixed by extracting this logic in the new ProjectFinder class which is now used by both Main.kt and KobaltServer.kt.
2016-06-28 23:16:54 -08:00
Cedric Beust
443ed190cb public 2016-06-27 02:21:50 -08:00
Cedric Beust
dc6212b18d 0.830. 2016-06-27 02:21:20 -08:00
Cedric Beust
edb119c6b1 Refactor CheckVersions to work on individual projects. 2016-06-27 02:21:05 -08:00
Cedric Beust
040bcd173b KDoc. 2016-06-27 02:20:44 -08:00
Cedric Beust
5b969f4570 0.829. 2016-06-27 01:52:30 -08:00
Cedric Beust
de09321727 Add "update" and "checkVersions" as tasks. 2016-06-27 01:52:17 -08:00
Cedric Beust
8d72cfd12b 0.828. 2016-06-27 01:34:36 -08:00
Cedric Beust
71150c6df2 Fix output classes. 2016-06-27 01:33:26 -08:00
Cedric Beust
0b8b5d0dc8 0.827. 2016-06-27 01:25:19 -08:00
Cedric Beust
7978195fd4 IDEA files. 2016-06-27 01:22:47 -08:00
Cedric Beust
862b66e791 1.0.2-1. 2016-06-27 01:21:34 -08:00
Cedric Beust
43aa925da6 Runtime. 2016-06-27 01:21:14 -08:00
Cedric Beust
d85048f27b Kobalt compiler to 1.0.2-1. 2016-06-27 01:21:02 -08:00
Cedric Beust
539c6cbda3 Fix --checkVersions to work with Aether. 2016-06-27 01:20:45 -08:00
Cedric Beust
57ed92ca57 0.826. 2016-06-25 09:09:37 -07:00
Cedric Beust
3bb1a74452 buildFileClasspath work. 2016-06-25 09:09:16 -07:00
Cedric Beust
afeccdc614 0.825. 2016-06-24 20:20:30 -07:00
Cedric Beust
b62e167cde Fix the compiler bug. 2016-06-24 20:10:59 -07:00
Cedric Beust
eb575abc14 IDEA file. 2016-06-24 18:51:26 -07:00
Cedric Beust
8c3eed58df 0.824. 2016-06-24 04:14:26 -08:00
Cedric Beust
c5ce3e853c Reformat. 2016-06-24 04:14:15 -08:00
Cedric Beust
25b97dd21f Added buildFileClasspat(). 2016-06-24 04:14:08 -08:00
Cedric Beust
c06e92b679 Move a few methods in BaseJvmPlugin. 2016-06-24 02:49:17 -08:00
Cedric Beust
364c696a55 IDEA files. 2016-06-24 02:43:30 -08:00
Cedric Beust
324f978b74 0.823. 2016-06-24 01:59:42 -08:00
Cedric Beust
5ac94386fc Fix main result. 2016-06-24 01:59:25 -08:00
Cedric Beust
e9cbe04317 Remove GroovyPlugin. 2016-06-24 01:59:20 -08:00
Cedric Beust
d56196a42f 0.821. 2016-06-24 01:47:16 -08:00
Cedric Beust
45cd429d08 Move the compiler interfaces in kobalt-plugin-api. 2016-06-24 01:47:03 -08:00
Cedric Beust
ab43d5c994 0.820. 2016-06-24 01:37:29 -08:00
Cedric Beust
c9393cb0ca Refactor the three compilers. 2016-06-24 01:28:52 -08:00