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.0
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.49.2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 9, 2026

  1. feat(make): add config generator with interactive prompts

    - introduce 'config' make kind
    - generate dynamic config.json via vix make config <name>
    - add ConfigGenerator (hpp/cpp)
    - support sections: server, logging, waf, websocket, database
    - add CLI flags: --websocket, --database, --no-*
    - implement interactive mode (vix make:config)
    - update dispatcher and MakeOptions
    - expose config in help and output
    GaspardKirira committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    d583290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576e64e View commit details
    Browse the repository at this point in the history
  3. 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
  4. Configuration menu
    Copy the full SHA
    cb55a3c View commit details
    Browse the repository at this point in the history
Loading