7 days ago |
drh | Minor bug fixes. Many new test cases. series-refactor |
commit | commitdiff | tree | snapshot |
7 days ago |
drh | All legacy tests are passing. Want to add new test... |
commit | commitdiff | tree | snapshot |
7 days ago |
drh | The generate_series rewrite is working better now,... |
commit | commitdiff | tree | snapshot |
7 days ago |
drh | Refactor the generate_series extension. Compiles but... |
commit | commitdiff | tree | snapshot |
7 days ago |
drh | Fix harmless typo in a comment. |
commit | commitdiff | tree | snapshot |
7 days ago |
stephan | Internal js/wasm tooling doc updates. |
commit | commitdiff | tree | snapshot |
7 days ago |
stephan | Improve #if support in, and add #assert to, c-pp. Renam... |
commit | commitdiff | tree | snapshot |
8 days ago |
drh | Rework the bounds calculations on generate_series(... |
commit | commitdiff | tree | snapshot |
8 days ago |
stephan | ext/wasm/c-pp.c: add #savepoint support. Consolidate... |
commit | commitdiff | tree | snapshot |
8 days ago |
drh | Use sqlite3_malloc64() and sqlite3_realloc64() everywhe... |
commit | commitdiff | tree | snapshot |
8 days ago |
drh | Fix a bug in the ".dbtotxt" command of the CLI that... |
commit | commitdiff | tree | snapshot |
8 days ago |
drh | Avoid integer overflow in memory allocation for the |
commit | commitdiff | tree | snapshot |
8 days ago |
drh | Additional cleanup and refinement of the regexp.c exten... |
commit | commitdiff | tree | snapshot |
8 days ago |
stephan | Teach c-pp how to replace configure-script-like @tokens... |
commit | commitdiff | tree | snapshot |
8 days ago |
stephan | Remove and edit some comments. |
commit | commitdiff | tree | snapshot |
8 days ago |
stephan | Add wasm.ptr to the module-symbols.html output. |
commit | commitdiff | tree | snapshot |
8 days ago |
stephan | Latest upstream c-pp.c for the ability to process multi... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Delay replacing the wasm file name strings until they... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Consolidate some duplicate code in mkwasmbuilds.c. |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Clean up how the speedtest1 64-bit test/demo files... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Get 64-bit builds of speedtest1.wasm running in order... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Reinstate the Module.instantiateWasm() override and... |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | Limit the complexity of a REGEXP pattern using SQLITE_L... |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | In the regexp extension, limit the maximum value of... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Get wasmfs build working in the new setup. Disable... |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | Fix harmless integer overflows caused by over-sized... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Docs and dead code removal in mkwasmbuilds.c. |
commit | commitdiff | tree | snapshot |
9 days ago |
dan | Fix some integer overflow problems when handling corrup... |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | Add new table-valued functions jsonb_each() and jsonb_t... |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | Fix a harmless compiler warning. jsonb_each |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | In c-pp.c, use (void)x instead of an empty if(x){}... |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | On-demand loading of JSON virtual tables. |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | More build docs. Add a speedtest1 64-bit build but... |
commit | commitdiff | tree | snapshot |
9 days ago |
stephan | Build cleanups and dead code removal. |
commit | commitdiff | tree | snapshot |
9 days ago |
drh | Add JSON table-valued functions jsonb_each() and jsonb_... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | wasm dist: add --snapshot flag, add -64 flag to include... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Replace ext/wasm/dist.make with mkdist.sh and get dist... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Overhaul the wasm build to (A) support more coexisting... |
commit | commitdiff | tree | snapshot |
10 days ago |
drh | Fix the translation of "\v" in JSON5. |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Remove some superfluous tabs and add the mkwasmbuilds... wasm-rebuild-2025 |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Minor logging fix for the wasm-opt build step. |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Move fiddle.make into the main makefile. Various adjace... |
commit | commitdiff | tree | snapshot |
10 days ago |
dan | Avoid an integer overflow in the shell tool when output... |
commit | commitdiff | tree | snapshot |
10 days ago |
drh | Convert the ShellText object in the CLI to use sqlite3_... |
commit | commitdiff | tree | snapshot |
10 days ago |
dan | Avoid an integer overflow ([forum:/forumpost/b3abe06121... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Minor build cleanups. |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Consolidate the speedtest1 wasm build into the new... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Wasm build deps fixes. |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Move the static makefile code from mkwamsbuilds.c into... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Cosmetic makefile tweaks. |
commit | commitdiff | tree | snapshot |
10 days ago |
drh | Fix the makefile so that "<tt>test/testrunner.tcl relea... |
commit | commitdiff | tree | snapshot |
10 days ago |
stephan | Get the tester1 worker1/promiser demos building again... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Add an assert() to fix a harmless compiler warning... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Fix a harmless compiler warning in FTS5. |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Rework the set_table_name() function in the CLI to... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Special case the "decimal(-0.0)" output to show exactly... |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Generate 64-bit variants of tester1.js/html. Enhance... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Fix a harmless compiler warning in IEEE754. |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Additional short-circuit optimizations for AND/OR opera... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Simplification to the AND/OR short-circuit logic. short-circuit |
commit | commitdiff | tree | snapshot |
11 days ago |
dan | Improve performance of window function queries that... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Fixes to short-circuit AND/OR evaluation. |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Add docs to mkwasmbuilds.c explaining the purpose of... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Factor out the code that handles AND and OR short-circu... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Fix incorrect buffer size computation for the base64... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Restrict the size of the LIMIT on a generate_series... |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Cosmetic build tweaks. |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Fix the positioning of the wasm-bare-bones flag init. |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | In speedtest1, always use fatal_error() to exit fatally... |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Further wasm build refactoring. Get speedtest1 building... |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Move some of the generated wasm makefile utility code... |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Generic build simplifications. |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Get fiddle building properly again and fiddle/fiddle... |
commit | commitdiff | tree | snapshot |
11 days ago |
drh | Improved short-circuit evaluation of AND and OR. All... |
commit | commitdiff | tree | snapshot |
11 days ago |
stephan | Get fiddle/fiddle.debug building again but they're... |
commit | commitdiff | tree | snapshot |
12 days ago |
drh | Improvements to short-circuit evaluation of AND and... |
commit | commitdiff | tree | snapshot |
12 days ago |
drh | In the ieee754 extension, render -0.0 as 'ieee754(... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Get most of the wasm build (re)working and much prettier. |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Cosmetic wasm build tweaks. Fixed wasm-opt use, broken... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Make it easier to pick out which parallel build message... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | More build restructuring. |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Create each distinct wasm build into its own dir, inste... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Start reworking the wasm build (again) with an eye... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Add makefile target '64bit' to ext/wasm/GNUmakefile... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Slight correction to the diagram in the previous checkin. |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Add a high-level diagram showing how sqlite3.js gets... |
commit | commitdiff | tree | snapshot |
12 days ago |
stephan | Refactor and simplify the JS API bootstrap steps. |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Update ext/wasm/api/README.md for recent changes. |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Cleanups and docs in the internal parts of the JS lib... |
commit | commitdiff | tree | snapshot |
13 days ago |
drh | Revise [a4430d262b3e129d] to preserve legacy behavior... |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | In wasm.ptr.coerce(), treat the undefined value the... |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Minor doc updates. No functional changes. |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Rework the JS/WASM pieces for compatibility with both... |
commit | commitdiff | tree | snapshot |
13 days ago |
dan | Fix a problem with handling of 4-byte utf-8 characters... |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Experimenting with a custom wasm loader, but don't... wasm-64bit |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Minor internal optimizations in the wasm glue. |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | A minor optimization in wasm.realloc(). |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Remove some stale makefile comments. Add a little widge... |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Improve db-close-time cleanup in the face of WASM envir... |
commit | commitdiff | tree | snapshot |
13 days ago |
stephan | Fix a Number/BigInt descrepancy in oo1.DB() when passed... |
commit | commitdiff | tree | snapshot |
next |