cl-mock.git
9 years agoUpdate documentation for Travis CI. 1.0.1
Olof-Joachim Frahm [Tue, 6 Jan 2015 09:54:43 +0000 (09:54 +0000)]
Update documentation for Travis CI.

9 years agoSkip failing INLINE.
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.

9 years agoFix ASDF dependencies.
Olof-Joachim Frahm [Mon, 5 Jan 2015 23:41:42 +0000 (23:41 +0000)]
Fix ASDF dependencies.

9 years agoAdd Travis CI configuration.
Olof-Joachim Frahm [Mon, 5 Jan 2015 23:25:37 +0000 (23:25 +0000)]
Add Travis CI configuration.

9 years agoExplain `CALL-PREVIOUS` and `*PREVIOUS*`.
Olof-Joachim Frahm [Mon, 22 Dec 2014 13:26:39 +0000 (13:26 +0000)]
Explain `CALL-PREVIOUS` and `*PREVIOUS*`.

9 years agoRemove useless import statements.
Olof-Joachim Frahm [Mon, 22 Dec 2014 13:26:25 +0000 (13:26 +0000)]
Remove useless import statements.

9 years agoAdd example for eclastic.
Olof-Joachim Frahm [Mon, 22 Dec 2014 09:00:03 +0000 (09:00 +0000)]
Add example for eclastic.

9 years agoPackage fixes. 1.0.0
Olof-Joachim Frahm [Mon, 22 Dec 2014 08:04:55 +0000 (08:04 +0000)]
Package fixes.

9 years agoOverhaul and version bump.
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.

9 years agoFix tests for new return values.
Olof-Joachim Frahm [Thu, 18 Dec 2014 16:26:54 +0000 (16:26 +0000)]
Fix tests for new return values.

9 years agoRemove old scratch files.
Olof-Joachim Frahm [Wed, 17 Dec 2014 20:47:21 +0000 (20:47 +0000)]
Remove old scratch files.

9 years agoAdd introduction paragraph.
Olof-Joachim Frahm [Wed, 17 Dec 2014 20:42:43 +0000 (20:42 +0000)]
Add introduction paragraph.

9 years agoFormatting.
Olof-Joachim Frahm [Wed, 17 Dec 2014 20:42:30 +0000 (20:42 +0000)]
Formatting.

9 years agoCurrent state.
Olof-Joachim Frahm [Wed, 17 Dec 2014 15:45:49 +0000 (16:45 +0100)]
Current state.

9 years agoAdd inlining comment, newline.
Olof-Joachim Frahm [Wed, 31 Jul 2013 14:30:10 +0000 (16:30 +0200)]
Add inlining comment, newline.

10 years agoAdd DFLET, PROGF to API documentation.
Olof-Joachim Frahm [Mon, 10 Jun 2013 22:03:57 +0000 (00:03 +0200)]
Add DFLET, PROGF to API documentation.

10 years agoAdd PROGF to export, tests.
Olof-Joachim Frahm [Mon, 10 Jun 2013 22:03:46 +0000 (00:03 +0200)]
Add PROGF to export, tests.

10 years agoSimplify by using ALEXANDRIA.
Olof-Joachim Frahm [Mon, 10 Jun 2013 21:40:15 +0000 (23:40 +0200)]
Simplify by using ALEXANDRIA.

10 years agoBetter tests organization, ASDF integration.
Olof-Joachim Frahm [Mon, 10 Jun 2013 20:49:08 +0000 (22:49 +0200)]
Better tests organization, ASDF integration.

10 years agoSet encoding.
Olof-Joachim Frahm [Thu, 6 Jun 2013 21:42:15 +0000 (23:42 +0200)]
Set encoding.

10 years agoAdd some docstrings.
Olof-Joachim Frahm [Thu, 6 Jun 2013 21:42:01 +0000 (23:42 +0200)]
Add some docstrings.

10 years agoAdd package information.
Olof-Joachim Frahm [Thu, 6 Jun 2013 20:52:25 +0000 (22:52 +0200)]
Add package information.

10 years agoAdd README.
Olof-Joachim Frahm [Thu, 6 Jun 2013 20:50:38 +0000 (22:50 +0200)]
Add README.

10 years agoInitial commit.
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.