1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Commit graph

  • a717c760e1 .gitignore. Cedric Beust 2015-11-28 11:44:14 -08:00
  • a2a5ff429b Introducing IClasspathInterceptors. Cedric Beust 2015-11-28 11:43:41 -08:00
  • 7af789d282 Move IClasspathDependency in its own package. Cedric Beust 2015-11-28 11:06:26 -08:00
  • c14eb2adbf .gitignore. 0.306 Cedric Beust 2015-11-28 10:59:25 -08:00
  • 07fa5f7eb0 Any build directory was being ignored, including sources... doh. Cedric Beust 2015-11-28 10:58:34 -08:00
  • b700e94b5f Made test runners into contributors. Cedric Beust 2015-11-28 06:51:00 -08:00
  • 6630f55197 Rename to IRunnerContributor. Cedric Beust 2015-11-28 06:03:15 -08:00
  • dfa429336b Proguard preliminary work. Cedric Beust 2015-11-28 01:18:53 -08:00
  • 21aca77947 Show a warning if no signingConfig was found. Cedric Beust 2015-11-27 23:23:21 -08:00
  • 5e561ba62b Better warning. Cedric Beust 2015-11-27 23:23:10 -08:00
  • 32ad5a4af0 0.305. Cedric Beust 2015-11-27 23:18:07 -08:00
  • 1b472cd625 Handle jar signer errors. Cedric Beust 2015-11-27 23:13:02 -08:00
  • 2febea27a7 Signing configs. 0.305 Cedric Beust 2015-11-27 10:59:16 -08:00
  • ad99ec5511 0.304. Cedric Beust 2015-11-27 05:30:37 -08:00
  • 8e7ffcc26f IPluginActor fixes. Cedric Beust 2015-11-27 05:29:24 -08:00
  • f0ca73e8d2 Minor fixes. Cedric Beust 2015-11-27 05:29:02 -08:00
  • 49b538d3d4 Fix packages. Cedric Beust 2015-11-26 22:18:22 -08:00
  • 93f30ad4fe Revert "Move files into the internal.build package." Cedric Beust 2015-11-26 22:14:01 -08:00
  • ed09aa7e54 Revert "Fix packages." Cedric Beust 2015-11-26 22:13:51 -08:00
  • c36f52b0dc Fix packages. Cedric Beust 2015-11-27 10:08:50 -08:00
  • dfdd5ba06a Fix tests. Cedric Beust 2015-11-27 09:45:20 -08:00
  • 146d6702c5 Move files into the internal.build package. Cedric Beust 2015-11-27 09:16:12 -08:00
  • 43ccceb71e Refactoring of BuildScript. Cedric Beust 2015-11-27 09:12:40 -08:00
  • 947c620e56 .war: run the classpath contributors. Cedric Beust 2015-11-27 05:10:03 -08:00
  • f6d5c8a1f1 Merge pull request #58 from fboldog/make-java-buildconfig-final 0.304 Cedric Beust 2015-11-26 16:12:39 -08:00
  • 0064fd9e10 generate final class and fields Ferenc Boldog 2015-11-27 01:05:55 +01:00
  • c2382f0cda 0.303. Cedric Beust 2015-11-27 03:46:21 -08:00
  • 0146bbd2fc GITHUB-57: Bubble up aapt errors correctly. Cedric Beust 2015-11-27 03:40:32 -08:00
  • 56ef7a8c1d Fix a few cases where BuildConfig.java was not being compiled. Cedric Beust 2015-11-27 03:20:37 -08:00
  • 84c819b4f7 Don't embed the compiler while packaging a Kotlin app. Cedric Beust 2015-11-27 00:51:59 -08:00
  • dc95e890b4 0.300. 0.303 0.302 0.301 Cedric Beust 2015-11-27 00:30:05 -08:00
  • 647b103fd2 Build directory fix. 0.300 Cedric Beust 2015-11-27 00:24:47 -08:00
  • 63a9c1f159 Add "jvmArgs" to test{}. Cedric Beust 2015-11-27 00:24:39 -08:00
  • 1ee183d5c1 0.298 0.299 Cedric Beust 2015-11-26 22:14:59 -08:00
  • 46e3384e44 .gitignore. Cedric Beust 2015-11-26 22:14:52 -08:00
  • 6cd1a1d610 Fix variantless builds. Cedric Beust 2015-11-26 22:08:46 -08:00
  • 0837592d4b Forgot kobalt-plugin.xml. Cedric Beust 2015-11-26 22:08:32 -08:00
  • e1c3ea1298 Clean up plugin-names. 0.298 Cedric Beust 2015-11-26 21:59:17 -08:00
  • bf1b827324 Support for multiple tasks with the same name. Cedric Beust 2015-11-26 21:26:54 -08:00
  • c19f1a4558 Fix bogus output dir. Cedric Beust 2015-11-26 21:09:12 -08:00
  • 61ce1b537c Comment. Cedric Beust 2015-11-26 21:03:08 -08:00
  • 0118e71b4f Skip install if there's nothing to install. Cedric Beust 2015-11-26 20:18:39 -08:00
  • c98d6e4311 Remove runAfter(). Cedric Beust 2015-11-26 20:16:41 -08:00
  • 4a2e33d777 Better cycle detection. Cedric Beust 2015-11-26 20:16:07 -08:00
  • 31994102ae Fix shadowing Cedric Beust 2015-11-26 20:15:31 -08:00
  • ea7c4abcc9 Fix bogus dependency. Cedric Beust 2015-11-26 20:14:33 -08:00
  • 821279858c Merge pull request #55 from fboldog/fix-kotlinc-output-directory 0.297 Cedric Beust 2015-11-25 18:56:42 -08:00
  • 81c24e2acc 0.296. Cedric Beust 2015-11-26 05:48:42 -08:00
  • 651eb449f8 Log. 0.296 Cedric Beust 2015-11-26 05:45:31 -08:00
  • 57f8ec90c4 Profiles. 0.295 Cedric Beust 2015-11-26 05:23:42 -08:00
  • 5aa4642eb4 add directory path if exists (like JavaCompiler) Ferenc Boldog 2015-11-25 16:15:18 +01:00
  • 833f2e2bbf Remove warning. Cedric Beust 2015-11-25 07:33:55 -08:00
  • 357715f6c7 TODO. Cedric Beust 2015-11-24 23:55:08 -08:00
  • 5123016916 Clean up. Cedric Beust 2015-11-24 23:54:43 -08:00
  • fb2e970082 Fix the multiple -source flags bug. Cedric Beust 2015-11-24 23:54:36 -08:00
  • b1f7c9fd03 TODO. 0.294 Cedric Beust 2015-11-24 23:30:58 -08:00
  • c5c875ae85 0.293. Cedric Beust 2015-11-24 23:18:59 -08:00
  • 904ccb157e Better error. 0.293 Cedric Beust 2015-11-24 23:17:16 -08:00
  • 9f00303e9d Only generate BuildConfig if at least one buildConfig{} was found. Cedric Beust 2015-11-24 23:17:09 -08:00
  • 92922f7e07 Logs. Cedric Beust 2015-11-24 22:25:47 -08:00
  • be5a02eef1 Simplify. Cedric Beust 2015-11-24 22:25:23 -08:00
  • 1d6d98a0ed Fix #51: BuildConfig not generated. Cedric Beust 2015-11-24 22:24:56 -08:00
  • c90aca0c7d Refactor. Cedric Beust 2015-11-24 21:00:15 -08:00
  • 37a0f3101a Revert "Refactor." Cedric Beust 2015-11-24 20:59:28 -08:00
  • 2b26bc14c6 Merge pull request #52 from fboldog/generate-buildconfig-with-android-package-id Cedric Beust 2015-11-24 08:57:23 -08:00
  • a43bc01267 Generate BuildConfig with android pacage id if possible Ferenc Boldog 2015-11-24 17:40:10 +01:00
  • e5d03956f9 Refactor. Cedric Beust 2015-11-23 19:09:00 -08:00
  • f0ea553f55 0.292. Cedric Beust 2015-11-23 18:57:56 -08:00
  • 495d507978 Move Merger logs to 3. Cedric Beust 2015-11-23 18:51:03 -08:00
  • f7a1b71435 Log. Cedric Beust 2015-11-23 18:50:55 -08:00
  • 5ee24d4738 Fix the app/ bug. Cedric Beust 2015-11-23 18:50:51 -08:00
  • a5b180e6db Merge pull request #49 from fboldog/copy-manifest-and-resources 0.292 Cedric Beust 2015-11-23 18:21:28 -08:00
  • 45e0017a0e copy resources to correct path Ferenc Boldog 2015-11-24 01:35:43 +01:00
  • 8e8077626a copy AndroidManifest.xml to correct path Ferenc Boldog 2015-11-24 01:35:28 +01:00
  • 665d4040ef Unnecessary. Cedric Beust 2015-11-23 17:17:48 -08:00
  • 93e56208f1 0.291. Cedric Beust 2015-11-23 17:16:40 -08:00
  • 5a5ff5854a Variant was not honoring the project directory. 0.291 Cedric Beust 2015-11-23 17:15:17 -08:00
  • 873f8fc0ae AndroidPlugin is now an IRunContributor. 0.290 Cedric Beust 2015-11-24 03:03:18 -08:00
  • c8f8c9e8e8 Refactoring. Cedric Beust 2015-11-24 03:02:54 -08:00
  • 0d898ae671 Use vars for jaxb. Cedric Beust 2015-11-24 03:01:21 -08:00
  • a45640c5be Add "run" to the Android plug-in. Cedric Beust 2015-11-24 03:00:33 -08:00
  • f2d15c31da Upgrade domx. Cedric Beust 2015-11-24 02:24:45 -08:00
  • 9067872fbf Merge pull request #48 from cypressious/fix_gradle_some_more Cedric Beust 2015-11-23 14:15:53 -08:00
  • e9a647a9f6 Comment and logging. Cedric Beust 2015-11-23 23:56:40 -08:00
  • 3e6760f8f5 Better documentation. Cedric Beust 2015-11-23 22:51:57 -08:00
  • 55e6cff0f5 Introducing IRunContributor. Cedric Beust 2015-11-23 21:52:11 -08:00
  • a6dff8247a fix build.gradle some more Kirill Rakhman 2015-11-23 21:45:37 +01:00
  • 1ae3559f70 Merge pull request #47 from cypressious/wrapper_gradle Cedric Beust 2015-11-23 09:14:54 -08:00
  • b69c9e2fbc update gradle build files Kirill Rakhman 2015-11-23 17:16:38 +01:00
  • 4dd32eb020 Merge pull request #46 from cypressious/gradle-2-9 Cedric Beust 2015-11-23 07:55:50 -08:00
  • ca71fe86b5 bump gradle version to 2.9 Kirill Rakhman 2015-11-23 16:36:24 +01:00
  • 9e480cc699 0.289. Cedric Beust 2015-11-22 22:15:29 -08:00
  • 4b9690a30c Fix logs. Cedric Beust 2015-11-22 22:03:22 -08:00
  • 0ac1131c45 0.288. 0.289 Cedric Beust 2015-11-22 21:52:38 -08:00
  • 88ac8ed492 Fix bogus app/ directories. Cedric Beust 2015-11-22 21:46:55 -08:00
  • cf1ebb29bb Unnecessary. 0.288 0.287 Cedric Beust 2015-11-22 21:02:45 -08:00
  • 671d1ac7c3 Merging values/* files. Cedric Beust 2015-11-22 21:02:39 -08:00
  • 6605dd3b99 mkdirs() delete directories if they exist. Cedric Beust 2015-11-22 20:57:59 -08:00
  • ce04dd80d2 Doc. Cedric Beust 2015-11-22 20:57:40 -08:00
  • ad99281ab5 Refactor. Cedric Beust 2015-11-22 10:42:54 -08:00