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: vixcpp/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.49.1
Choose a base ref
...
head repository: vixcpp/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.50.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 9, 2026

  1. fix(build): correct misleading CMake error detection and improve proj…

    …ect root handling
    
    - Fix false "CMakeLists.txt not found" error caused by loose log matching
    - Make handleMissingCMakeLists() strict to only trigger on real missing root cases
    - Preserve actual CMake errors (e.g. missing source files) without masking them
    - Improve project directory resolution fallback in BuildCommand
    - Ensure correct -S path is always passed to CMake
    
    Result:
    - Accurate error reporting from CMake
    - No more misleading diagnostics
    - Better debugging experience for users
    GaspardKirira committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    8127bad View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. feat(run,build): add SQLite/MySQL flags and clean support

    - add --with-sqlite and --with-mysql to vix build
    - add --with-sqlite and --with-mysql to vix run
    - inject DB options into generated CMake (script mode)
    - extend make_script_cmakelists signature with DB flags
    - propagate flags through RunDetail, RunFlow, RunScript
    - add --clean support to vix run (clean build directory before configure)
    - fix CheckScript call to new make_script_cmakelists signature
    - keep behavior consistent between build and run commands
    
    This enables database backends to be activated without modifying CMake manually.
    GaspardKirira committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    76452dc View commit details
    Browse the repository at this point in the history
Loading