Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
63d24b38
Commit
63d24b38
authored
Aug 22, 2013
by
Dave Cooper
Browse files
fixed asd files
parent
a467e9db
Changes
18
Show whitespace changes
Inline
Side-by-side
apps/ta2/ta2.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ (legacy) Testing and Tracking Utility, version 2 (using Ajax but pre-gdlAjax, and no JQuery or CSS)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
...
...
@@ -13,4 +13,3 @@
(
:file
"source/click-mode"
)
(
:file
"source/inspector"
)
(
:file
"source/object-tree"
)
(
:file
"source/part-type-form"
)
(
:file
"source/publish"
)
(
:file
"source/viewport"
)))
apps/tasty/tasty.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Web-based Development Environment (tasty)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:tree
:gwl-graphics
)
:serial
t
:version
"20130
822
"
:depends-on
(
:tree
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
...
...
@@ -15,4 +15,3 @@
(
:file
"source/status-object"
)
(
:file
"source/test-part"
)
(
:file
"source/test-part2"
)
(
:file
"source/two-viewports"
)
(
:file
"source/viewport"
)
(
:file
"source/zzinit"
)))
apps/translators/translators.asd
View file @
63d24b38
...
...
@@ -4,10 +4,9 @@
"The Gendl™ Translators to/from XML and potentially other high-level KBE and Knowledge formats"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"xml/source/package"
)
(
:file
"xml/source/genworks"
)
(
:file
"xml/source/definition-tree"
)
(
:file
"xml/source/gdl2xml"
)
(
:file
"xml/source/xml2gdl"
)))
apps/tree/tree.asd
View file @
63d24b38
...
...
@@ -4,10 +4,9 @@
"The Gendl™ Tree component used by Tasty and potentially as a UI component on its own"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
(
:file
"source/ajax"
)
(
:file
"source/assembly"
)
(
:file
"source/newertree"
)))
apps/yadd/yadd.asd
View file @
63d24b38
...
...
@@ -4,7 +4,8 @@
"The Gendl™ Yet Another Definition Documenter (yadd)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130710"
:depends-on
(
:gwl-graphics
#-
allegro
:cl-html-parse
)
:serial
t
:version
"20130822"
:depends-on
(
:gwl-graphics
#-
allegro
:cl-html-parse
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/genworks"
)
...
...
@@ -15,4 +16,3 @@
(
:file
"source/function-documentation"
)
(
:file
"source/initialize"
)
(
:file
"source/publish"
)
(
:file
"source/test-part"
)
(
:file
"source/variable-documentation"
)
(
:file
"source/zzinit"
)))
base/base.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Base Core Kernel Engine"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
nil
:serial
t
:version
"20130
822
"
:depends-on
nil
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/genworks"
)
...
...
@@ -29,4 +29,3 @@
(
:file
"rest/source/init"
)
(
:file
"rest/source/make-part"
)
(
:file
"rest/source/sequence"
)
(
:file
"zzinit/source/initialize"
)
(
:file
"zzinit/source/zzinit"
)))
cl-lite/cl-lite.asd
View file @
63d24b38
...
...
@@ -4,10 +4,9 @@
"The Gendl™ Compile-and-Load Lite Utility"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:glisp
)
:serial
t
:version
"20130
822
"
:depends-on
(
:glisp
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
(
:file
"source/cl-lite"
)
(
:file
"source/initialize"
)
(
:file
"source/zzinit"
)))
demos/bus/bus.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Wireframe School Bus Demo"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
...
...
@@ -23,4 +23,3 @@
(
:file
"source/rear-axle"
)
(
:file
"source/seat"
)
(
:file
"source/seating-section"
)
(
:file
"source/seating-side"
)
(
:file
"source/wheel"
)))
demos/ledger/ledger.asd
View file @
63d24b38
...
...
@@ -4,9 +4,8 @@
"The Gendl™ Ledger Bookkeeping Demo"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
(
:file
"source/html"
)
(
:file
"source/zzinit"
)))
demos/robot/robot.asd
View file @
63d24b38
...
...
@@ -4,10 +4,9 @@
"The Gendl™ Simplified Android Robot example "
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
(
:file
"source/initialize"
)
(
:file
"source/parameters"
)
(
:file
"source/zzinit"
)))
demos/wire-world/wire-world.asd
View file @
63d24b38
...
...
@@ -4,7 +4,6 @@
"The Gendl™ Wire-World demo and test-case for wireframe tessellation and X3D output"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20130
822
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)))
documentation/training/g102-tud/examples/examples.asd
View file @
63d24b38
...
...
@@ -4,9 +4,8 @@
"The Gendl™ examples Subsystem"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:surf
)
:serial
t
:version
"20130
822
"
:depends-on
(
:surf
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/ch2-examples"
)
(
:file
"source/ch3-examples"
)
(
:gdl
"source/primi-plane"
)
(
:gdl
"source/ui-primi-plane"
)))
geom-base/geom-base.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Wireframe Geometry"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:glisp
)
:serial
t
:version
"20130
822
"
:depends-on
(
:glisp
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"prereqs/source/presets"
)
...
...
@@ -57,4 +57,3 @@
(
:file
"lenses/source/vrml"
)
(
:file
"lenses/source/x3d"
)
(
:file
"math/source/polynomial"
)
(
:file
"zzinit/source/initialize"
)
(
:file
"zzinit/source/zzinit"
)))
glisp/glisp.asd
View file @
63d24b38
...
...
@@ -4,11 +4,10 @@
"The Gendl™ Common Lisp Portability"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
:serial
t
:version
"20130
822
"
:depends-on
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
#-
allegro
:acl-compat
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/presets"
)
(
:file
"source/parameters"
)
(
:file
"source/genworks"
)
(
:file
"source/initialize"
)
(
:file
"source/zzinit"
)))
gwl-graphics/gwl-graphics.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ GWL embedded graphics support"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:geom-base
:gwl
)
:serial
t
:version
"20130
822
"
:depends-on
(
:geom-base
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"gwl/source/application-mixin"
)
...
...
@@ -16,4 +16,3 @@
(
:file
"raphael/source/package"
)
(
:file
"raphael/source/formats"
)
(
:file
"raphael/source/lenses"
)
(
:file
"source/parameters"
)
(
:file
"zzinit/source/initialize"
)
(
:file
"zzinit/source/zzinit"
)))
gwl/gwl.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Generative Web Language (GWL)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:glisp
:aserve
)
:serial
t
:version
"20130
822
"
:depends-on
(
:glisp
:aserve
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/defparameters"
)
...
...
@@ -38,4 +38,3 @@
(
:file
"js-libs/jquery/source/package"
)
(
:file
"js-libs/jquery/source/slider-form-control"
)
(
:file
"zzinit/source/initialize"
)
(
:file
"zzinit/source/zzinit"
)))
regression/regression.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ regression Subsystem"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:lift
:surf
:tasty
)
:serial
t
:version
"20130
822
"
:depends-on
(
:lift
:surf
:tasty
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"utils/source/package"
)
(
:file
"utils/source/genworks"
)
...
...
@@ -69,4 +69,3 @@
(
:file
"source/trimmed-surface"
)
(
:file
"source/united-solid"
)
(
:file
"tasty/source/center-loss"
)
(
:file
"threads/source/box-solid"
)))
surf/surf.asd
View file @
63d24b38
...
...
@@ -4,7 +4,7 @@
"The Gendl™ NURBS Surface and Solids Geometry Primitives"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130
710
"
:depends-on
(
:geom-base
)
:serial
t
:version
"20130
822
"
:depends-on
(
:geom-base
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/parameters"
)
(
:file
"source/classes"
)
...
...
@@ -63,4 +63,3 @@
(
:file
"source/validated-solid"
)
(
:file
"source/vertex"
)
(
:file
"source/views"
)
(
:file
"lenses/source/vrml"
)
(
:file
"lenses/source/x3d"
)
(
:file
"zzinit/source/zzinit"
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment