log

age author description
Mon, 08 Mar 2021 18:35:51 +0100 John Schneiderman Fixed valid floating-point operations failing due to the FP exception not beling cleared. candidate
Mon, 01 Mar 2021 16:21:46 +0100 John Schneiderman Updated version for the start of the 0.6 development line.
Mon, 01 Mar 2021 16:19:15 +0100 John Schneiderman Merge with release 0.5.0.
Mon, 01 Mar 2021 16:17:58 +0100 John Schneiderman Moved tag 0.5.0 to changeset c601191ec1bf (from changeset 46b88327bdb8) release
Mon, 01 Mar 2021 16:17:43 +0100 John Schneiderman Added signature for changeset bfac4cfaf5f5 release 0.5.0
Mon, 01 Mar 2021 16:17:10 +0100 John Schneiderman Merge with candidate 0.5.0. release
Sun, 28 Feb 2021 11:40:45 +0100 John Schneiderman Moved tag 0.5.0 to changeset 46b88327bdb8 (from changeset e209330fc79c) candidate
Sun, 28 Feb 2021 11:40:31 +0100 John Schneiderman Adds basic CPack support to build a packages in Windows. candidate
Sat, 27 Feb 2021 17:53:42 +0100 John Schneiderman Moved tag 0.5.0 to changeset e209330fc79c (from changeset d915a24754e6) candidate
Sat, 27 Feb 2021 17:53:20 +0100 John Schneiderman Removed tag 0.5.5 candidate
Sat, 27 Feb 2021 16:04:55 +0100 John Schneiderman Moved tag 0.5.0 to changeset ca41dcf0ac29 (from changeset d915a24754e6) candidate
Sat, 27 Feb 2021 14:36:04 +0100 John Schneiderman Adjusted RPM spec to support Fedora without modifications. candidate
Sat, 27 Feb 2021 12:12:16 +0100 John Schneiderman Moved tag 0.5.0 to changeset d915a24754e6 (from changeset dbb873bf0986) candidate
Sat, 27 Feb 2021 12:12:03 +0100 John Schneiderman Updated Debian change-log. candidate
Sat, 27 Feb 2021 11:39:49 +0100 John Schneiderman Moved tag 0.5.0 to changeset dbb873bf0986 (from changeset 741cf3b51fc1) candidate
Sat, 27 Feb 2021 11:39:39 +0100 John Schneiderman Fixed incorrect build directory usage. candidate
Sat, 27 Feb 2021 11:35:51 +0100 John Schneiderman Moved tag 0.5.0 to changeset 741cf3b51fc1 (from changeset 767e4e0db05a) candidate
Sat, 27 Feb 2021 11:35:31 +0100 John Schneiderman Updated build scripts to archive the version being packaged. candidate
Sat, 27 Feb 2021 11:28:29 +0100 John Schneiderman Moved tag 0.5.0 to changeset 767e4e0db05a (from changeset 2923b29c497e) candidate
Sat, 27 Feb 2021 11:13:05 +0100 John Schneiderman Corrected double word. candidate
Sat, 27 Feb 2021 10:54:06 +0100 John Schneiderman Added tag 0.5.0 for changeset 2923b29c497e
Sat, 27 Feb 2021 10:53:25 +0100 John Schneiderman Updated the release date.
Sat, 27 Feb 2021 10:47:08 +0100 John Schneiderman Updated copyright years.
Sat, 27 Feb 2021 10:41:31 +0100 John Schneiderman Updated private key.
Mon, 25 Jan 2021 19:04:40 +0100 John Schneiderman Moved the conan packaging to the package directory.
Mon, 25 Jan 2021 18:10:35 +0100 John Schneiderman Merge CPack support with DEB packaging support.
Mon, 25 Jan 2021 18:09:37 +0100 John Schneiderman Add the basics for CPack.
Mon, 25 Jan 2021 16:27:16 +0100 John Schneiderman Bumped the minimum required version of CMake to match that of Debian stable.
Sat, 23 Jan 2021 13:03:24 +0100 John Schneiderman Rough DEB packing support.
Thu, 21 Jan 2021 19:27:05 +0100 John Schneiderman Adds support for a package to override the name of the library directory.
Thu, 21 Jan 2021 19:08:30 +0100 John Schneiderman Rough RPM spec file with automation.
Wed, 20 Jan 2021 19:31:25 +0100 John Schneiderman Made it possible to configure the default locale via CMake.
Wed, 20 Jan 2021 17:40:49 +0100 John Schneiderman Fixed the invoking the previous iterator on the begining of a container when sorting.
Wed, 20 Jan 2021 16:39:33 +0100 John Schneiderman Adds support for the project automatically being able to execute the unit-tests.
Wed, 20 Jan 2021 16:14:28 +0100 John Schneiderman MSVC generates nonsense when including the public library directory.
Tue, 19 Jan 2021 16:56:05 +0100 John Schneiderman Renamed the math functions to be descriptive.
Tue, 19 Jan 2021 16:38:28 +0100 John Schneiderman Documentation correction.
Tue, 19 Jan 2021 16:35:16 +0100 John Schneiderman Prefixed all CMake library variables by their project names.
Fri, 15 Jan 2021 18:52:50 +0100 John Schneiderman Enabled floating-point exceptions on Windows.
Fri, 15 Jan 2021 18:20:24 +0100 John Schneiderman Fixed incorrectly braced countries using a given currency.
Thu, 14 Jan 2021 20:30:37 +0100 John Schneiderman Documentation format update.
Thu, 14 Jan 2021 20:17:11 +0100 John Schneiderman Moved the documentation for friend functions to the actual functions & grouping the friend declarations together.
Thu, 14 Jan 2021 20:06:05 +0100 John Schneiderman Renamed toIso4217 to toStdString to be clear about what conversion is taking place.
Thu, 14 Jan 2021 19:51:34 +0100 John Schneiderman Adds assertions to check that supplied functors are not null.
Thu, 14 Jan 2021 19:42:06 +0100 John Schneiderman Reordered the money constructor for specifying only the minor units to read more natural.
Thu, 14 Jan 2021 19:33:50 +0100 John Schneiderman Removed unneeded copy when using the Iso4217Codes and MinorSign.
Thu, 14 Jan 2021 19:30:49 +0100 John Schneiderman Renamed the enumeration Codes to Iso4217Codes so as to avoid ambiguities in consumers of the library.
Thu, 14 Jan 2021 19:03:04 +0100 John Schneiderman Renamed toSymbol to currencySymbol since it's not a conversion of types, but more of a look-up of information.
Thu, 14 Jan 2021 18:58:21 +0100 John Schneiderman Adds support for looking up the name of a currency via the currency's code.
Thu, 14 Jan 2021 18:34:33 +0100 John Schneiderman Adds support for looking up the countries which use a given currency.
Thu, 14 Jan 2021 17:36:15 +0100 John Schneiderman Removed unused includes.
Thu, 14 Jan 2021 17:31:41 +0100 John Schneiderman Adds the ability to select between a shared or static library build.
Thu, 14 Jan 2021 17:25:49 +0100 John Schneiderman Updated the Conan information to the latest version.
Wed, 13 Jan 2021 19:48:59 +0100 John Schneiderman Changed the library CMake package generation to use the built-in CMake functionality.
Tue, 12 Jan 2021 18:12:04 +0100 John Schneiderman Adds a change-log and credit information.
Tue, 12 Jan 2021 16:45:49 +0100 John Schneiderman Re-enabled verification of invalid usages of floating-point operations.
Tue, 12 Jan 2021 16:42:14 +0100 John Schneiderman Marked the swaperator noexcept.
Mon, 14 Dec 2020 16:11:29 +0100 John Schneiderman Updated copyright year macro.
Sun, 13 Dec 2020 12:31:13 +0100 John Schneiderman Adds empty unit tests for accumulate function.
Sat, 12 Dec 2020 15:11:30 +0100 John Schneiderman Merge with release 0.4.2