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

Ongoing development of develop branch #188

Merged
merged 12 commits into from
Dec 4, 2023
Merged

Ongoing development of develop branch #188

merged 12 commits into from
Dec 4, 2023

Conversation

cassava
Copy link
Contributor

@cassava cassava commented Nov 27, 2023

No description provided.

@cassava cassava self-assigned this Nov 27, 2023
@cassava cassava requested a review from tobifalk as a code owner November 27, 2023 10:02
@cassava cassava force-pushed the ben/develop branch 4 times, most recently from 7806609 to b3958be Compare December 4, 2023 14:40
New:
- Add `cloe-meta` package to replace previous role of `cloe`.

- Add `cloe-plugins-core` package recipe (but do not build).

- Add editable builds to GitHub workflow `build-cloe` matrix.

Changed:
- Package `cloe` provides all Cloe packages compiled in one go.
  This is a boon to development, as we make `cloe` editable and
  only have to work with a single package.
  It also massively speeds up compilation:
  - Conan and CMake configuration is only performed once.
  - All cores can now be utilized much more effectively during the build
    process.

- Do not aggressively lint everything
  The developer can do this themselves by setting a cmake define:
  https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_CLANG_TIDY.html

- Move all individual tests into single project tests
  Still support multiple profiles, but this makes it easier
  to support the cloe super-build and should also make it
  easier to develop and maintain tests.

- Renamed top-level Make targets:
  - `status` is now `status-all`
  - `export` is now `export-all`
  - `deploy` is now `deploy-all`
  - `clean` is now `clean-all`
  - `purge` is now `purge-all`

- The following top-level Make targets just refer to `cloe` super-build package:
  - `package`
  - `smoketest`
  - `smoketest-deps`
  - `status`
  - `export`

Fixed:
- Plugin Conan configurations do not export correct library path.

Removed:
- Work-In-Progress Lua files.
@cassava cassava merged commit 54877b8 into develop Dec 4, 2023
8 checks passed
@cassava cassava added this to the 0.X milestone Dec 8, 2023
@cassava cassava modified the milestones: 0.X, 0.25.0 Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant