aboutsummaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Expand)Author
2010-01-20Remove Ant build script.Stuart Sierra
2010-01-05exclude logging.clj from AOT compilation (see ticket 44)Steve Gilardi
2009-11-13allow local.propertiesStuart Halloway
2009-09-28compile str-utils2 and other build fixes, refs #22Stuart Halloway
2009-08-27renamed c.c.expect to c.c.mock, added author/doc metadataStuart Halloway
2009-08-25Fixed a typo introduced by the merge: test-is-adapter => test-adapter.Tom Faulhaber
2009-08-25tweaks: update build to match package names, idiomatic reset!Stuart Halloway
2009-08-23added test-expect source, renamed namespaces for contribAaron Bedra and Stuart Halloway
2009-08-15make compile_clojure depend on compile_classes, fixes test failurescgilardi
2009-08-06clojure.contrib.jmxStuart Halloway
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-23build.xml: removed condt from compile_clojure targetStuart Sierra
2009-06-17build.xml: run compile-clojure in headless modeKonrad Hinsen
2009-06-10add condition.clj: raise and handle conditions: mapsscgilardi
2009-06-05build.xml: Add clojure.contrib.fnmap.PersistentFnMap to compiled_classesTom Faulhaber
2009-06-03build.xml: add fnmap to compiled namespaces, fixes test_contrib failurescgilardi
2009-06-03build.xml: removed old compile line for test-is.test-fixturesStuart Sierra
2009-05-31build.xml, load-all: add swing-utilsscgilardi
2009-05-13miglayout: change dependency on miglayout jar from compile time to run time, ...scgilardi
2009-05-10build.xml: removed javalog, which is deprecated and not compatible w/ Java 5Stuart Sierra
2009-05-10Four adjustments to the compilation stuff:Tom Faulhaber
2009-05-09build.xml: Issue 38: resorted and added libs to build.xmlStuart Sierra
2009-05-05New library macro-utilsKonrad Hinsen
2009-05-03Added an ant target to compile the minimal set of classes, just thoseTom Faulhaber
2009-04-22probabilities: revision, new submodules random-numbers and monte-carloKonrad Hinsen
2009-04-11Resolve issue 37. Build patch from Howard Lewis Shipscgilardi
2009-04-10simplified tests to avoid permanent fixtures per discussion on mailing listStuart Halloway
2009-04-09added Perry Trolard's properties helpersStuart Halloway
2009-04-07Resolve issue 31: Maven patch / build on CI Server, from Howard Lewis Shipscgilardi
2009-04-06Added tests for the pretty printer/cl-format to the main test driverTom Faulhaber
2009-04-06Added a warning if we don't have a clojure.jar to support compilationTom Faulhaber
2009-04-06Add pprint and utilities to the set of compiled filesTom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber
2009-03-22issue 34: add .?. and -?> from Laurent Petitscgilardi
2009-03-20test-contrib and datalog tests behave the same as test-clojureFrantisek Sodomka
2009-03-19New library clojure.contrib.complex-numbersKonrad Hinsen
2009-03-19generic: new module comparison plus general support codeKonrad Hinsen
2009-03-18generic: new module functorKonrad Hinsen
2009-03-16new module clojure.contrib.generic.collectionKonrad Hinsen
2009-03-16Added dataflow cells-like libraryJeffrey Straszheim
2009-03-13generic: modified arithmetic and added math-functionsKonrad Hinsen
2009-03-12New module clojure.contrib.generic.arithmetic (experimental)Konrad Hinsen
2009-03-04added compilation of clojure.contrib.javadoc.browse and clojure.contrib.javad...Christophe Grand
2009-03-03build.xml: remove defunct clojure.contrib.javadoc from list of compiled libsscgilardi
2009-03-03Added datalogJeffrey Straszheim
2009-02-25Fixed a typo in build.xmlKonrad Hinsen
2009-02-25New library clojure.contrib.types implements algebraic data typesKonrad Hinsen
2009-02-24Began graph moduleJeffrey Straszheim
2009-02-23stream-utils: almost completely new contentKonrad Hinsen
2009-02-22restore 'ant test_clojure' functionality to build.xmlscgilardi