Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
02ec585
build: only allow to build as python extension
robertodr Jul 24, 2026
6615e22
chore: c++ unit tests off by default
robertodr Jul 24, 2026
2f43fb5
chore: remove already off flag from cibuildwheel conf
robertodr Jul 24, 2026
d324ea3
chore(devcontainer): fix some flags in postStartCommand script
robertodr Jul 24, 2026
d047093
build(cmake): push python-finding to root CMakeLists.txt
robertodr Jul 26, 2026
f50cf69
build(cmake): :art: overhaul installation
robertodr Jul 26, 2026
365df37
Apply suggestion from @robertodr
robertodr Jul 26, 2026
5d2b9e6
style: :lipstick: workflow cosmetics
robertodr Jul 26, 2026
dd3af6f
chore: remove leftover .orig files
robertodr Jul 29, 2026
0ff39fd
chore: add monoprop_WIDE_TERM_INDEX to target, not globally
robertodr Jul 29, 2026
909e168
chore: post-merge fixes
robertodr Jul 29, 2026
c10f71c
ci: run C++ unit tests
robertodr Jul 29, 2026
6cf1f12
ci: use HTTPS with curl
robertodr Jul 29, 2026
542eef9
ci: avoid implicit re-syncs with uv
robertodr Jul 29, 2026
0496a44
chore: remove double print in CMakeLists.txt
robertodr Jul 29, 2026
1c829ad
build: c++ unit tests ON by default
robertodr Jul 29, 2026
e9550d7
ci: verify find_package(monoprop)
robertodr Jul 29, 2026
02edaaa
style: format a CMakeLists.txt
robertodr Jul 29, 2026
1238039
chore(devcontainer): c++ unit tests are ON by default
robertodr Jul 29, 2026
c926d2c
ci: install msgpack-cxx on macos
robertodr Jul 29, 2026
67001da
ci: refine find_package(monoprop) verification
robertodr Jul 29, 2026
72f2c7f
Merge branch 'main' into chore-dev-single-build-path
ludmilaasb Jul 29, 2026
87f15b1
ci: install msgpack@7.0.0 on macos-15
robertodr Jul 29, 2026
b89ee5c
build(cmake): remove redundant target_include_directories
robertodr Jul 29, 2026
307b438
ci: msgpack-cxx 8.0.0 is fine on macos-15
robertodr Jul 29, 2026
cb0ef99
ci: build path explicitly
robertodr Jul 29, 2026
f04913e
chore(cmake): do not install msgpack with the wheel
robertodr Jul 29, 2026
f884843
ci: obtain path to cmake config file with uv
robertodr Jul 29, 2026
00dfe3c
chore(cmake): cpmaddpackage msgpack without VERSION
robertodr Jul 29, 2026
89fc1b9
chore(vscode): clean up tasks.json
robertodr Jul 29, 2026
2433d85
chore(deps-dev): remove gcovr
robertodr Jul 29, 2026
c59eaf3
ci: split coverage collection to its own job
robertodr Jul 29, 2026
c3fc9e5
ci: surface-level cleanup of sonarqube analysis
robertodr Jul 29, 2026
68b39a3
ci(coverage): set build type as env-var
robertodr Jul 29, 2026
2117607
ci: collapse cpp-checks-other into package-tests
robertodr Jul 29, 2026
36f9510
ci: use the c++ linker
robertodr Jul 29, 2026
8d613a5
ci(sonar): adapt to streamlined cmake set up
robertodr Jul 29, 2026
d753120
ci: collapse cpp-wide job into package-tests
robertodr Jul 29, 2026
e5d6ee4
fix(copilot): remove unnecessary flag for setup steps
robertodr Jul 29, 2026
8796163
ci: change name of package-tests job
robertodr Jul 29, 2026
b55bc45
ci: merge gcovr steps
robertodr Jul 30, 2026
65d7e2d
chore: clean up justfile
robertodr Jul 30, 2026
94564a4
style: remove double quotes
robertodr Jul 30, 2026
7d15930
chore(cmake): clean up RPATH
robertodr Jul 30, 2026
c7168d7
ci: remove unnecessary option to gcovr
robertodr Jul 30, 2026
6f67888
fix(justfile): local coverage computation
robertodr Jul 30, 2026
8a01600
build: reorganize as object library + shared
robertodr Jul 31, 2026
a192173
build: link unit tests to object library
robertodr Jul 31, 2026
72965c2
build: link libraries, compile definitions duplicated to INTERFACE of…
robertodr Jul 31, 2026
8096a13
Merge branch 'main' into chore-dev-single-build-path
robertodr Aug 3, 2026
a2137b2
Apply suggestion from @robertodr
robertodr Aug 3, 2026
5c8e612
docs: remove mention of cmake presets, non-existing just rules
robertodr Aug 3, 2026
9885641
fix: remove version and git_commit informational functions
robertodr Aug 3, 2026
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
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
g++ \
gdb \
just \
lcov \
ninja-build \
python3 \
openmpi-bin \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/postStartCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ echo "Set up development environment in $WORKSPACE"
uv sync --all-groups --all-extras -v

# install prek hooks
uv run prek install --install-hooks
uv run prek install --install-hooks --overwrite
Comment thread
ludmilaasb marked this conversation as resolved.
6 changes: 4 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
copilot-setup-steps:
runs-on: ubuntu-26.04

env:
CPM_USE_LOCAL_PACKAGES: "TRUE"

permissions:
contents: read

Expand All @@ -36,5 +39,4 @@ jobs:

- name: Install package
run: |
export CPM_USE_LOCAL_PACKAGES=TRUE
uv sync --all-extras
uv sync --all-groups --all-extras -v
3 changes: 3 additions & 0 deletions .github/workflows/docpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
build:
runs-on: ubuntu-26.04

env:
SKBUILD_CMAKE_DEFINE: monoprop_ENABLE_CXX_UNIT_TESTS=OFF

steps:
- name: Checkout
uses: actions/checkout@v7.0.1
Expand Down
Loading
Loading