Login
History of src/Makefile.in of 0ab8c75c499f558f
Login

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

History of file src/Makefile.in at check-in 0ab8c75c499f558f

2021-12-20
11:07
Deleted: Ported f-apps build into toplevel makefile. check-in: [bfdddcd306] user: stephan branch: toplevel-make, size: 0
09:24
Build file typo. file: [0fc76b914a] check-in: [e33e6441c8] user: stephan branch: trunk, size: 7994
2021-12-15
12:47
Moved fsl_ckout_merge() code from f-test-merge.c to src/merge.c. Renamed f-test-merge.c to f-merge.c. Various touchups in f-merge. file: [9b713bfd81] check-in: [661999bcc7] user: stephan branch: trunk, size: 7994
2021-12-03
06:23
Moved most of the fsl_cx-specific code out of fsl_db and into the new src/udf.c. file: [9119bf785b] check-in: [84a59c6833] user: stephan branch: trunk, size: 7983
2021-10-21
10:05
build: try to force libfossil.c/h/o rebuild more frequently, for the sake of the --profile build. file: [6711fed210] check-in: [0148b8e469] user: stephan branch: trunk, size: 7973
2021-10-20
17:29
Build: when using the --profile flag, tell the various binaries to link against libfossil.o and sqlite3.o so that profiling picks up the library-level functions. We explicitly remove the -pg flag from sqlite3.o but _some_ of those symbols are still being included in profile state for unknown reasons. file: [0e4a029df0] check-in: [52949a770b] user: stephan branch: trunk, size: 7961
2021-10-11
07:05
Ported over the UTF-8 parts of fossil's "looks like" APIs. Whether or not we really need the UTF-16 counterparts remains to be seen. file: [18cbaf9ba3] check-in: [496de4c153] user: stephan branch: trunk, size: 7767
2021-10-08
02:58
Build: delay build of libfossil.c/h/o until needed. Disabled inclusion of the as-yet-unused regexp sqlite3 module because of mysterious link errors triggered by the build reordering. file: [0d5cb073d0] check-in: [a5fa64f558] user: stephan branch: trunk, size: 7752
2021-10-02
14:11
Started work on the annotate/praise/blame interfaces but they're not yet even remotely implemented. file: [5a028f004c] check-in: [434ede2046] user: stephan branch: trunk, size: 8124
2021-09-18
14:36
Initial work on porting in the 2021-era diff generation APIs. file: [f8c1cc9c40] check-in: [e0d00097e0] user: stephan branch: trunk, size: 8110
2021-09-17
05:17
Added (un)install rules for libfossil.*, non-test f-apps, and f-s2sh. file: [711edb90c6] check-in: [2fbfca2368] user: stephan branch: trunk, size: 8099
2021-09-07
20:03
Build: more autosetup code moved from auto.def to wh-common.tcl and Makefile added to distclean rules where appropriate. file: [980926e200] check-in: [5114263392] user: stephan branch: trunk, size: 8011
2021-08-29
12:31
Added build bits to create and push builds of the amalgamation as /uv content. file: [b777380c6f] check-in: [fbd839f03a] user: stephan branch: trunk, size: 7984
2021-08-24
18:31
Per /chat discussion, refactored [043c2667c95e] to internally fall back to the v0 fingerprint check, instead of exposing that as part of the API. Resolved libfossil.{c,h} build deps bug. file: [3d75d480cb] check-in: [15c135de66] user: stephan branch: trunk, size: 7880
2021-08-23
14:40
Added HAVE_CONFIG_H check to libfossil.h so a local config.h can be used to set libf-specific defines before libfossil-config.h defaults any to conservative values. file: [5063474384] check-in: [5f528e01b4] user: stephan branch: trunk, size: 7811
13:21
libfossil.o is now built using the configured compiler instead of trying with both gcc and clang because... fnc is now built against the amalgamation. This leads to a much larger binary but will simplify the upstream source tree considerably once this change is ported over to there. file: [c27cb02f2e] check-in: [c2bb259b7c] user: stephan branch: trunk, size: 7719
2021-08-05
15:44
Another build-fix to account for a recently-removed file. file: [0297350be6] check-in: [23a5d44c08] user: stephan branch: trunk, size: 7851
15:40
Build fix for the amalgation. file: [081c243b25] check-in: [074f06e1a9] user: stephan branch: trunk, size: 8167
2021-07-29
09:10
Removed references to a now-unused file. file: [9b5a5ac693] check-in: [7acda68f55] user: stephan branch: trunk, size: 8167
2021-03-15
04:25
Globally renamed _checkout to _ckout, as some of these names are getting a bit long. file: [3dd1d6070a] check-in: [bc9e88ee2c] user: stephan branch: trunk, size: 8200
2021-03-07
11:06
Removed the vtables for the fossil config settings handling. They're long-since unmaintained and the library is no longer going to enforce the fossil-specific list of config options. file: [fdf9c25d24] check-in: [3f606ecdf0] user: stephan branch: trunk, size: 8203
2021-03-05
05:14
Removed some unused files (coincidentally need deletions for testing). file: [a9eec941f0] check-in: [0dcf7291aa] user: stephan branch: trunk, size: 8229
2021-03-03
16:41
Renamed fsl_path API to fsl_vpath to avoid any confusion with fsl_pathfinder. file: [cd6e77974e] check-in: [a8d1262cc1] user: stephan branch: trunk, size: 8275
2021-02-28
17:10
Started porting in fossil's merge algorithm. It looks like the support algos are all in place, just the main merge is missing. First some sleep, though. file: [3393f39178] check-in: [2cfc9d6ae9] user: stephan branch: trunk, size: 8273
04:15
Generic cleanups, char-to-bool conversions. Moved fsl_acache bits into their own file. Shrunk a couple of struct sizes. file: [7ee56da8df] check-in: [7c8b025221] user: stephan branch: trunk, size: 8261
2021-02-21
16:52
Ported in fsl_search_doc_touch() from fossil and call it at the appropriate points in the crosslinking steps, but it's disabled because one of the queries mysteriously fails with 'SQL logic error' when run from this context (but works fine in the fossil shell). Some more char-to-bool conversions. file: [9985aa48a9] check-in: [5a3d4bceb3] user: stephan branch: trunk, size: 8250
2021-02-15
04:13
Renamed mf.c (mf==manifest) to deck.c. file: [111887ba21] check-in: [799c43f9c5] user: stephan branch: trunk, size: 8238
03:24
Renamed src/fsl_XYZ.c to src/XYZ.c. f-checkin vfile dump now includes renames. file: [8a0d29a768] check-in: [ed3183170a] user: stephan branch: trunk, size: 8236
2021-02-12
07:41
Header file reorgs. file: [9b6f74105e] check-in: [c1681af460] user: stephan branch: trunk, size: 8424
07:02
Implemented forum artifact crosslinking and restructured fsl_deck_crosslink() into internal type-specific routines. file: [ed5a24f242] check-in: [1817557652] user: stephan branch: trunk, size: 8398
2021-02-09
08:54
Re-added sqlite3ext.h (needed by the vtable bits). Added if-not-defined guards around the generated config header vars. Minor touchups to the amalgamation build. file: [bb9ef6cf38] check-in: [62099c7d53] user: stephan branch: trunk, size: 8357
2021-02-08
13:34
Apply the sqlite3.c CPPFLAGS currently used by fossil(1). file: [3e7a070ffd] check-in: [f16a3dd322] user: stephan branch: trunk, size: 8115
07:44
Brought core SQL schemas up to date wrt fossil(1). file: [97361801f6] check-in: [490dadcad9] user: stephan branch: trunk, size: 7049
2021-02-07
13:39
Updated sqlite3 for C99-ism fix. Removed sqlite3ext.h. file: [940277ed50] check-in: [601041d827] user: stephan branch: trunk, size: 6984
10:45
Ported in core SHA3 hash routines from fossil(1). file: [66437fe1c5] check-in: [edf64345bb] user: stephan branch: trunk, size: 7081
10:32
Updated build for newer gcc and sqlite3.c, in prep for a potential upcoming effort of getting the hashing bits updated for fossil v2. file: [94c5065a91] check-in: [451d0b8a9b] user: stephan branch: trunk, size: 7067
2014-11-03
17:58
removed a duplicated dependency listing. file: [88b41a1a69] check-in: [c51ca866a8] user: stephan branch: trunk, size: 6970
17:56
As discussed with Dave: moved the vtable/regex headers into src, as they are private impl details. Patched amalgamation build for this change. file: [57b7475ee4] check-in: [cd9d570464] user: stephan branch: trunk, size: 6980
2014-11-01
16:19
minor clang build hack. file: [fff44fa46a] check-in: [e9fff9802e] user: stephan branch: trunk, size: 6781
2014-10-21
19:50
can build on gcc on Linux in conventional and amalgamation. now to test on other platforms... file: [5f8d04ef79] check-in: [6f02a467b1] user: dave branch: feech-versionedsettingsupport, size: 6675
2014-10-20
17:09
sqlite3ext.h should not have been included unconditionally -- it is specific to dlls where host app provides sqlite impl. sqlite3ext.h needed to be added to repo, nonetheless, for some configurations. As such, sqlite3.h,.c were updated to be consistent with that file version (and also the final released version of 3.8.7) file: [0e10aa9dd7] check-in: [0ab8c75c49] user: dave branch: feech-versionedsettingsupport, size: 6603
16:43
added source to Makefile.in for non-msvc builds file: [45d1c0f985] check-in: [1bc542834a] user: dave branch: feech-versionedsettingsupport, size: 6589
2014-06-26
10:08
Make libfossil compile with MinGW. Not useful yet because only symbols from fossil-core.h are exported from the dll for now. file: [2a10341cfd] check-in: [fc3a9850a1] user: jan.nijtmans branch: trunk, size: 6539
2014-05-16
15:18
Started adding basics needed for auth support. file: [e8c18b38c4] check-in: [8e1ddefaf0] user: stephan branch: trunk, size: 6509
2014-05-01
12:42
More work on the path porting. Related refactoring to make some more bits visible. file: [ab50cc9911] check-in: [35cef04dcd] user: stephan branch: trunk, size: 6470
00:25
started porting in fossil(1) path.c bits. file: [ac4ca3b787] check-in: [82db074312] user: stephan branch: trunk, size: 6445
2014-03-30
10:37
Added caching of versionable config results but then removed it because it introduces inconsistencies in string ownership vis-a-vis non-versioned config. Various little cleanups and additions along the way. file: [72b9af6a25] check-in: [48eec586a9] user: stephan branch: trunk, size: 6431
2014-03-28
20:41
Fixed an #include in amalgamation output. file: [52946178d3] check-in: [a9fc16e4f6] user: stephan branch: trunk, size: 6247
19:49
Renamed libfossil_amalgamation.XXX to libfossil.XXX. Added amalgamation build for C++ API. file: [44272999e4] check-in: [74bd766e66] user: stephan branch: trunk, size: 6227
2014-03-27
20:24
should have been part of previous commit. file: [279c4212a9] check-in: [0c7d3a1056] user: stephan branch: trunk, size: 6266
2014-03-23
11:03
Added: added missing file src/Makefile.in. file: [a834149362] check-in: [f283a16553] user: stephan branch: trunk, size: 6252