Changeset 4163
- Timestamp:
- Jun 8, 2005, 2:16:25 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 4 added
- 5 edited
-
glueforge.in (modified) (2 diffs)
-
templates/psdb/code.tt (modified) (1 diff)
-
templates/psdb/header.tt (modified) (1 diff)
-
templates/psdb/pop.tt (added)
-
templates/psdb/pop_at.tt (added)
-
templates/psdb/pop_c.tt (added)
-
templates/psdb/pop_h.tt (added)
-
templates/psdb/tests_makefile_am.tt (modified) (1 diff)
-
templates/psdb/testsuite_at.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r4149 r4163 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1.1 7 2005-06-08 04:04:34jhoblitt Exp $5 # $Id: glueforge.in,v 1.18 2005-06-09 00:16:25 jhoblitt Exp $ 6 6 7 7 use strict; … … 99 99 'droptable_c.tt' => "$output/tests/droptable.c", 100 100 'insert_c.tt' => "$output/tests/insert.c", 101 'pop_c.tt' => "$output/tests/pop.c", 101 102 'insertobject_c.tt' => "$output/tests/insertobject.c", 102 103 'popobject_c.tt' => "$output/tests/popobject.c", -
trunk/glueforge/templates/psdb/code.tt
r4161 r4163 9 9 [% INCLUDE droptable.tt %] 10 10 [% INCLUDE insert.tt %] 11 [% INCLUDE pop.tt %] 11 12 [% INCLUDE insertobject.tt %] 12 13 [% INCLUDE popobject.tt %] -
trunk/glueforge/templates/psdb/header.tt
r3919 r4163 18 18 [% INCLUDE droptable_h.tt %] 19 19 [% INCLUDE insert_h.tt %] 20 [% INCLUDE pop_h.tt %] 20 21 [% INCLUDE insertobject_h.tt %] 21 22 [% INCLUDE popobject_h.tt %] -
trunk/glueforge/templates/psdb/tests_makefile_am.tt
r4149 r4163 57 57 droptable \ 58 58 insert \ 59 pop \ 59 60 insertobject \ 60 61 popobject -
trunk/glueforge/templates/psdb/testsuite_at.tt
r4149 r4163 17 17 [% INCLUDE insert_at.tt %] 18 18 19 [% INCLUDE pop_at.tt %] 20 19 21 [% INCLUDE insertobject_at.tt %] 20 22
Note:
See TracChangeset
for help on using the changeset viewer.
