Doug Coleman
763d9a3f7d
Missed yet more renames
2011-10-24 17:00:09 -07:00
Doug Coleman
0d059e0f19
Found a few more places to use lookup-c-type
2011-10-24 15:58:40 -07:00
John Benediktsson
81714b8dc3
More lint cleanups.
2011-10-16 19:33:16 -07:00
Doug Coleman
76580da5d5
Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF.
...
CREATE -> scan-new
CREATE-CLASS -> scan-new-class
CREATE-WORD -> scan-new-word
CREATE-GENERIC -> scan-new-generic
scan -> (scan-token)
scan-token now throws on eof
(scan-word) returns word/number/f
scan-word now throws on eof
scan-word-name expects a non-number
Fixes #183 .
Fixes #209 .
2011-09-29 11:28:28 -07:00
Joe Groff
2bd6de9a02
slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global
2011-09-19 10:03:43 -07:00
Slava Pestov
1a9122a265
Merge remote branch 'blei/master'
2011-08-30 21:12:35 -07:00
Anton Gorenko
b0175f9030
gobject-introspection: fix .gir's loading message ( fix #52 );
2011-08-30 22:42:18 +06:00
Philipp Brüschweiler
06e675d903
gobject-introspection: don't generate C-TYPEs for boxed types that already exist, fixes #60
2011-08-29 15:11:24 +02:00
Anton Gorenko
6d09bc9b07
gobject-introspection: fix incorrect resolving of current vocab's path;
...
clutter: remove all girs, add Cally;
2011-03-15 22:38:51 +06:00
Anton Gorenko
6c6fc9fe7b
gobject-introspection: add gsize and gssize standard types;
2011-03-09 15:50:14 +06:00
Anton Gorenko
1dcb49b0d4
gobject-introspection: GIR: tries to find .gir in a current vocabulary's directory, in system gir-1.0 (/usr/share/gir-1.0, /usr/local/share/gir-1.0)
...
or user-defined (GIR_DIRS env. variable) directories;
2011-03-09 15:37:48 +06:00
Anton Gorenko
479304d0a7
gobject-introspection: clean up;
2011-03-06 14:06:00 +06:00
Anton Gorenko
2704822cc7
gobject-introspection: internal strucs (*Class, *Iface or *Private) are generated in .private vocabularies;
2011-03-06 01:05:02 +06:00
Anton Gorenko
952aad80ce
gobject-introspection: add FOREIGN-ATOMIC-TYPE: (used in clutter.cogl.ffi);
...
move clutter from unmaintainded to extra;
2011-03-05 14:11:26 +06:00
Anton Gorenko
73a07eee31
gobject-introspection.ffi: USING: clean up;
2011-01-26 20:27:41 +06:00
Anton Gorenko
aa82d106ce
gobject-introspection: remove tests (because they don't work);
2010-11-15 21:51:49 +06:00
Anton Gorenko
913362a3a2
gobject-introspection: rewrite gir files loading and code generation totally
...
generate girs from fresh sources
ui.backend.gtk, ui.text.pango: update a little bit
(this commit is unstable, because new GObject-introspection release (> 0.9) is much different from 0.6 and it needs more detailed annotations
(e.g. to parse out/inout parameters), which are mostly missing now)
2010-09-29 15:08:31 +06:00
Anton Gorenko
58ab818708
gobject-introspection: add new tests
2010-09-12 23:08:52 +06:00
Anton Gorenko
9dfa0adbfb
start to write tests for 'gobject-introspection'; small fixes
2010-08-31 23:01:39 +06:00
Anton Gorenko
d82a78f89b
gobject-introspection: add REPLACE-C-TYPE: parsing word
2010-07-25 22:18:32 +06:00
Anton Gorenko
659c435686
rename gir to gobject-introspection
2010-07-17 17:17:03 +06:00