Fossil

History of src/mkbuiltin.c of 9b20b8a18cc91a33
Login

History of src/mkbuiltin.c of 9b20b8a18cc91a33

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

History of file src/mkbuiltin.c at check-in 9b20b8a18cc91a33

2022-07-28
18:19
Patch the javascript compressor so that it does not elide text after // if the // immediately follows a :, as that text might be part of a URI string literal. ... (file: [8752297a4a] check-in: [ffa1c7d0a0] user: drh branch: trunk, size: 11237)
2022-06-06
18:02
Replace /pikchrshow with a WASM-based version and rename the prior version to /pikchrshowcs (cs=client/server). There are still a couple layout/style quirks to resolve, and a feature or two to port from the legacy app, but it more or less works. ... (file: [09f563b183] check-in: [321f01a86e] user: stephan branch: pikchrshow-wasm, size: 11388)
2021-12-25
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. ... (file: [2dfa4d5d9d] check-in: [a13ab011f4] user: stephan branch: code-movement, size: 11213)
2020-08-16
14:08
When compiling with FOSSIL_DEBUG (from the --fossil-debug configure option) do not attempt to "compress" built-in javascript by removing comments and surplus whitespace. This makes the javascript easier to read in a debugger. ... (file: [2dfa4d5d9d] check-in: [41b9873b43] user: drh branch: trunk, size: 11213)
2020-07-31
20:02
Begin integrating the builtin_request_js() interface. ... (file: [28ce02d7ca] check-in: [13caa6e61e] user: drh branch: refactor-js-handling, size: 11110)
2020-01-09
17:57
Merge in trunk ... (file: [f2160a105d] check-in: [4d8aecdfcf] user: ashepilko branch: cmake-ide, size: 11083)
2019-06-08
14:19
Minor name refactoring and comment enhancements in graph.js. No logic changes. Improvements to the javascript compressor. Apply compression to "*/js.txt" files in addition to "*.js" files. ... (file: [9be20ec713] check-in: [786d6167fa] user: drh branch: trunk, size: 5922)
2019-01-02
15:24
Unconditionally include ctype.h in the mkbuiltin.c utility program. ... (file: [216133ae57] check-in: [9c604490b3] user: drh branch: trunk, size: 5851)
2019-01-01
03:03
FreeBSD wants the same isspace() treatment from [ae62c08cbe] ... (file: [419cff1397] check-in: [d3833209db] user: bch branch: trunk, size: 5923)
2018-12-30
00:29
NetBSD wants a header for isspace() ... (file: [14b200a405] check-in: [ae62c08cbe] user: bch branch: trunk, size: 5893)
2018-12-28
16:52
Add compression to the built-in javascript. Update comments on graph.js. ... (file: [aaf82df438] check-in: [4da95b2543] user: drh branch: trunk, size: 5833)
2018-09-14
19:13
Merge updates from trunk. ... (file: [6a497d04e8] check-in: [f59c9ecb5e] user: ashepilko branch: cmake-ide, size: 9764)
2018-08-06
21:19
Fix the mkbuiltin.c code generator so that it tolerates Windows-style backslash path separators on its arguments. This fixes the windows build that was busted by check-in [774bdc83556442c5]. ... (file: [ff60b7353e] check-in: [030bf2002f] user: drh branch: trunk, size: 4584)
2018-08-02
09:37
Allow reading the list of input resources from a file with --reslist option. ... (file: [08aaf71317] check-in: [ba8ba160f9] user: ashepilko branch: cmake-ide, size: 9691)
2017-11-18
19:58
Improvements to the "Fossil Build Process" documentation, with improved comments in related source files. No changes to real code. ... (file: [e09eeef79a] check-in: [51cf75088c] user: drh branch: trunk, size: 4511)
2017-11-04
13:16
Fix a minor typo in a comment. No changes to code. ... (file: [83facfc58e] check-in: [9b20b8a18c] user: drh branch: trunk, size: 4509)
2015-01-26
04:06
Fix the build of builtin_data.h for separate compilation. ... (file: [4f27b52df5] check-in: [ad11262cf8] user: drh branch: trunk, size: 4506)
2015-01-22
01:43
Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. ... (file: [b3568aabcd] check-in: [12333d9545] user: drh branch: skins-refactor, size: 4490)
2015-01-15
09:28
Remove spacings at end-of-line. No change in any functionality. ... (file: [c6a5520e71] check-in: [080ab8cb0a] user: jan.nijtmans branch: trunk, size: 3992)
2014-10-27
15:41
Add a mechanism to allow resource files (such as the TCL script used to implement the --tk option) to be stored separately in the source tree but then automatically compiled into byte-arrays in the executable. ... (file: [5cb9565524] check-in: [d93d92eb5a] user: drh branch: separate-resource-files, size: 3994)