Skip to content

Releases: luk036/physdes-cpp

new documentation build

01 Dec 06:12
Compare
Choose a tag to compare
1.0.9

new documentation build

update third party libraries

27 Mar 06:39
Compare
Choose a tag to compare
1.0.8

set version 1.0.8

Use latest ModernCppStarter as template

06 Aug 11:04
f789898
Compare
Choose a tag to compare

Documentation deploy to gh-page

23 Jan 11:53
Compare
Choose a tag to compare

Added Merge segment and 3D infrastructure

02 Aug 09:56
Compare
Choose a tag to compare
1.0.5

add 3d and merge_segment tests

Remove boost dependence; support C++17

25 Jul 08:41
Compare
Choose a tag to compare
  • Remove boost dependence.
  • C++20 is not required now.

make vscode-friendly; require c++20 now

22 Jul 16:15
Compare
Choose a tag to compare
1.0.3

fix test_installed and macos build

header-only setting

21 Jul 15:08
Compare
Choose a tag to compare
1.0.2

minor change

Documentation deploy to gh-page

17 Jul 06:51
Compare
Choose a tag to compare

Now documentation deploy to gh-page

initial release

17 Jul 04:54
Compare
Choose a tag to compare

Passed all checks in GitHub Actions

Features:

  • Now Installable by CPMAddPackage:

    CPMAddPackage(
    NAME Recti
    GIT_TAG 1.0
    GITHUB_REPOSITORY luk036/physdes-cpp
    OPTIONS "RECTI_INSTALL YES" # create an installable target
    )