aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-181-3/+0
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-5/+1
|
* Done with Python.Eduardo Julian2021-02-241-1/+1
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-1/+1
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-1/+2
|
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-0/+3
|
* Updated old luxc to work with latest the JVM (and changes in lux-lein)Eduardo Julian2019-10-091-0/+1
|
* Added Lux version to manifests.Eduardo Julian2019-03-311-0/+1
|
* No longer needing "jvm" or "js" configurations in "project.clj" files for ↵Eduardo Julian2019-03-131-4/+4
| | | | Lux projects.
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-6/+6
|
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-121-3/+3
|
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-061-4/+6
|
* Folded license-making program (legislator) into the Lux project proper (as ↵Eduardo Julian2019-02-051-2/+5
| | | | licentia).
* Integrated tests into normal source code.Eduardo Julian2019-02-051-13/+15
|
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-4/+5
|
* Relative imports can now alter the start of a path.Eduardo Julian2019-02-031-1/+1
|
* Changed the licenses in the project.clj files.Eduardo Julian2018-12-151-2/+2
|
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/33Eduardo Julian2018-12-031-1/+0
|
* Using leinigen lux plugin again and increased stacksize. I always got ↵StephenBDT2017-09-191-1/+2
| | | | stackoverflows when trying to run the tests
* - Updated the license in the project.clj files.Eduardo Julian2017-03-241-3/+3
| | | - Now forcing the JVM to use a larger stack, to avoid StackOverflow errors.
* - v0.6.0 development has officially begun!Eduardo Julian2017-01-121-2/+2
|
* - Added SCM info to project.clj files.Eduardo Julian2017-01-081-2/+7
|
* - Updated the project.clj files.Eduardo Julian2017-01-081-2/+2
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+19
plugin's and the Emacs mode's into a big monorepo, to keep development unified.