Login
Timeline
Login

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

48 check-ins using file config.make version 8299496efd

2013-08-07
22:25
cherrypicked [a8f65f89c0]. check-in: beabf372b5 user: stephan tags: trunk
22:20
latest th1ish_amalgamation (compile warning fixes). check-in: a8f65f89c0 user: stephan tags: autosetup
21:59
added missing subdir-inc.make. check-in: a046bc7696 user: stephan tags: autosetup
21:57
cherrypicked [b3d940ae5d]. check-in: c438cd75fa user: stephan tags: trunk
21:23
More work on the autosetup bits. Not quite happy with the rules/config separation yet, but it is a work in progress. check-in: 30447f2ce3 user: stephan tags: autosetup
21:23
Fixed a type mismatch in fsl_cx_content_size(). check-in: b3d940ae5d user: stephan tags: autosetup
19:55
started porting config process to autosetup. check-in: 1aa35e2a77 user: stephan tags: autosetup
19:54
int type fix for a few internal fsl_appendf_f() impls. check-in: 159a96613a user: stephan tags: trunk
2013-08-06
22:25
more docs... check-in: 67c82ce576 user: stephan tags: trunk
22:19
pulled in lates th1ish amalgamation. very minor patch. check-in: 389f758deb user: stephan tags: trunk
21:38
minor doc additions. check-in: 5a5bc5de5a user: stephan tags: trunk
20:28
more doxygen and minor api additions. check-in: 4c42387a6b user: stephan tags: trunk
19:18
more doxygen. check-in: 711b919b6d user: stephan tags: trunk
19:04
Doxygen tweaks. Added build rule to upload doxygen docs. check-in: c5cc96fdbd user: stephan tags: trunk
18:59
minor doc tweak check-in: b265c5b3f2 user: stephan tags: trunk
18:53
Started porting in the content.c/bag.c bits because they are needed before i can continue with manifest crosslinking. Added some missing documentation for the config.h bits. check-in: 425b5509f1 user: stephan tags: trunk
18:53
Accommodated API changes. check-in: 76d5f72147 user: stephan tags: trunk
17:14
more baby steps towards committing a tag change. check-in: 380a6483e5 user: stephan tags: trunk
2013-08-05
21:52
expanded a couple queries to use db-qualified table names. check-in: 20093cedc3 user: stephan tags: trunk
21:16
Minor tinkering, doc additions, s/FSL_UUID_SIZE/FSL_UUID_STRLEN/, added FSL_MD5_STRLEN. check-in: 0c9cd6f262 user: stephan tags: trunk
19:35
Documented new fsl_stmt_bind_xxx_name() functions. check-in: 4b9863494d user: stephan tags: trunk
19:16
more small steps towards writing a tag to the db. check-in: 1c3e40ed15 user: stephan tags: trunk
10:05
egg check-in: bb544b7f83 user: stephan tags: trunk
2013-08-04
17:30
minor doxygen fixes. check-in: 57d3e74397 user: stephan tags: trunk
11:42
doc additions. check-in: f861aec9cc user: stephan tags: trunk
11:42
Modified th1ish_interp init to use the fsl_realloc() allocator so that it is safe to move string/buffer memory between the cwal/fsl worlds for de/re/allocation purposes. check-in: 376aefacc8 user: stephan tags: trunk
11:17
Added Fossil.Context.resolveUuid() binding for fsl_cx_sym_to_uuid(). check-in: 52e50c041d user: stephan tags: trunk
10:47
Ported in the symbol-to-rid/uuid resolver bits. check-in: 24a991ef4e user: stephan tags: trunk
08:51
Added fsl_db_g_xxx() family of convenience functions (analog to v1's db_get_xxx()). check-in: 9d8c610ad6 user: stephan tags: trunk
08:23
Added fsl_db_julian_now(), added missing fsl_tag.c. check-in: 749b8ca980 user: stephan tags: trunk
08:08
removed a duplicate fsl_strlen() call. check-in: c691643cf2 user: stephan tags: trunk
08:07
s/strlen/fsl_strlen/. check-in: a1322aee95 user: stephan tags: trunk
08:04
fixes to some of the windows/mac code in fsl_utf8.c which was using older API names. Minor doc additions. check-in: 7c25bb5bd4 user: stephan tags: trunk
2013-08-03
20:43
Ported in %F (Fossilize) to fsl_appendfv(). check-in: c2f8cff8a3 user: stephan tags: trunk
20:13
Lots of cleanups and docs for the deck APIs. Added F Cards, but they are untested so far. check-in: a1bfbda5e6 user: stephan tags: trunk
15:51
Minor cleanups to the previous commit. check-in: 9e1d71914c user: stephan tags: trunk
15:45
Added per-control-artifact-type constraints on what types of cards can be added/set in it. Added fsl_deck::error in order to propagate constraint violations up the call chain. check-in: 3569c25d3b user: stephan tags: trunk
14:42
guess what - more refactoring of the manifest internals. check-in: 562206c1c5 user: stephan tags: trunk
13:08
More manifest work. Added T card support. Renamed some APIs. check-in: 84e5b5d499 user: stephan tags: trunk
11:16
work on the julian/unix time bits. check-in: ec86edef51 user: stephan tags: trunk
11:16
minor timeline layout tweaks. check-in: 82a2a3cfab user: stephan tags: trunk
10:17
more work on the manifest/cards API. check-in: 3ba9045142 user: stephan tags: trunk
2013-08-02
21:49
more tinkering with the mf api. check-in: e68ea6b141 user: stephan tags: trunk
19:46
minor manifest work, doc additions. check-in: 3792a49219 user: stephan tags: trunk
18:43
more work on the manifest API. check-in: 4c71d5b52d user: stephan tags: trunk
17:08
More work on the manifest API. check-in: 121538cf3c user: stephan tags: trunk
15:24
Started work on the Manifest API. check-in: 9c9a968c6b user: stephan tags: trunk
2013-08-01
22:27
Now uses C99 stdint/inttypes if the C99 standard macros are set, else it falls back to some (very possibly non-32/64-bit portable) guesses for its fixed integers. This needs some tweaking/improvement for various platforms. Builds cleanly with -std=c89 now with the help of -Wno-long-long (required for sqlite3.h) check-in: 678517cdb5 user: stephan tags: trunk