openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
ASDF
Settings
|
Report Duplicate
68
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 137 of 137
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
s/{compile,load}-system/{compile,load}-op/ defsystem parsing basically totally rewritten. diffs unmeaningful, so UTSL
Daniel Barlow
More...
over 23 years ago
add compile-and-load-op, load-source-op ops
Daniel Barlow
More...
over 23 years ago
finding the source code
Daniel Barlow
More...
over 23 years ago
beginnings of a semi-formal defsystem syntax description
Daniel Barlow
More...
over 23 years ago
Please ignore this commit
Daniel Barlow
More...
over 23 years ago
added some docstrings
Christophe Rhodes
More...
over 23 years ago
Clean up string-unix-common-casify
Christophe Rhodes
More...
over 23 years ago
Fix for punctuation in unix-string-common-casify
Christophe Rhodes
More...
over 23 years ago
Commit of my sources on general principles
Christophe Rhodes
More...
over 23 years ago
Made process-option-list run at macroexpand time (the current component is anaphorically captured as asdf:component). Implemented :perform and :explain defsystem arguments as in (slightly adjusted) README Also added :initially-do and :finally-do mk-compatibility options
Christophe Rhodes
More...
about 24 years ago
copile and load on a dso can now be separate operations +(defmethod perform ((operation load-system) (c c-source-file)) does nothing but must exist fixed dependencies to reflect reality after having played with them a lot for testing
Daniel Barlow
More...
about 24 years ago
(defmethod process-option ((c component) (option (eql :depends-on)) value) for mk-compatibility
Daniel Barlow
More...
about 24 years ago
TODO: +** compiler/loader options +** operation instantiation in traverse sucks
Daniel Barlow
More...
about 24 years ago
add minimal (and probably also insufficient) set of :in-order-to args to see if the dependency chasing actually works
Daniel Barlow
More...
about 24 years ago
+(define-condition missing-dependency (system-definition-error) - (depends-on :initform nil + (in-order-to :initform nil :initarg :in-order-to)
Daniel Barlow
More...
about 24 years ago
Rewrote the section on dependencies. Dependencies are now between (operation component) pairs, not just components.
Daniel Barlow
More...
about 24 years ago
whitespace
Daniel Barlow
More...
about 24 years ago
package exports: a reasonable list created white space, commentary
Daniel Barlow
More...
about 24 years ago
package exports: a reasonable list created
Daniel Barlow
More...
about 24 years ago
dependencies, version 2
Daniel Barlow
More...
about 24 years ago
a component represents a source file, or a -collection of source files. +collection of components.
Daniel Barlow
More...
about 24 years ago
Initial revision
Daniel Barlow
More...
about 24 years ago
←
1
2
…
129
130
131
132
133
134
135
136
137
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree