Fossil

Changes On Branch code-movement
Login

Changes On Branch code-movement

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

Changes In Branch code-movement Excluding Merge-Ins

This is equivalent to a diff from 400d0611 to 789f8ce8

2021-12-25
20:01
Moved 3rd-party source code from src/ to extsrc/ and internal tooling source code from src/ to tools/. ... (check-in: b62f651c user: stephan tags: trunk)
19:49
Fixed a broken reference to pikchr.c in Makefile.msc. ... (Closed-Leaf check-in: 789f8ce8 user: stephan tags: code-movement)
19:29
Corrected path to mkbuiltin.c in Makefile.msc. Corrected, perhaps, build of tools/*.c, in Makefile.PellesCGMake. ... (check-in: 1b1938e2 user: stephan tags: code-movement)
12:06
Part one of src/ file relocations discussed in /chat. This step moves the various code generators and translators from src/ to tools/. Edit: moving to branch for further changes, as this broke diff -tk. ... (check-in: a13ab011 user: stephan tags: code-movement)
2021-12-24
12:49
Update the built-in pikchr formatter to the latest version. ... (check-in: 400d0611 user: drh tags: trunk)
2021-12-23
23:35
Extended configure --with-sqlite=PATH to support pointing to a directory which contains sqlite3.c and sqlite3.h. It's not yet tested with out-of-tree SEE distributions (TODO). ... (check-in: 31d431e3 user: stephan tags: trunk)

Changes to Makefile.in.

Deleted ajax/README.

Deleted ajax/cgi-bin/fossil-json.cgi.example.

Deleted ajax/i-test/rhino-shell.js.

Deleted ajax/i-test/rhino-test.js.

Deleted ajax/index.html.

Deleted ajax/js/fossil-ajaj.js.

Deleted ajax/js/json2.js.

Deleted ajax/js/whajaj.js.

Deleted ajax/wiki-editor.html.

Deleted art/encode1.tex.

Deleted art/encode2.tex.

Deleted art/encode3.tex.

Deleted art/encode4.tex.

Deleted art/encode5.tex.

Deleted art/encode6.tex.

Deleted art/encode7.tex.

Deleted art/encode8.tex.

Deleted art/encode9.tex.

Changes to auto.def.

Added extsrc/cson_amalgamation.c.

Added extsrc/cson_amalgamation.h.

Added extsrc/linenoise.c.

Added extsrc/linenoise.h.

Added extsrc/miniz.c.

Added extsrc/pikchr.c.

Added extsrc/shell.c.

Added extsrc/sqlite3.c.

Added extsrc/sqlite3.h.

Deleted src/codecheck1.c.

Deleted src/cson_amalgamation.c.

Deleted src/cson_amalgamation.h.

Deleted src/linenoise.c.

Deleted src/linenoise.h.

Changes to src/main.mk.

Deleted src/makeheaders.c.

Deleted src/makeheaders.html.

Deleted src/makemake.tcl.

Deleted src/miniz.c.

Deleted src/mkbuiltin.c.

Deleted src/mkindex.c.

Deleted src/mkversion.c.

Deleted src/pikchr.c.

Deleted src/shell.c.

Deleted src/sqlcompattest.c.

Deleted src/sqlite3.c.

Deleted src/sqlite3.h.

Deleted src/translate.c.

Added tools/codecheck1.c.

Added tools/makeheaders.c.

Added tools/makeheaders.html.

Added tools/makemake.tcl.

Added tools/mkbuiltin.c.

Added tools/mkindex.c.

Added tools/mkversion.c.

Added tools/sqlcompattest.c.

Added tools/translate.c.

Changes to win/Makefile.PellesCGMake.

Changes to win/Makefile.dmc.

Changes to win/Makefile.mingw.

Changes to win/Makefile.msc.