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

Commits on Jan 16, 2026

  1. refactor

    GaspardKirira committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    e63da9b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Merge branch 'dev'

    GaspardKirira committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    69f66ed View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    f94d4d7 View commit details
    Browse the repository at this point in the history
  2. orm: turn ORM into pure sugar layer and delegate drivers/tools to vix…

    …::db
    
    - Remove DB drivers and MySQL detection from ORM
    - Delete MySQLCppConnAlias.cmake (now owned by vix::db)
    - Remove migrator CLI from ORM (moved to DB module)
    - Make ORM depend only on vix::db + vix::core
    - Keep ORM focused on mapping, repositories and unit of work
    GaspardKirira committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    8452ff1 View commit details
    Browse the repository at this point in the history
  3. update doc and README

    GaspardKirira committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    8b24512 View commit details
    Browse the repository at this point in the history
  4. orm: stabilize public API, fix examples, and inline templates

    - Re-export DB primitives (DBError, make_mysql_factory) via db_compat
    - Fix all ORM examples to rely only on orm.hpp
    - Align QueryBuilder params binding with DbValue
    - Inline template-only components (Mapper, Repository, UnitOfWork)
    - Remove obsolete .cpp files for header-only ORM parts
    - Clean CMake and example build consistency
    GaspardKirira committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    cab2555 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev'

    GaspardKirira committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    dbe16fb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    cc90727 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. add doxygen

    GaspardKirira committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    5aab360 View commit details
    Browse the repository at this point in the history
Loading