aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2010-09-03remove deprecated clojure.contrib.http-agentBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove derecated clojure.contrib.apply-macroBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03gen-html-docs needs clojure.contrib.defBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-08-26Added :pre to functions instead of using custom assert-args macro in ↵Matt Clark
c.c.mock Cleaned up c.c.mock documentation Removed map? preconditions on mock functions which was causing tests to fail updated copyright notices for mock improved mock namespace description Fixed line endings which were erroneously CRLF instead of LF
2010-08-24Merge branch 'better_uberjar'Stuart Sierra
2010-08-24Omit Clojure files from complete 'uberjar'Stuart Sierra
2010-08-22Tests for c.c.loggingAlexander Taggart
2010-08-22New features:Alexander Taggart
- log macros for using print-style args - log macros for using format-style args - Log and LogFactory protocols allow for providing alternate implementations - *tx-agent-levels* and *force* allow controlling the direct vs agent behavior Improvements: - *logging-agent* uses :error-mode :continue - log-capture! now optionally takes args specifying out and err logging levels - with-logs now optionally takes args specifying out and err logging levels - Fixed synchronization issue around calling System.setOut/setErr - Avoided reflection in log-stream - spy uses pprint to format output Breaking changes: - *allow-direct-logging*: Replaced with improved functionality via *force* - *impl-name*: Replaced with impl-name fn on LogFactory protocol - trace/debug/etc: throwable position changed to allow for print-style args - log: throwable position changed to keep consistency with message-last layout of print- and format-style args'
2010-08-20Revert "Remove modules that were deprecated in 1.2"Stuart Sierra
This reverts commit 4e5d98a8840fdeabbb304ca084cb02509dc14393. Too many build dependencies were broken by this change; deprecated modules should be removed one-at-a-time.
2010-08-20Remove modules that were deprecated in 1.2Stuart Sierra
2010-08-20Update clojure version to 1.2.0 in parent POMStuart Sierra
2010-08-13Add 'complete' module to build jar containing all modules.Stuart Sierra
2010-08-13Fix name of probabilities module in POMStuart Sierra
2010-08-13Fix remaining dependency issues in modular buildStuart Sierra
2010-08-12Comment out tests in macro-utils with circular dependency on monadsStuart Sierra
2010-08-12Continue updating dependencies & adding missing filesStuart Sierra
2010-08-11Disable compiling clojure.contrib.javadocStuart Sierra
c.c.javadoc throws deprecation errors on load. This should probably be configured in the module POM.
2010-08-11Add missing dependencies in javadoc and gen-html-docsStuart Sierra
2010-08-10Add test sources to their respective modulesStuart Sierra
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.