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
0f1aa6f6
Commit
0f1aa6f6
authored
Dec 04, 2014
by
Dave Cooper
Browse files
updated docs
parent
c20a1686
Changes
103
Expand all
Hide whitespace changes
Inline
Side-by-side
apps/ta2/ta2.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" (legacy) Testing and Tracking Utility, version 2 (using Ajax but pre-gdlAjax, and no JQuery or CSS)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:gwl-graphics
)
:version
"20141
120
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/tasty/tasty.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Web-based Development Environment (tasty)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:tree
:gwl-graphics
)
:version
"20141
120
"
:depends-on
(
:tree
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/translators/translators.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Translators to/from XML and potentially other high-level KBE and Knowledge formats"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:gwl
)
:version
"20141
120
"
:depends-on
(
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/tree/tree.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Tree component used by Tasty and potentially as a UI component on its own"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:gwl-graphics
)
:version
"20141
120
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
apps/yadd/source/define-object-documentation.lisp
View file @
0f1aa6f6
...
...
@@ -313,12 +313,14 @@ If you specify :part-symbol-supplied, do not specify :instance-supplied."))
(
the
part-full-symbol
))
(
the
load-example
)
(
print-variables
(
the
part-full-symbol
))
(
setq
pdf-file
(
merge-pathnames
"example.pdf"
(
glisp:temporary-folder
))
named-pdf-file
(
merge-pathnames
(
format
nil
"example-~
s
.pdf"
(
the
part-full-symbol
))
named-pdf-file
(
merge-pathnames
(
format
nil
"example-~
(~a~)
.pdf"
(
the
part-full-symbol
))
"~/genworks/gendl/documentation/tutorial/images/"
))
(
uiop:copy-file
pdf-file
named-pdf-file
))
`
((
:p
(
:textbf
(
:underline
"Mixins:"
))
" "
,
(
format
nil
"~{~a~^, ~}"
(
mapcar
#'
(
lambda
(
sym
)
(
string
sym
))
(
the
mixins-list
))))
(
:p
((
:list
:style
:description
)
...
...
apps/yadd/yadd.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Yet Another Definition Documenter (yadd)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
:version
"20141
120
"
:depends-on
(
:gwl-graphics
#-
allegro
:cl-html-parse
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
base/base.asd
View file @
0f1aa6f6
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:base
:description
"The Gendl\" Base Core Kernel Engine"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
nil
:serial
t
:version
"20141
120
"
:depends-on
nil
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
base/rest/source/utilities.lisp
View file @
0f1aa6f6
This diff is collapsed.
Click to expand it.
base/source/package.lisp
View file @
0f1aa6f6
...
...
@@ -188,6 +188,7 @@ If you are interested in this effort we would love to hear from you at open-sour
#:list-of-numbers
#:lookup-color
#:load-quicklisp
#:load-hotpatches
#:*quicklisp-home*
#:make-canonical-part
#:make-keyword
...
...
@@ -281,6 +282,7 @@ If you are interested in this effort we would love to hear from you at open-sour
#:room-report
#:*onclick-function*
#:*already-loaded-systems*
#:*loaded-hotpatches*
#:*packages-to-lock*
#:*warn-on-invalid-toplevel-inputs?
))
...
...
base/source/parameters.lisp
View file @
0f1aa6f6
...
...
@@ -29,7 +29,8 @@
;;(defparameter *gendl-version* "1587p006")
;;(defparameter *gendl-version* "1587p007")
;;(defparameter *gendl-version* "1587p008")
(
defparameter
*gendl-version*
"1587p009"
)
;;(defparameter *gendl-version* "1587p009")
(
defparameter
*gendl-version*
"1587p010-dev"
)
;;(defparameter *gendl-version* "ql-2013-12")
(
defparameter
*gendl-patch-level*
nil
)
...
...
cl-lite/cl-lite.asd
View file @
0f1aa6f6
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:cl-lite
:description
"The Gendl\" Compile-and-Load Lite Utility"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:glisp
)
:serial
t
:version
"20141
120
"
:depends-on
(
:glisp
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
demos/bus/bus.asd
View file @
0f1aa6f6
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:bus
:description
"The Gendl\" Wireframe School Bus Demo"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20141
120
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
demos/ledger/ledger.asd
View file @
0f1aa6f6
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:ledger
:description
"The Gendl\" Ledger Bookkeeping Demo"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
:serial
t
:version
"20141
120
"
:depends-on
(
#-
gwl
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
demos/robot/robot.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Simplified Android Robot example "
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:gwl-graphics
)
:version
"20141
120
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
demos/wire-world/wire-world.asd
View file @
0f1aa6f6
...
...
@@ -4,7 +4,7 @@
"The Gendl\" Wire-World demo and test-case for wireframe tessellation and X3D output"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
:version
"20141
120
"
:depends-on
(
#-
gwl-graphics
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
documentation/training/g102-tud/examples/examples.asd
View file @
0f1aa6f6
...
...
@@ -3,7 +3,7 @@
(
asdf:defsystem
#:examples
:description
"The Gendl\" examples Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20141
029
"
:depends-on
(
:gwl-graphics
:surf
)
:version
"20141
120
"
:depends-on
(
:gwl-graphics
:surf
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
documentation/tutorial/images/display-color.pdf
View file @
0f1aa6f6
No preview for this file type
documentation/tutorial/images/example-angular-dimension.pdf
View file @
0f1aa6f6
No preview for this file type
documentation/tutorial/images/example-approximated-curve.pdf
View file @
0f1aa6f6
No preview for this file type
documentation/tutorial/images/example-arc-curve.pdf
View file @
0f1aa6f6
No preview for this file type
Prev
1
2
3
4
5
6
Next
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