Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlite/sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sqlite/sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: compile-commands
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 2, 2025

  1. Experimentally add the --compile-commands configure flag to generate …

    …compile_commands.json for compilers which support it (clang), to enable Language Server Protocol (LSP) inspection of the sources. This is probably not terribly useful without the --disable-amalgamation flag, as the amalgamation is so large as to make IDE/LSP processing very slow.
    
    FossilOrigin-Name: 37fb15720f03a4ecc2d1662eab5b4241d6a9b990ea23612a8ef6211ccef3dae7
    stephan committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    91f5303 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Merge trunk into the almost-forgotten compile-commands branch.

    FossilOrigin-Name: bd8a21bf80a37809b68c0fa1c7708a9474f43e14ce538452d3e56531e93d7195
    stephan committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    bbe575f View commit details
    Browse the repository at this point in the history
  2. Remove a now-extraneous JS file.

    FossilOrigin-Name: da964123e4345214103f5ca553d8b6eb099c3af9c6cef00cedb3230300b4bb5f
    stephan committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    c1d9d3e View commit details
    Browse the repository at this point in the history
  3. Because of the risk of false positives and ancient compiler versions,…

    … do not assume that clang automatically supports -MJ for compile-commands output. i.e. make --compile-commands completely opt-in instead of sometimes-assumed.
    
    FossilOrigin-Name: 555864bec6a4e491aa49b047410ac44ae6db2e884603fc3a1a1c28aa4fecb9a7
    stephan committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    ef7379c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Merge trunk into the compile-commands branch.

    FossilOrigin-Name: f1b4a507546365cffeee44a641cfda7ed1a342d192702b67ca99469e0fcd351e
    stephan committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    b6117c2 View commit details
    Browse the repository at this point in the history
Loading