Age | Commit message (Expand) | Author |
2010-01-20 | Remove Ant build script. | Stuart Sierra |
2010-01-05 | exclude logging.clj from AOT compilation (see ticket 44) | Steve Gilardi |
2009-11-13 | allow local.properties | Stuart Halloway |
2009-09-28 | compile str-utils2 and other build fixes, refs #22 | Stuart Halloway |
2009-08-27 | renamed c.c.expect to c.c.mock, added author/doc metadata | Stuart Halloway |
2009-08-25 | Fixed a typo introduced by the merge: test-is-adapter => test-adapter. | Tom Faulhaber |
2009-08-25 | tweaks: update build to match package names, idiomatic reset! | Stuart Halloway |
2009-08-23 | added test-expect source, renamed namespaces for contrib | Aaron Bedra and Stuart Halloway |
2009-08-15 | make compile_clojure depend on compile_classes, fixes test failure | scgilardi |
2009-08-06 | clojure.contrib.jmx | Stuart Halloway |
2009-06-24 | gtic: move clojure tests and supporting libraries into clojure repos | Stuart Halloway |
2009-06-23 | build.xml: removed condt from compile_clojure target | Stuart Sierra |
2009-06-17 | build.xml: run compile-clojure in headless mode | Konrad Hinsen |
2009-06-10 | add condition.clj: raise and handle conditions: maps | scgilardi |
2009-06-05 | build.xml: Add clojure.contrib.fnmap.PersistentFnMap to compiled_classes | Tom Faulhaber |
2009-06-03 | build.xml: add fnmap to compiled namespaces, fixes test_contrib failure | scgilardi |
2009-06-03 | build.xml: removed old compile line for test-is.test-fixtures | Stuart Sierra |
2009-05-31 | build.xml, load-all: add swing-utils | scgilardi |
2009-05-13 | miglayout: change dependency on miglayout jar from compile time to run time, ... | scgilardi |
2009-05-10 | build.xml: removed javalog, which is deprecated and not compatible w/ Java 5 | Stuart Sierra |
2009-05-10 | Four adjustments to the compilation stuff: | Tom Faulhaber |
2009-05-09 | build.xml: Issue 38: resorted and added libs to build.xml | Stuart Sierra |
2009-05-05 | New library macro-utils | Konrad Hinsen |
2009-05-03 | Added an ant target to compile the minimal set of classes, just those | Tom Faulhaber |
2009-04-22 | probabilities: revision, new submodules random-numbers and monte-carlo | Konrad Hinsen |
2009-04-11 | Resolve issue 37. Build patch from Howard Lewis Ship | scgilardi |
2009-04-10 | simplified tests to avoid permanent fixtures per discussion on mailing list | Stuart Halloway |
2009-04-09 | added Perry Trolard's properties helpers | Stuart Halloway |
2009-04-07 | Resolve issue 31: Maven patch / build on CI Server, from Howard Lewis Ship | scgilardi |
2009-04-06 | Added tests for the pretty printer/cl-format to the main test driver | Tom Faulhaber |
2009-04-06 | Added a warning if we don't have a clojure.jar to support compilation | Tom Faulhaber |
2009-04-06 | Add pprint and utilities to the set of compiled files | Tom Faulhaber |
2009-04-06 | Basic support for pretty printer | Tom Faulhaber |
2009-03-22 | issue 34: add .?. and -?> from Laurent Petit | scgilardi |
2009-03-20 | test-contrib and datalog tests behave the same as test-clojure | Frantisek Sodomka |
2009-03-19 | New library clojure.contrib.complex-numbers | Konrad Hinsen |
2009-03-19 | generic: new module comparison plus general support code | Konrad Hinsen |
2009-03-18 | generic: new module functor | Konrad Hinsen |
2009-03-16 | new module clojure.contrib.generic.collection | Konrad Hinsen |
2009-03-16 | Added dataflow cells-like library | Jeffrey Straszheim |
2009-03-13 | generic: modified arithmetic and added math-functions | Konrad Hinsen |
2009-03-12 | New module clojure.contrib.generic.arithmetic (experimental) | Konrad Hinsen |
2009-03-04 | added compilation of clojure.contrib.javadoc.browse and clojure.contrib.javad... | Christophe Grand |
2009-03-03 | build.xml: remove defunct clojure.contrib.javadoc from list of compiled libs | scgilardi |
2009-03-03 | Added datalog | Jeffrey Straszheim |
2009-02-25 | Fixed a typo in build.xml | Konrad Hinsen |
2009-02-25 | New library clojure.contrib.types implements algebraic data types | Konrad Hinsen |
2009-02-24 | Began graph module | Jeffrey Straszheim |
2009-02-23 | stream-utils: almost completely new content | Konrad Hinsen |
2009-02-22 | restore 'ant test_clojure' functionality to build.xml | scgilardi |