Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

28 check-ins using file Makefile version 30fc4f3fb6

2013-07-30
15:54
more test code cleanups. check-in: 4f91a46866 user: stephan tags: trunk
15:51
test code cleanups. check-in: 83f00c7e07 user: stephan tags: trunk
15:38
merged in [attach-dbs] branch. check-in: 3f69c014c9 user: stephan tags: trunk
15:33
Minor touchups and test code. Closed-Leaf check-in: 2634b9a151 user: stephan tags: attach-dbs
14:49
a lot more refactoring than i set out to do. Lots of work on how the context manages its db instances. Config db is not yet finished. check-in: dd6c2b4256 user: stephan tags: attach-dbs
13:57
changed print() to not output a space between elements. will be lost on the next th1ish import. check-in: 7596e94016 user: stephan tags: attach-dbs
11:08
Started refactoring the per-fsl_cx db model: one implicit main db (:memory:) with all others attached. This simpifies connection logic quite a bit but might have side-effects i have not yet considered/encountered. This breaks th1ish's understanding of the db arrangment. check-in: 3251aaf6d8 user: stephan tags: attach-dbs
09:50
Refactored how we keep track of f->dbMain. It is now a pointer/alias for one of (dbCkout, dbConfig, dbRepo). Then forgot to check in before porting in %b/%B format specifiers for fsl_appendf(). check-in: 3fb14b6900 user: stephan tags: trunk
08:23
minor doc touchups. fixed an invalid var-arg count to cwal_exception_setf(). check-in: 7a498f6d0f user: stephan tags: trunk
2013-07-29
21:50
refactored the config db bits, but it is still untested. Time for bed. check-in: 8baf437215 user: stephan tags: trunk
20:32
Started work on fsl_cx_config_open(), but there is still more to do and test there. check-in: b5d31833b5 user: stephan tags: trunk
18:15
Added fsl_db_get_TYPE() family of functions (all untested, i might add). Fixed the empty-string copy case for fsl_strdup() (now creates a length-0 copy). A number of minor cleanups in the DB API. check-in: 56df1f6446 user: stephan tags: trunk
17:11
doc and error string tweaks. check-in: 568a70b089 user: stephan tags: trunk
16:43
Added a couple missing fsl_db_bind()ings. Improved the th1ish binding for bind() a bit. Switched build to use -std=c99 because it will not build as is on my 32-bit box without that b/c of a couple uses of PRIu64. check-in: b887183ec8 user: stephan tags: trunk
16:27
disabled script binding of sqlite3Hwtime() func b/c i have a weird link error on my 32-bit box. check-in: 1db0ec6f61 user: stephan tags: trunk
16:03
added missing makefile. check-in: 542707795f user: stephan tags: trunk
2013-07-28
19:43
minor doc tweak. check-in: 65dac57ae2 user: stephan tags: trunk
19:13
insignificant touchups. pinball time. check-in: dfec2ae127 user: stephan tags: trunk
17:53
reformatted some imported code. Added more API docs. check-in: 076d315904 user: stephan tags: trunk
17:44
lots of tinkering and minor additions, minor doxygen format changes to please both emacs and doxygen. check-in: 9744556a7e user: stephan tags: trunk
15:04
More API renaming. Added script binding for the checkout-open operation. check-in: 4abe63eb90 user: stephan tags: trunk
14:44
Improved fsl_cx_checkout_open(), renamed fsl_repo_checkout_open() (or whatever it was called) to that. Other minor cleanups. check-in: 17c1b674d5 user: stephan tags: trunk
14:08
fsl_repo_open_checkout() is more or less working. A couple details left port. check-in: ae7a82a9d5 user: stephan tags: trunk
11:20
Added exclamation points to comment blocks because doxygen does not understand the fossil comment dialect without it. check-in: ec2bf53d6e user: stephan tags: trunk
11:06
s/sha1_ctx/sha1_cx/g for consistency. check-in: 4fc8ce9a30 user: stephan tags: trunk
11:04
s/fsl_ctx/fsl_cx/g (easier to type). Added doc subdir (doxygen). check-in: 63bd510e80 user: stephan tags: trunk
10:59
Reworked the g.zMainDbType bits to a fsl_db_role enum. Still untested. check-in: 106d92471d user: stephan tags: trunk
2013-07-27
20:40
ported in sha1 code. check-in: 1651d4e9ec user: stephan tags: trunk