aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian7-0/+21
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian3-13/+6
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian1-5/+8
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2-9/+11
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian2-6/+2
2021-08-20More fixes.Eduardo Julian1-2/+4
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian1-1/+1
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-10/+11
2021-01-05Added lexically-scoped templates.Eduardo Julian1-1/+5
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-1/+1
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2-22/+48
2019-10-09Updated lux-lein to work with latest JVM and LeiningenEduardo Julian1-35/+63
2019-09-15Commented out the exclusion of the "org/ow2/asm/asm-all" dependency.Eduardo Julian1-1/+2
2019-03-17Now only timing compiler operations in the Leiningen plugin.Eduardo Julian3-15/+15
2019-03-13No longer packaging extraneous artifacts from ambient .jars and other places.Eduardo Julian1-12/+21
2019-03-13No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...Eduardo Julian4-84/+32
2019-03-13Now showing how long it takes to package a build.Eduardo Julian1-3/+4
2019-03-13No longer packaging Clojure or Lux source-code by accident.Eduardo Julian1-3/+5
2019-01-01Updated lux-lein to properly handle Leiningen profiles.Eduardo Julian3-19/+32
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-04-14- Fixed a bug when packaging uber-JARs in lux-lein.Eduardo Julian1-3/+6
2017-12-01- Fixed path-separator bugs in the Leiningen plugin.Eduardo Julian2-17/+20
2017-11-29- Better logging in Leiningen plugin.Eduardo Julian3-93/+95
2017-10-04- Fixed a bug when showing the error message for missing modules during build...Eduardo Julian2-44/+48
2017-10-04- Fixed a bug wherein incorrect specification of program modules or test modu...Eduardo Julian2-40/+50
2017-03-21- Now packaging the complete JS code.Eduardo Julian4-30/+64
2017-03-21- Can now select between JVM and JS compilation, based on command-line parame...Eduardo Julian1-1/+1
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian7-35/+0
2017-01-26- Now testing whether the process exited with a normal status code, instead o...Eduardo Julian2-13/+14
2017-01-25- Fixed a bug wherein compiling/testing the stdlib involve grabbing another s...Eduardo Julian3-78/+71
2017-01-11- Fixed some bugs in the REPL.Eduardo Julian1-4/+8
2017-01-02- Fixed some bugs with path separators that caused issues on Windows.Eduardo Julian1-6/+8
2017-01-01- Improved support for Windows.Eduardo Julian1-31/+55
2016-12-29- Improved the way commands are taken by lux-lein.Eduardo Julian1-20/+7
2016-12-28- Fixed some bugs in the way Android APKs were getting packaged.Eduardo Julian1-28/+33
2016-12-04- No longer adding the LUX_JAR attribute to compiled JARs.Eduardo Julian1-1/+0
2016-12-02- Fixed a bug that was causing compilation & testing to be done more than nec...Eduardo Julian5-15/+26
2016-12-01- lux-lein can now watch source-code directories to automatically build and t...Eduardo Julian3-9/+56
2016-12-01- Slightly changed the lux-lein commands.Eduardo Julian6-26/+24
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian6-0/+417