0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added wrappers for Environment.evictMemory, Environment.cleanLog, and Environment.compress. More... over 14 years ago
Added simple handling for mutable environment configuration. More... over 14 years ago
Stopped tracking full configuration data for JE objects. Too much book-keeping. More... over 14 years ago
Added shared cache support to environments. More... over 14 years ago
Stopped using Java LockMode objects as arguments to db-core functions. More... over 14 years ago
Added a handful of database environment maintenance functions. More... over 14 years ago
Clarified use of :isolation. More... over 14 years ago
Added tests for cursor and secondary database transactionality. More... over 14 years ago
Eliminated evil column alignment from cupboard. More... over 14 years ago
Eliminated evil column alignment from db-core. More... over 14 years ago
Added transaction support to all db-core operations. More... over 14 years ago
Added rudimentary transaction open, commit, and abort wrappers. More... over 14 years ago
Implemented with-open-cupboard. Improved open-cupboard's robustness for creating new environments. More... over 14 years ago
Modified syntax of with-db- macros to more resemble with-open-file from Common Lisp. More... over 14 years ago
Added the ability to make-instance on defpersist structures without actually saving them. Fixed tests. More... over 14 years ago
Implemented retrieve for non-unique indices. More... over 14 years ago
Implemented a simple retrieve function which supports retrievals by primary key or by unique index. More... over 14 years ago
Split :index-dbs on shelf objects into :index-unique-dbs and :index-any-dbs for convenience of distinguishing between the two. More... over 14 years ago
Clarified primary key semantics: no duplicates allowed. More... over 14 years ago
Implemented make-instance and save functions which actually succeed at run-time. More... over 14 years ago
Added a way to parse Common Lisp style keyword arguments mixed with &rest arguments. More... over 14 years ago
Saving progress. About to perform major surgery. More... over 14 years ago
Fixes for handling secondary database transactionality. More... over 14 years ago
Added filter-vec and remove-vec operations to utils. More... over 14 years ago
Sigh, Clojure's compile-time symbol interning system really is not very good, is it... Maybe more newbie-friendly, but not at all good. More... over 14 years ago
Another small fix for basic shelf handling. More... over 14 years ago
Made a few fixes to shelf handling routines. More... over 14 years ago
Refactored close-shelves into a more flexible combination of functions. Write a first cut of get-shelf. More... over 14 years ago
Made args-map behave as expected when passed a &rest argument, a single-element sequential structure with the argument map inside. More... over 14 years ago
Added duck-typed defstruct* definition with tests. Started using it where needed. More... over 14 years ago