Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Juan
gsll
Commits
5fb9ef54
Commit
5fb9ef54
authored
14 years ago
by
Liam M. Healy
Browse files
Options
Downloads
Patches
Plain Diff
Don't import 'grid:dimensions, use alexandria:make-keyword
parent
0701df89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gsll.asd
+2
-2
2 additions, 2 deletions
gsll.asd
init/init.lisp
+2
-2
2 additions, 2 deletions
init/init.lisp
init/mobject.lisp
+4
-4
4 additions, 4 deletions
init/mobject.lisp
with
8 additions
and
8 deletions
gsll.asd
+
2
−
2
View file @
5fb9ef54
;; Definition of GSLL system
;; Definition of GSLL system
;; Liam Healy
;; Liam Healy
;; Time-stamp: <2011-01-
0
1 1
0:57:50
EST gsll.asd>
;; Time-stamp: <2011-01-
1
1 1
9:16:46
EST gsll.asd>
;;
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;; Distributed under the terms of the GNU General Public License
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
:version
"0"
:version
"0"
:author
"Liam M. Healy"
:author
"Liam M. Healy"
:licence
"GPL v3"
:licence
"GPL v3"
:depends-on
(
antik
cffi-grovel
trivial-garbage
#+
fsbv
fsbv
)
:depends-on
(
antik
cffi-grovel
trivial-garbage
alexandria
#+
fsbv
fsbv
)
:components
:components
((
:module
init
((
:module
init
:components
:components
...
...
This diff is collapsed.
Click to expand it.
init/init.lisp
+
2
−
2
View file @
5fb9ef54
;; Load GSL
;; Load GSL
;; Liam Healy Sat Mar 4 2006 - 18:53
;; Liam Healy Sat Mar 4 2006 - 18:53
;; Time-stamp: <2011-01-1
0
1
8:28:14
EST init.lisp>
;; Time-stamp: <2011-01-1
1
1
9:06:42
EST init.lisp>
;;
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;; Distributed under the terms of the GNU General Public License
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
(
:nicknames
:gsl
)
(
:nicknames
:gsl
)
(
:use
:common-lisp
:cffi
)
(
:use
:common-lisp
:cffi
)
(
:import-from
(
:import-from
:grid
#:dimensions
:grid
#:element-type
#:foreign-array
#:matrix
#:dim0
#:dim1
#:^
#:copy
)
#:element-type
#:foreign-array
#:matrix
#:dim0
#:dim1
#:^
#:copy
)
(
:export
#:element-type
#:dim0
#:dim1
#:copy
))
(
:export
#:element-type
#:dim0
#:dim1
#:copy
))
...
...
This diff is collapsed.
Click to expand it.
init/mobject.lisp
+
4
−
4
View file @
5fb9ef54
;; Definition of GSL objects and ways to use them.
;; Definition of GSL objects and ways to use them.
;; Liam Healy, Sun Dec 3 2006 - 10:21
;; Liam Healy, Sun Dec 3 2006 - 10:21
;; Time-stamp: <2011-01-1
0 18:19:11
EST mobject.lisp>
;; Time-stamp: <2011-01-1
1 19:10:48
EST mobject.lisp>
;;
;;
;; Copyright 2006, 2007, 2008, 2009, 2011 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;; Distributed under the terms of the GNU General Public License
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
(
if
(
have-at-least-gsl-version
gsl-version
)
(
if
(
have-at-least-gsl-version
gsl-version
)
`
(
progn
`
(
progn
,
(
if
cbinfo
,
(
if
cbinfo
`
(
,
(
if
(
member
'
grid:
dimensions
cl-alloc-args
)
`
(
,
(
if
(
member
'dimensions
cl-alloc-args
)
'def-ci-subclass
'def-ci-subclass-1d
)
'def-ci-subclass
'def-ci-subclass-1d
)
,
class
,
class
,
superclasses
,
superclasses
...
@@ -288,9 +288,9 @@
...
@@ -288,9 +288,9 @@
(
if
(
listp
symbol
)
(
if
(
listp
symbol
)
(
mappend
(
lambda
(
s
)
(
symbol-keyword-symbol
s
singular
))
symbol
)
(
mappend
(
lambda
(
s
)
(
symbol-keyword-symbol
s
singular
))
symbol
)
(
if
(
member
(
singular-symbol
symbol
)
singular
)
(
if
(
member
(
singular-symbol
symbol
)
singular
)
(
list
(
intern
(
symbol-name
symbol
)
:keyword
)
(
list
(
alexandria:make-keyword
symbol
)
`
(
list
,
(
singular-symbol
symbol
)))
`
(
list
,
(
singular-symbol
symbol
)))
(
list
(
intern
(
symbol-name
symbol
)
:keyword
)
(
list
(
alexandria:make-keyword
symbol
)
symbol
))))
symbol
))))
;;;;****************************************************************************
;;;;****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment