Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/style.c version c13b0f33b1
2012-07-16
| ||
19:21 | More minor internal consistency cleanups. ... (check-in: 495f26a00e user: stephan tags: th1-query-api) | |
18:56 | Cleanups requested by DRH, plus some incidental consistency/maintenance-related cleanups found along the way. ... (check-in: c25a5d199b user: stephan tags: th1-query-api) | |
14:36 | Minor doc correction. ... (check-in: 4295728159 user: stephan tags: th1-query-api) | |
2012-07-15
| ||
17:33 | Started adding infrastructure to allow us to expand the ob handler support to include more types. Added another th1 test script. ... (check-in: 726f998b5f user: stephan tags: th1-query-api) | |
15:28 | Added query reset, refactored bind commands to accept their indexes in the same way as the col commands do (and expanded the remaining col commands which did not do so). ... (check-in: f2ee33d460 user: stephan tags: th1-query-api) | |
14:54 | Made the query col argument ordering more flexible/forgiving. ... (check-in: a561c43919 user: stephan tags: th1-query-api) | |
14:31 | th1 query API now accepts the statement ID as the first arg after the query command or later on after the subcommand, for all subcommands where this makes sense. ... (check-in: 09d7df1597 user: stephan tags: th1-query-api) | |
13:14 | Minor cleanups. Made Th_Ob_Man opaque. Renamed TH_USE_xxx to TH_ENABLE_xxx. ... (check-in: 3d243a5681 user: stephan tags: th1-query-api) | |
12:52 | Made a few more functions static. th1 ob doc additions. ... (check-in: 8027581c5e user: stephan tags: th1-query-api) | |
12:27 | Refactored th1/sqlite bits to use Th_Data_Get/Set(), removed sqlite data from Th_Interp class. Other minor cleanups. ... (check-in: 3167ff33f8 user: stephan tags: th1-query-api) | |
11:16 | Refactord ob api to only swap out the Vtab output state, as opposed to the whole Vtab state (which includes the allocator). ... (check-in: d9e0ee2f1e user: stephan tags: th1-query-api) | |
11:04 | minor doc additions. ... (check-in: 236cf13594 user: stephan tags: th1-query-api) | |
10:59 | Added ability to tie client data/finalizer to th1, allowing a refactoring of OB manager to use per-interpreter-instance state instead of global state. ... (check-in: 147c602d93 user: stephan tags: th1-query-api) | |
09:23 | Added push/pop as aliases for start/end in the ob API. Fixed a horrible size calculation bug which triggered an assert() for ob nesting levels deeper than 2. ... (check-in: 9b3a11e160 user: stephan tags: th1-query-api) | |
09:20 | Added incr as built-in function. ... (check-in: dc3c8ac3de user: stephan tags: th1-query-api) | |
00:57 | Fixed a missing NUL terminator. ... (check-in: 66da00e969 user: stephan tags: th1-query-api) | |
00:39 | Added flags arg to Th_Render to allow us to eventually customize its output a bit. ... (check-in: 3ab06e8962 user: stephan tags: th1-query-api) | |