| Commit message (Expand) | Author | Files | Lines |
2022-08-17 | Proper testing for debug.log! | Eduardo Julian | 1 | -1/+1 |
2022-08-14 | Documentation changes for v0.7.0 | Eduardo Julian | 2 | -1/+24 |
2022-07-09 | First-class programs instead of having a "lux program" extension. | Eduardo Julian | 4 | -14/+9 |
2022-01-09 | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 1 | -5/+8 |
2021-11-30 | v0.6.5 | Eduardo Julian | 1 | -1/+1 |
2021-11-08 | Used new Function interface to fix directives bug in JVM compiler. | Eduardo Julian | 2 | -9/+11 |
2021-11-08 | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 1 | -1/+1 |
2021-11-02 | v0.6.4 | Eduardo Julian | 1 | -1/+1 |
2021-10-22 | v0.6.3 | Eduardo Julian | 1 | -2/+2 |
2021-10-09 | Fixed packaging issue. | Eduardo Julian | 1 | -2/+2 |
2021-10-01 | Commercial licensing option for Lux + release versions for sub-projects. | Eduardo Julian | 1 | -1/+1 |
2021-09-19 | Added STDLIB documentation for the different target platforms. | Eduardo Julian | 2 | -6/+2 |
2021-08-20 | More fixes. | Eduardo Julian | 1 | -2/+4 |
2021-06-26 | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 1 | -1/+1 |
2021-02-24 | Done with Python. | Eduardo Julian | 1 | -1/+1 |
2021-01-12 | Compiler now shows suggestions when encountering unknown definitions. | Eduardo Julian | 1 | -10/+11 |
2021-01-05 | Added lexically-scoped templates. | Eduardo Julian | 1 | -1/+5 |
2020-12-04 | Re-named old luxc-jvm to lux-bootstrapper. | Eduardo Julian | 1 | -1/+1 |
2020-07-01 | WIP: Leiningen integration with the new JVM compiler. | Eduardo Julian | 2 | -22/+48 |
2019-10-09 | Updated lux-lein to work with latest JVM and Leiningen | Eduardo Julian | 2 | -38/+64 |
2019-09-15 | Commented out the exclusion of the "org/ow2/asm/asm-all" dependency. | Eduardo Julian | 1 | -1/+2 |
2019-03-17 | Now only timing compiler operations in the Leiningen plugin. | Eduardo Julian | 3 | -15/+15 |
2019-03-13 | No longer packaging extraneous artifacts from ambient .jars and other places. | Eduardo Julian | 1 | -12/+21 |
2019-03-13 | No longer needing "jvm" or "js" configurations in "project.clj" files for Lux... | Eduardo Julian | 4 | -84/+32 |
2019-03-13 | Now showing how long it takes to package a build. | Eduardo Julian | 1 | -3/+4 |
2019-03-13 | No longer packaging Clojure or Lux source-code by accident. | Eduardo Julian | 1 | -3/+5 |
2019-01-01 | Updated lux-lein to properly handle Leiningen profiles. | Eduardo Julian | 3 | -19/+32 |
2018-12-15 | Changed the licenses in the project.clj files. | Eduardo Julian | 1 | -2/+2 |
2018-07-13 | Re-named "Bool" type to "Bit". | Eduardo Julian | 1 | -1/+1 |
2018-04-14 | - Fixed a bug when packaging uber-JARs in lux-lein. | Eduardo Julian | 1 | -3/+6 |
2017-12-01 | - Fixed path-separator bugs in the Leiningen plugin. | Eduardo Julian | 2 | -17/+20 |
2017-11-29 | - Better logging in Leiningen plugin. | Eduardo Julian | 3 | -93/+95 |
2017-10-04 | - Fixed a bug when showing the error message for missing modules during build... | Eduardo Julian | 2 | -44/+48 |
2017-10-04 | - Fixed a bug wherein incorrect specification of program modules or test modu... | Eduardo Julian | 2 | -40/+50 |
2017-10-04 | Add missing quote and colon. | John | 1 | -2/+2 |
2017-03-24 | - Updated the license in the project.clj files. | Eduardo Julian | 1 | -2/+2 |
2017-03-21 | - Now packaging the complete JS code. | Eduardo Julian | 4 | -30/+64 |
2017-03-21 | - Can now select between JVM and JS compilation, based on command-line parame... | Eduardo Julian | 1 | -1/+1 |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 10 | -628/+0 |
2017-01-26 | - Now testing whether the process exited with a normal status code, instead o... | Eduardo Julian | 2 | -13/+14 |
2017-01-25 | - Fixed a bug wherein compiling/testing the stdlib involve grabbing another s... | Eduardo Julian | 3 | -78/+71 |
2017-01-12 | - v0.6.0 development has officially begun! | Eduardo Julian | 1 | -3/+3 |
2017-01-11 | - Fixed some bugs in the REPL. | Eduardo Julian | 1 | -4/+8 |
2017-01-08 | - Added SCM info to project.clj files. | Eduardo Julian | 1 | -1/+4 |
2017-01-08 | - Updated the project.clj files. | Eduardo Julian | 1 | -3/+3 |
2017-01-08 | - Updated the READMEs. | Eduardo Julian | 1 | -12/+16 |
2017-01-02 | - Fixed some bugs with path separators that caused issues on Windows. | Eduardo Julian | 1 | -6/+8 |
2017-01-01 | - Improved support for Windows. | Eduardo Julian | 1 | -31/+55 |
2016-12-29 | - Improved the way commands are taken by lux-lein. | Eduardo Julian | 1 | -20/+7 |
2016-12-28 | - Fixed some bugs in the way Android APKs were getting packaged. | Eduardo Julian | 1 | -28/+33 |