/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: edam
  • Date: 2010-07-29 06:28:53 UTC
  • Revision ID: edam@waxworlds.org-20100729062853-4i2fec52m86mh724
- made basic_statement::step() protected, for use by query and command only
- moved basic_statement::operator<<() to command and query instead; one needs to accept sqlite::exec, the other doesn't
- added tests for query::operator<<()
- added code to invlaidate in-progress queries during any transaction rollbacks (currently segfaults in basic_statement::finalize())
- added new sqlite_error constructor that obtains a full error message
- implemented database::database_mutex_guard class
- swapped command's step mutex in favour of the database mutex

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
92
92
CYGPATH_W = @CYGPATH_W@
93
93
DEFS = @DEFS@
94
94
DEPDIR = @DEPDIR@
95
 
DLLTOOL = @DLLTOOL@
96
95
DSYMUTIL = @DSYMUTIL@
97
96
DUMPBIN = @DUMPBIN@
98
97
ECHO_C = @ECHO_C@
117
116
LN_S = @LN_S@
118
117
LTLIBOBJS = @LTLIBOBJS@
119
118
MAKEINFO = @MAKEINFO@
120
 
MANIFEST_TOOL = @MANIFEST_TOOL@
121
119
MKDIR_P = @MKDIR_P@
122
120
NM = @NM@
123
121
NMEDIT = @NMEDIT@
143
141
abs_srcdir = @abs_srcdir@
144
142
abs_top_builddir = @abs_top_builddir@
145
143
abs_top_srcdir = @abs_top_srcdir@
146
 
ac_ct_AR = @ac_ct_AR@
147
144
ac_ct_CC = @ac_ct_CC@
148
145
ac_ct_CXX = @ac_ct_CXX@
149
146
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
177
174
libexecdir = @libexecdir@
178
175
localedir = @localedir@
179
176
localstatedir = @localstatedir@
 
177
lt_ECHO = @lt_ECHO@
180
178
mandir = @mandir@
181
179
mkdir_p = @mkdir_p@
182
180
oldincludedir = @oldincludedir@
197
195
 
198
196
test_main_LDADD = \
199
197
        ../src/libsqlite3cc.la \
200
 
        -lboost_filesystem-mt \
201
 
        -lboost_system-mt
 
198
        -lboost_filesystem-mt
202
199
 
203
200
all: all-am
204
201