Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pecunia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John Schneiderman
Pecunia
Graph
branch/default
Select Git revision
Branches
4
branch/candidate
protected
branch/default
default
protected
branch/release
protected
topic/default/macBuild
Tags
14
0.0.0
0.1.0
0.2.0
0.3.0
0.4.0
0.4.1
0.4.2
0.5.0
0.5.1
0.6.0
0.6.1
0.7.0
0.8.0
0.8.1
18 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Feb
20
13
9
2
1
31
Jan
25
23
21
19
18
16
12
22
Dec
21
15
Mar
9
8
1
28
Feb
27
25
Jan
23
21
20
19
15
14
13
12
14
Dec
13
12
7
2
26
Aug
6
Jun
2
13
Jul
4
2
29
Jun
27
24
23
20
16
15
13
10
9
8
7
6
3
2
23
Feb
9
Nov
20
Oct
16
Sep
9
1
17
Jun
16
2
24
May
22
20
3
2
30
Apr
29
24
22
15
14
29
Mar
8
Jul
6
21
Jun
9
Jan
2
12
Dec
10
5
1
30
Nov
28
21
20
19
Adds Needs to Builder Jobs
Merge 0.6.1 hot fix.
Added signature for changeset ff500cde7c28
Added tag 0.6.1 for changeset 6db074e80dbf
Merge branch 'branch/candidate' into 'branch/release'
Fix the includes for the generated files broken during the cppcheck fixes.
Bump the version on develop for the next release.
Added signature for changeset ff460f321b7d
Added tag 0.6.0 for changeset 6f0b1392421a
Merge branch 'branch/candidate' into 'branch/release'
Merge branch 'branch/default' into 'branch/candidate'
Marked the date of release in the Change Log.
Enable the min/max unit tests.
Updated copyright years.
Add a simple README file.
Add a unit test to ensure assertions are disabled in a release build.
Add Full CI Pipeline & Update Currency Codes
Update .gitlab-ci.yml file
Merge Windows fixes with updated unit tests.
Fixes issues with the Windows build.
Updated unit test to use the FloatingPoint type.
Adds FloatingPoint to the RPM spec file.
Changed the implementation for floating-point conversions in a Money object to use FloatingPoint.
Adds the ability to convert a FloatingPoint value to a string.
Changed ConversionFunction to use the FloatingPoint type.
Converted FloatingPointRounderFunction to use the FloatingPoint type.
Removed the equality function for a FloatingPointBase value and replaced with FloatingPoint.
As a user defined literal for creating a FloatingPoint value.
Adds unit tests for calculating the reciprocal.
The decompose operation takes into account how much precision is needed in the seperation.
Removed isZero and replaced with isEqual as the solution will handle zero.
Fixed the equality test not working in scenarios where the precision was close to the actual value.
Adjusted VerifiedFloatingPoint into an external FloatingPoint type.
Renamed FloatingPoint to FloatingPointBase.
Adds the ability to reset a stored monetary amount to zero without having to specify the currency.
Packaging should not require tag
Made the stream insertion and extration operations predictable.
Partial work for using the locale information for writting the money amount.
Adds missing change-log entries.
Removed duplicated includes.
Loading