Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master engine #15

Merged
merged 47 commits into from
Nov 7, 2023
Merged

Master engine #15

merged 47 commits into from
Nov 7, 2023

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    70265fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4216281 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from Simple-XX/refactor-dependency

    refactor(dependency): Move some dependecies into the project
    VegetableDog-humble authored May 7, 2023
    Configuration menu
    Copy the full SHA
    a753cda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a0b3b4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17 from Simple-XX/refactor-dependency

    fix(ignore): fix the problems of gitignore
    VegetableDog-humble authored May 7, 2023
    Configuration menu
    Copy the full SHA
    c4a75ed View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. build: update cmake

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1893a73 View commit details
    Browse the repository at this point in the history
  2. build: update cmake

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b37db87 View commit details
    Browse the repository at this point in the history
  3. build: update cmake

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6943a7b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. build: update cmake build system

    Signed-off-by: NZH <[email protected]>
    MRNIU committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2e237ae View commit details
    Browse the repository at this point in the history
  2. tools: add clang-tidy and clang-format

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c9f9348 View commit details
    Browse the repository at this point in the history
  3. refactor: move codes and update cmake

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fbbaa49 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from MRNIU/master-engine

    Master engine
    MRNIU authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a8df3b9 View commit details
    Browse the repository at this point in the history
  5. fix: run demo2d

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e37e40a View commit details
    Browse the repository at this point in the history
  6. fix: run demo3d

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ec47c77 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #20 from MRNIU/master-engine

    Master engine
    MRNIU authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5eecf66 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. build: update cmake build system

    Signed-off-by: NZH <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2513e06 View commit details
    Browse the repository at this point in the history
  2. build: update cmake

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2c1e3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6921593 View commit details
    Browse the repository at this point in the history
  4. fix: build demo2d on osx

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    71e3c75 View commit details
    Browse the repository at this point in the history
  5. fix: build demo3d on osx

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dab0861 View commit details
    Browse the repository at this point in the history
  6. comment: add file header; refactor: include dir

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ee07640 View commit details
    Browse the repository at this point in the history
  7. style: format code with llvm code style

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    350fc8f View commit details
    Browse the repository at this point in the history
  8. comment: header file guard

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2f2240c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    9930759 View commit details
    Browse the repository at this point in the history
  2. build: cmake init

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    911f96e View commit details
    Browse the repository at this point in the history
  3. fix: add default case

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d824e4d View commit details
    Browse the repository at this point in the history
  4. fix: add std::

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    aece702 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. build: passed on ubuntu

    Signed-off-by: NZH <[email protected]>
    MRNIU committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9cc38e6 View commit details
    Browse the repository at this point in the history
  2. build: cmake update

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c33b98d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. build: cmake update

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    026aa67 View commit details
    Browse the repository at this point in the history
  2. style: update include order

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    752b20c View commit details
    Browse the repository at this point in the history
  3. style: update include order

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2db4d2b View commit details
    Browse the repository at this point in the history
  4. style: update include order

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    33b77b6 View commit details
    Browse the repository at this point in the history
  5. comment: update file header

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    eb85c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. comment: update file header

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1429c33 View commit details
    Browse the repository at this point in the history
  2. comment: update file header

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    21baddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c708e View commit details
    Browse the repository at this point in the history
  4. refactor: remove unused codes

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b3a5529 View commit details
    Browse the repository at this point in the history
  5. refactor: remove dtk namespace

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a0253ec View commit details
    Browse the repository at this point in the history
  6. refactor: rename lowcase

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2660d5a View commit details
    Browse the repository at this point in the history
  7. refactor: rename lowcase

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f0b82dc View commit details
    Browse the repository at this point in the history
  8. refactor: move dtk to src/

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4312312 View commit details
    Browse the repository at this point in the history
  9. refactor: use constexpr

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1adb151 View commit details
    Browse the repository at this point in the history
  10. fix: dtk boost link

    Signed-off-by: NZH <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5f3f64b View commit details
    Browse the repository at this point in the history
  11. ci: try to fix github ci

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b52f8c4 View commit details
    Browse the repository at this point in the history
  12. ci: try to fix github ci

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f34b08c View commit details
    Browse the repository at this point in the history
  13. doc: add badge

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d7d3cae View commit details
    Browse the repository at this point in the history