openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Humm and Strumm
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 9 of 15
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Split geometry::Plane3D<T> implementation off into separate file. Added iostream input and output for the equation of the plane.
Patrick M. Niedzielski
More...
almost 13 years ago
Modify mathutils.hpp, split it into files. The old version creates constants for every translation unit, which have lower precision than we could use.
Patrick M. Niedzielski
More...
almost 13 years ago
dos2unix on CMakeLists.txt file in engine directory.
Patrick M. Niedzielski
More...
almost 13 years ago
Added serialization support to Error messages.
Patrick M. Niedzielski
More...
almost 13 years ago
Duration now supports ISO 8601 serialization.
Patrick M. Niedzielski
More...
almost 13 years ago
Forgot to change the fill character back from '0'.
Patrick M. Niedzielski
More...
almost 13 years ago
We don't need strings when we can use single characters. They're just easier to manage.
Patrick M. Niedzielski
More...
almost 13 years ago
Taking out a diagnostic line in the unit test that we don't need anymore, seeing as it passes.
Patrick M. Niedzielski
More...
almost 13 years ago
We need the <iomanip> header file.
Patrick M. Niedzielski
More...
almost 13 years ago
Documentation addition to date::Duration.
Patrick M. Niedzielski
More...
almost 13 years ago
Remove the week member from date::Duration in order to more closely follow the ISO 8601 standard for durations.
Patrick M. Niedzielski
More...
almost 13 years ago
Date reads ISO 8601 extended format now.
Patrick M. Niedzielski
More...
almost 13 years ago
We were using an octal constant by accident. It worked, but there's really no reason.
Patrick M. Niedzielski
More...
almost 13 years ago
Whitespace fix.
Patrick M. Niedzielski
More...
almost 13 years ago
Polish off Timezone class. We need to make sure that the durations are always okay, and then print them out correctly. Document that invariant.
Patrick M. Niedzielski
More...
almost 13 years ago
date::Timezone now supports ISO 8601 extended format in its stream output and input operators.
Patrick M. Niedzielski
More...
almost 13 years ago
Why are we using friend functions when we can live without them?
Patrick M. Niedzielski
More...
almost 13 years ago
Remove the Loggable interface. Because we are switching to using the iostreams classes for our logging functionality as per Issue 69, this class is no longer necessary. Classes will just override the operator<< function.
Patrick M. Niedzielski
More...
almost 13 years ago
Update the documentation for the new release.
Patrick M. Niedzielski
More...
almost 13 years ago
Merge branch 'delete-number' into unstable
Patrick M. Niedzielski
More...
almost 13 years ago
Implementation of the Date class and related helper methods.
Patrick M. Niedzielski
More...
almost 13 years ago
Unit test for Date.
Patrick M. Niedzielski
More...
almost 13 years ago
Minor modifications to the Date interface.
Patrick M. Niedzielski
More...
almost 13 years ago
Let's just ignore daylight savings time. It's too dependent on geographic location.
Patrick M. Niedzielski
More...
almost 13 years ago
Fix for Timezone which prevented it from compiling properly. Dunno how I missed that.
Patrick M. Niedzielski
More...
almost 13 years ago
Added interface for Date class.
Patrick M. Niedzielski
More...
almost 13 years ago
Add a system natural integer type and its unsigned counterpart to the integer types (int doesn't necessarily do this anymore).
Patrick M. Niedzielski
More...
almost 13 years ago
Documentation fix in Duration.
Patrick M. Niedzielski
More...
almost 13 years ago
Change the default constructor of Timezone to make it lightweight. We get the current timezone with a nonmember function.
Patrick M. Niedzielski
More...
almost 13 years ago
Remove the types::Number class, because we have no need for it. Even in scripting, we can just use a float or a double.
Patrick M. Niedzielski
More...
almost 13 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
14
15
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree