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

Version bump to 2.5.4 #129

Merged
merged 3 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
53 changes: 0 additions & 53 deletions .github/workflows/benchmark.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: conan-profile
run: |
conan --version
conan profile detect --force
if [ "${{ matrix.compiler-name-conan }}" != "" ]; then
sed -i.bak -e 's/compiler=.*/compiler=${{ matrix.compiler-name-conan }}/g' ~/.conan2/profiles/default
Expand All @@ -78,6 +79,7 @@ jobs:
if [ "${{ matrix.compiler-cppstd }}" != "" ]; then
sed -i.bak -e 's/compiler.cppstd=gnu[0-9]\+/compiler.cppstd=${{ matrix.compiler-cppstd }}/g' ~/.conan2/profiles/default
fi
cat ~/.conan2/profiles/default
shell: bash

- name: cmake-configure-debug
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5.4

* Introduced CMake Workflow Presets

## 2.5.3

* Adjusted CMake to only look for Catch2 if tests are being built. Reduces warnings for projects which use something else (e.g. GTest)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()

project(
"SI"
VERSION 2.5.3
VERSION 2.5.4
DESCRIPTION
"A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units."
HOMEPAGE_URL "https://github.com/bernedom/SI"
Expand Down
2 changes: 1 addition & 1 deletion include/SI/absorbed_dose.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/acceleration.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/angle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/angular_frequency.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/area.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/astronomic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/catalytic_activity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/cross_unit_operations.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/detail.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/eps_equal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/number_parser.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/operator_helpers.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/unit.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/unit_cast.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/detail/unit_symbol.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_capacity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_charge.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_conductance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_current.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_potential.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/electric_resistance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/energy.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/equivalent_dose.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/flow.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/force.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/frequency.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/illuminance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/inductance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/length.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/luminosity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/luminous_flux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/magnetic_field.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/magnetic_flux.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/mass.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/momentum.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/power.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/pressure.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/radioactivity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/solid_angle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/stream.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/substance.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/temperature.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/time.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down
2 changes: 1 addition & 1 deletion include/SI/velocity.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of "SI" version 2.5.3
* This file is part of "SI" version 2.5.4
* A header only c++ library that provides type safety and user defined literals
* for handling physical values defined in the International System of
* Units
Expand Down