summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Olof-Joachim Frahm [Sat, 31 Jan 2015 23:31:14 +0000 (23:31 +0000)]
Better invocation recording.
Olof-Joachim Frahm [Tue, 6 Jan 2015 09:54:43 +0000 (09:54 +0000)]
Update documentation for Travis CI.
Olof-Joachim Frahm [Tue, 6 Jan 2015 20:17:19 +0000 (20:17 +0000)]
Skip failing INLINE.
Which isn't honored on ACL, so just ignore it.
Olof-Joachim Frahm [Mon, 5 Jan 2015 23:41:42 +0000 (23:41 +0000)]
Fix ASDF dependencies.
Olof-Joachim Frahm [Mon, 5 Jan 2015 23:25:37 +0000 (23:25 +0000)]
Add Travis CI configuration.
Olof-Joachim Frahm [Mon, 22 Dec 2014 13:26:39 +0000 (13:26 +0000)]
Explain `CALL-PREVIOUS` and `*PREVIOUS*`.
Olof-Joachim Frahm [Mon, 22 Dec 2014 13:26:25 +0000 (13:26 +0000)]
Remove useless import statements.
Olof-Joachim Frahm [Mon, 22 Dec 2014 09:00:03 +0000 (09:00 +0000)]
Add example for eclastic.
Olof-Joachim Frahm [Mon, 22 Dec 2014 08:04:55 +0000 (08:04 +0000)]
Package fixes.
Olof-Joachim Frahm [Mon, 22 Dec 2014 02:21:04 +0000 (02:21 +0000)]
Overhaul and version bump.
Add better functionality for matching via OPTIMA.
New documentation for split packages (because of OPTIMA dependency).
Drop all mention of generic functions for now.
Olof-Joachim Frahm [Thu, 18 Dec 2014 16:26:54 +0000 (16:26 +0000)]
Fix tests for new return values.
Olof-Joachim Frahm [Wed, 17 Dec 2014 20:47:21 +0000 (20:47 +0000)]
Remove old scratch files.
Olof-Joachim Frahm [Wed, 17 Dec 2014 20:42:43 +0000 (20:42 +0000)]
Add introduction paragraph.
Olof-Joachim Frahm [Wed, 17 Dec 2014 20:42:30 +0000 (20:42 +0000)]
Formatting.
Olof-Joachim Frahm [Wed, 17 Dec 2014 15:45:49 +0000 (16:45 +0100)]
Current state.
Olof-Joachim Frahm [Wed, 31 Jul 2013 14:30:10 +0000 (16:30 +0200)]
Add inlining comment, newline.
Olof-Joachim Frahm [Mon, 10 Jun 2013 22:03:57 +0000 (00:03 +0200)]
Add DFLET, PROGF to API documentation.
Olof-Joachim Frahm [Mon, 10 Jun 2013 22:03:46 +0000 (00:03 +0200)]
Add PROGF to export, tests.
Olof-Joachim Frahm [Mon, 10 Jun 2013 21:40:15 +0000 (23:40 +0200)]
Simplify by using ALEXANDRIA.
Olof-Joachim Frahm [Mon, 10 Jun 2013 20:49:08 +0000 (22:49 +0200)]
Better tests organization, ASDF integration.
Olof-Joachim Frahm [Thu, 6 Jun 2013 21:42:15 +0000 (23:42 +0200)]
Set encoding.
Olof-Joachim Frahm [Thu, 6 Jun 2013 21:42:01 +0000 (23:42 +0200)]
Add some docstrings.
Olof-Joachim Frahm [Thu, 6 Jun 2013 20:52:25 +0000 (22:52 +0200)]
Add package information.
Olof-Joachim Frahm [Thu, 6 Jun 2013 20:50:38 +0000 (22:50 +0200)]
Add README.
Olof-Joachim Frahm [Thu, 6 Jun 2013 20:41:20 +0000 (22:41 +0200)]
Initial commit.
Add current state. The user-side functions/macros are pretty ugly.
Function replacement with the usual SETF FDEFINITION stuff works,
accessing generic functions works as well, but is in an early stage.
Both parts are not merged in any way. NOINLINE is probably necessary,
so implementation-specific ways to replace compiled references would be
a nice addition. In any case testing with this should probably be done
on low optimisation settings to prevent surprises.