Skip to content

Bkm82 docs testing build #3

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

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
4821ee3
initial commit attemt make file
bkm82 Oct 7, 2023
af6b626
re-pull from compiled binar
bkm82 Feb 29, 2024
0da250d
add setting files
bkm82 Feb 29, 2024
660af00
Merge pull request #1 from bkm82/ECMO_settings
bkm82 Feb 29, 2024
8603a0b
add binary to git
bkm82 Feb 29, 2024
35b881e
Merge pull request #2 from bkm82/add_binary
bkm82 Feb 29, 2024
e6f6eb7
Project restructure (#3)
bkm82 Apr 1, 2024
7aeb857
add debug level def and a print statement in velocity
bkm82 Apr 6, 2024
909f39b
initialize all indexes to 0, implement index overflow check
bkm82 Apr 6, 2024
4ded652
add index overflow checking to global check
bkm82 Apr 6, 2024
09e6c0c
add dont compute for points not found
bkm82 Apr 6, 2024
abdf0ee
wrap global print into debug level 1
bkm82 Apr 6, 2024
0b3dd9c
correct Debug_1 to DEBUG_1 in ftle
bkm82 Apr 6, 2024
a3d83cb
update report interval to 100000
bkm82 Apr 6, 2024
f161ec1
Merge pull request #5 from bkm82/4-velocity_seg_fault
bkm82 Dec 20, 2024
d84e17c
Unit Testing (#6)
bkm82 Feb 6, 2025
6bb8aec
Build (#7)
bkm82 Feb 7, 2025
e3e4780
README: update readme (#8)
bkm82 Feb 7, 2025
1bcdaef
try uploading artifacts (#9)
bkm82 Feb 7, 2025
6d2e188
Fix release artifacts yaml (#10)
bkm82 Feb 7, 2025
b4febb7
Update release.yml (#11)
bkm82 Feb 7, 2025
56f0f0c
fix(devtools): Update release github actions to try update version (#12)
bkm82 Feb 7, 2025
3886408
chore(release): 0.0.1 [skip ci]
semantic-release-bot Feb 7, 2025
754731b
ci(devtools): update semantic-release to try build project (#13)
bkm82 Feb 7, 2025
871f697
fix(devtools): Try fix the adding artifacts to a release (#14)
bkm82 Feb 7, 2025
0365f19
chore(release): 0.0.2 [skip ci]
semantic-release-bot Feb 7, 2025
3fae177
fix(devtools): Try another gh action build (#15)
bkm82 Feb 7, 2025
57ad0b1
chore(release): 0.0.3 [skip ci]
semantic-release-bot Feb 7, 2025
0178714
Cd build 3 (#16)
bkm82 Feb 7, 2025
cd9ca24
Cd build 4 (#17)
bkm82 Feb 7, 2025
21b8c7f
fix: remove token and use default (#18)
bkm82 Feb 7, 2025
ad29d06
docs: update readme (#19)
bkm82 Feb 7, 2025
dee2556
fix badges (#20)
bkm82 Feb 7, 2025
82a9865
Update README.org (#21)
bkm82 Feb 7, 2025
c212ba1
refactor: remove docker (#22)
bkm82 Feb 8, 2025
6730199
CI: Alpha (#23)
bkm82 Feb 8, 2025
b61beab
docs: update readme (#24)
bkm82 Feb 8, 2025
7151eed
chore(release): 0.0.4 [skip ci]
semantic-release-bot Feb 8, 2025
b613474
docs: update readme to point to flowVC uitils (#25)
bkm82 Feb 8, 2025
83e1586
chore(release): 0.0.4 [skip ci]
semantic-release-bot Feb 8, 2025
a2cba27
ci: deploy docs to github-pages (#26)
bkm82 Feb 10, 2025
1d4d983
build: create a build.yml for macos, linux and windows
bkm82 Feb 11, 2025
bbfc438
build: fix typo in requesting windows runner
bkm82 Feb 11, 2025
78dd756
build: update build to run using make
bkm82 Feb 11, 2025
f001d52
fix: update ReMapPt function call correcting pointer type for MP#.X
bkm82 Feb 11, 2025
cbaaae5
build: revert to ceedling for building release.
bkm82 Feb 11, 2025
e8a4b50
build: handle output extension difference between windows and unix
bkm82 Feb 11, 2025
5f1d8e3
build: fix build yml location of handling output extension
bkm82 Feb 11, 2025
321cca4
build: try using matrix release_suffix to set executable extension
bkm82 Feb 11, 2025
30de589
build: fix missing $ bug in build.yml
bkm82 Feb 11, 2025
6a2abd7
build: remove checkout code name
bkm82 Feb 11, 2025
00a44ae
build: update build naming
bkm82 Feb 11, 2025
55d6acd
build: update build system to include windows macos and linux builds
bkm82 Feb 11, 2025
60e7eb3
Merge pull request #27 from bkm82/windows_build
bkm82 Feb 11, 2025
8724043
build: debug using a local action
bkm82 Feb 11, 2025
ad5cbc0
Merge pull request #28 from bkm82/build_debug
bkm82 Feb 11, 2025
46aa400
chore(release): 0.0.5 [skip ci]
semantic-release-bot Feb 11, 2025
78c053e
build: update semantic version to need build
bkm82 Feb 11, 2025
e19b4e1
Merge pull request #29 from bkm82/build_pipeline_debug
bkm82 Feb 11, 2025
fee167f
fix: fix yaml formating
bkm82 Feb 11, 2025
db67b10
Merge pull request #30 from bkm82/build_pipeline_debug_2
bkm82 Feb 11, 2025
91cdc9c
chore(release): 0.0.6 [skip ci]
semantic-release-bot Feb 11, 2025
fe67c3c
fix: Add OS identifier to build artifact names for uniqueness.
bkm82 Feb 11, 2025
5219aab
Merge pull request #31 from bkm82/build_pipeline_debug_3
bkm82 Feb 11, 2025
c5d9eff
chore(release): 0.0.7 [skip ci]
semantic-release-bot Feb 11, 2025
018b549
docs: update readme to point users to pre-compiled binarys
bkm82 Feb 11, 2025
883681e
docs: remove the completed plan to add windows to the CI/CD pipeline
bkm82 Feb 11, 2025
857ae77
Merge pull request #32 from bkm82/readme_updates
bkm82 Feb 11, 2025
d0627e9
ci: run tests on all operating systems
bkm82 Feb 12, 2025
a3768d2
ci: fix tests to run gcov
bkm82 Feb 12, 2025
8ecd999
ci: fix yaml linting issues, run unit tests from cd
bkm82 Feb 12, 2025
dd77f50
ci: fix ci syntax
bkm82 Feb 12, 2025
f9e1fb5
fix: Update README.org and tagging with fix to force a deployment
bkm82 Feb 12, 2025
ca6d7cd
chore(release): 0.0.8 [skip ci]
semantic-release-bot Feb 12, 2025
8f38758
ci: use the bundler-cache for ruby
bkm82 Feb 12, 2025
10e8b05
ci: update workflows to work on main or master
bkm82 Feb 12, 2025
e5d2fc6
docs: Update README.org to reference the FlowPhysics future doc location
bkm82 Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Build Project

on:
workflow_call:
pull_request:
branches:
- main
- master
jobs:
build:
name: Build Release

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
release_suffix: out
- os: windows-latest
release_suffix: exe
- os: macos-latest
release_suffix: out
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true

- name: Install Ceedling
run: gem install ceedling

- name: Build Release
run: ceedling release


- name: Rename build binary
shell: pwsh
run: Move-Item -Path build/release/flowVC.out -Destination build/release/flowVC_${{ runner.os }}.${{ matrix.release_suffix}}

- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: flowVC_${{ runner.os }}
path: build/release/flowVC_${{ runner.os }}.${{ matrix.release_suffix}}
overwrite: true
63 changes: 63 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: CD

on:
push:
branches:
- main
- master


jobs:

run-tests:
uses: ./.github/workflows/ci.yml

build-release:
uses: ./.github/workflows/build.yml

semantic-release:
needs: [run-tests, build-release]

if: "!contains(github.event.head_commit.message, '[skip ci]')"

name: Semantic Release
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-node@v3
with:
node-version: "lts/*"

- name: Download Artifacts
uses: actions/download-artifact@v4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
id: semantic # Need an `id` for output variables
with:
semantic_version: 17
extra_plugins: |
@semantic-release/changelog@5
@semantic-release/exec@5
@semantic-release/git@9

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Do something when a new release published
if: steps.semantic.outputs.new_release_published == 'true'
run: |
echo ${{ steps.semantic.outputs.new_release_version }}
echo ${{ steps.semantic.outputs.new_release_major_version }}
echo ${{ steps.semantic.outputs.new_release_minor_version }}
echo ${{ steps.semantic.outputs.new_release_patch_version }}
echo ${{ steps.semantic.outputs.new_release_git_tag }}
56 changes: 56 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: CI

on:
# Manually triggered testing
workflow_dispatch:

# Called from another work flow
workflow_call:

pull_request:
branches:
- main
- master
push:
# Called from CD, prevents duplicate running
branches-ignore:
- main
- master

jobs:
build:
name: Run Tests

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
release_suffix: out
- os: windows-latest
release_suffix: exe
- os: macos-latest
release_suffix: out
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true

- name: Install Ceedling
run: gem install ceedling

- name: Run Tests
run: ceedling gcov:all

- name: Upload Coverage Report to Codecov
uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}
30 changes: 30 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Docs

on:
push:
branches:
- main
- master

permissions:
contents: write

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4

- name: Install Emacs
run: sudo apt install emacs-nox --yes

- name: Build the site
run: ./build.sh
working-directory: docs/

- name: Publish generated content to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: docs
folder: docs/public/
69 changes: 69 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

# Build directory
/build/


# temp
*tmp*

#settings file
settings_script_controlled.in


**ltximg**

# packaged directory
.packages/
/docs/public/
17 changes: 17 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"assets": ["flowVC_Linux", "flowVC_Windows", "flowVC_macOS"]
}
],
"@semantic-release/git"
],
"branches": [
"main"
]
}
18 changes: 18 additions & 0 deletions .releaserc.prerelease.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"assets": ["build/release/flowVC.out"]
}
],
"@semantic-release/git"
],
"branches": [
"main",
"alpha"
]
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
## [0.0.8](https://github.com/bkm82/flowVC/compare/v0.0.7...v0.0.8) (2025-02-12)


### Bug Fixes

* Update README.org and tagging with fix to force a deployment ([f9e1fb5](https://github.com/bkm82/flowVC/commit/f9e1fb583f7751d32c31f915d9a100e2408ad337))

## [0.0.7](https://github.com/bkm82/flowVC/compare/v0.0.6...v0.0.7) (2025-02-11)


### Bug Fixes

* Add OS identifier to build artifact names for uniqueness. ([fe67c3c](https://github.com/bkm82/flowVC/commit/fe67c3c624b109c075165a3383cf1fd795105ba3))

## [0.0.6](https://github.com/bkm82/flowVC/compare/v0.0.5...v0.0.6) (2025-02-11)


### Bug Fixes

* fix yaml formating ([fee167f](https://github.com/bkm82/flowVC/commit/fee167fa6fe60b5c8337dd351bce69e61302d19d))

## [0.0.5](https://github.com/bkm82/flowVC/compare/v0.0.4...v0.0.5) (2025-02-11)


### Bug Fixes

* update ReMapPt function call correcting pointer type for MP#.X ([f001d52](https://github.com/bkm82/flowVC/commit/f001d520ec23b189d8c1bfa1734abe12a4d351b5))

## [0.0.4](https://github.com/bkm82/flowVC/compare/v0.0.3...v0.0.4) (2025-02-08)


### Bug Fixes

* remove token and use default ([#18](https://github.com/bkm82/flowVC/issues/18)) ([21b8c7f](https://github.com/bkm82/flowVC/commit/21b8c7fc8386f10d3a87d1f93acc3c16d1d025df))

## [0.0.4](https://github.com/bkm82/flowVC/compare/v0.0.3...v0.0.4) (2025-02-08)


### Bug Fixes

* remove token and use default ([#18](https://github.com/bkm82/flowVC/issues/18)) ([21b8c7f](https://github.com/bkm82/flowVC/commit/21b8c7fc8386f10d3a87d1f93acc3c16d1d025df))

## [0.0.4](https://github.com/bkm82/flowVC/compare/v0.0.3...v0.0.4) (2025-02-08)


### Bug Fixes

* remove token and use default ([#18](https://github.com/bkm82/flowVC/issues/18)) ([21b8c7f](https://github.com/bkm82/flowVC/commit/21b8c7fc8386f10d3a87d1f93acc3c16d1d025df))

## [0.0.3](https://github.com/bkm82/flowVC/compare/v0.0.2...v0.0.3) (2025-02-07)


### Bug Fixes

* **devtools:** Try another gh action build ([#15](https://github.com/bkm82/flowVC/issues/15)) ([3fae177](https://github.com/bkm82/flowVC/commit/3fae1776860b9ba8ee9ab7bf5ad1df0bfcf9d7d2))

## [0.0.2](https://github.com/bkm82/flowVC/compare/v0.0.1...v0.0.2) (2025-02-07)


### Bug Fixes

* **devtools:** Try fix the adding artifacts to a release ([#14](https://github.com/bkm82/flowVC/issues/14)) ([871f697](https://github.com/bkm82/flowVC/commit/871f69746e427c45bc797b70bf80475aeb4cb91d))

## [0.0.1](https://github.com/bkm82/flowVC/compare/v0.0.0...v0.0.1) (2025-02-07)


### Bug Fixes

* **devtools:** Update release github actions to try update version ([#12](https://github.com/bkm82/flowVC/issues/12)) ([56f0f0c](https://github.com/bkm82/flowVC/commit/56f0f0c8374509bf1942198261db2b6a8cf5d6c0))
14 changes: 0 additions & 14 deletions README.md

This file was deleted.

Loading