Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-30 | Do not AOT-compile pprint | Stuart Sierra | |
Need to fix order-of-compilation issues with PrettyWriter and ColumnWriter | |||
2010-01-30 | Revert "Reenable builds with local clojure.jar" | Stuart Sierra | |
This reverts commit 4e8696e773b7b1b121bab2e56d1fa233a2a28957. Attempted fix doesn't work. | |||
2010-01-30 | pprint: require ColumnWriter in PrettyWriter | Stuart Sierra | |
This is an attempt to fix compilation-order issues with gen-class. See http://groups.google.com/group/clojure-maven-plugin/browse_thread/thread/40150bb45270b322 | |||
2010-01-29 | Reenable builds with local clojure.jar | Stuart Sierra | |
Corrected POM still has Clojure as a dependency, with an optional profile that allows specifying the location of clojure.jar | |||
2010-01-29 | Simplify POM, only AOT-compile namespaces that gen-class | Stuart Sierra | |
Binary incompatibility of AOT-compiled namespaces makes it desirable to avoid compilation except when needed for gen-class. Also fixes problem of the compilation order being non-deterministic, depending on the underlying filesystem. | |||
2010-01-29 | Add source encoding UTF-8 to POM | Stuart Sierra | |
2010-01-28 | Describe where to get development snapshots in README | Stuart Sierra | |
2010-01-28 | Describe "local" build in POM | Stuart Sierra | |
2010-01-28 | Add "local" profile to POM | Stuart Sierra | |
2010-01-28 | Add offline build instructions to README | Stuart Sierra | |
2010-01-27 | str-utils3: substitute type-specific fns for 'replace' multimethod | Stuart Sierra | |
'replace' doesn't need runtime dispatch, so multimethods are unnecessary performance overhead. New functions: replace-char, replace-str, replace-re, and replace-by | |||
2010-01-26 | Add str-utils3 with tests | Stuart Sierra | |
* most significant argument last, for ->> * 'contains?' renamed 'substring?' * removed 'partial' | |||
2010-01-26 | Add instructions for building with local Clojure | Stuart Sierra | |
2010-01-25 | Describe setting clojure.version in README | Stuart Sierra | |
2010-01-25 | Make clojure.version a property in POM | Stuart Sierra | |
2010-01-25 | Describe version numbering corresponding to Clojure versions | Stuart Sierra | |
2010-01-25 | Correct README typo | Stuart Sierra | |
2010-01-21 | Add source .clj files to JARmaven | Stuart Sierra | |
2010-01-21 | Clean up headings in README | Stuart Sierra | |
2010-01-21 | Add additional mvn build commands to README | Stuart Sierra | |
2010-01-21 | Clean up URLs and add link to package downloads in README | Stuart Sierra | |
2010-01-21 | Reformat README to 70-chars-per-line | Stuart Sierra | |
2010-01-20 | Add assembly configuration to POM. | Stuart Sierra | |
2010-01-20 | Add "dist" assembly for distribution ZIP/tar files. | Stuart Sierra | |
2010-01-20 | Add release and SNAPSHOT distributionManagement to POM | Stuart Sierra | |
2010-01-20 | Exclude clojure.contrib.pprint from compilation | Stuart Sierra | |
Other c.c.pprint.* namespaces get compiled, but can't load c.c.pprint itself until dependencies are AOT-compiled. | |||
2010-01-20 | Update build instructions in README.txt | Stuart Sierra | |
2010-01-20 | Remove Ant build script. | Stuart Sierra | |
2010-01-20 | Add build instructions to POM. | Stuart Sierra | |
This does not yet include deployment or custom packaging such as a slim JAR or release ZIP. These can be added. | |||
2010-01-20 | Remove clojure.contrib.test-contrib | Stuart Sierra | |
"mvn clojure:test" is equivalent | |||
2010-01-20 | Replace classes and *.jar with target/ in .gitignore | Stuart Sierra | |
2010-01-20 | Remove tests for clojure.contrib.walk (obsolete) | Stuart Sierra | |
2010-01-20 | Move example sources to separate dir. | Stuart Sierra | |
2010-01-20 | Move source files into Maven-style directory structure. | Stuart Sierra | |
2010-01-14 | macro-utils: support new deftype and reify forms | Konrad Hinsen | |
2010-01-08 | finite-distributions: fixed typo | Konrad Hinsen | |
2010-01-05 | exclude logging.clj from AOT compilation (see ticket 44) | Steve Gilardi | |
2009-12-30 | clean up temporary namespaces, fixes #54 | Stuart Halloway | |
2009-12-29 | check for AssertionError in tests | Rich Hickey | |
2009-12-28 | finite-distributions: simplified m-bind of dist-m monad | Konrad Hinsen | |
2009-12-14 | Add Factory as a method of obtaining open database connections, fixes #50 | Steve Gilardi | |
2009-12-11 | Changed all instances of ^x across contrib to (meta x) since the ^x form is ↵ | Tom Faulhaber | |
being deprecated in 1.1 refs #48 | |||
2009-12-10 | Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ↵ | Tom Faulhaber | |
is being deprecated in 1.1 | |||
2009-12-10 | Fixes for defs losing their doc strings (and other metadata). | Tom Faulhaber | |
2009-12-10 | update to point to build.clojure.org, clojure 1.1.0-master (was 1.1.0 | Steve Gilardi | |
alpha), requested by build.clojure.org maintainer Tim Dysinger | |||
2009-11-30 | renamed col-write method to Java-ok col_write | Rich Hickey | |
2009-11-28 | added :dynamic annotations to mock | Rich Hickey | |
2009-11-26 | macros: new macro with-direct-linking | Konrad Hinsen | |
2009-11-24 | make filename canonical: pprint/cl-format.clj -> pprint/cl_format.clj | Steve Gilardi | |
2009-11-24 | exclude bytes from http.agent | Rich Hickey | |