-
Notifications
You must be signed in to change notification settings - Fork 4
Version v0.58 #21
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
Merged
Version v0.58 #21
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CMake install locally plus Optimizaions enabled * header macro fix * Added configure file * CMake Create include directory * Unit tests minor CMake update
* Update GString.h * adding split helper and test
* Created GResult --------- Co-authored-by: Eugene Fedchuk <[email protected]>
Pioneered by Zayac * Smart Pointer Specify allocator * Finished GPointer/GType update
* Unit Test Find update * Added unflatten function * Image memory leak fix * Updated png loading support for different bit depth and color types
* [BROKEN] Socket Prototype needs to be implemented * Finished Socket Refactor
* Log refactor * Minor Logger refactor * Log bug fix and minor refactor * GLogger update * Added log and lock file and removed memory storage
…the serverConnection to its' name
…pected. Even though services send back NULL, it would add them to the outboundsList which is incorrect and caused errors
* Added GVector * Added GVector unit tests * [FIX] Implemented GVector into GList * reordered tests * Added test involving GType * Added test for array pointer * Replaced std::vector with GVector * Added an example typecheck * TODO: make m_data a GPointer * Changed Type check to size check * Added ASSERT macro * Added deleters * Added Address sanitizer * Now with optional custom deleter * Make the byte buffer use an array deleter * Added reserver and also some weird memory stuff * [BROKEN] TODO: fix the rest of the memory bugs * Replaced global const GString with const char* * Turned off asan --------- Co-authored-by: cabral450 <[email protected]>
* Added the ability to keep the response service number in the ServiceData. Ability to serialize this and deserialize it in the meta data as well. * Modified so that the response service number works as intended --------- Co-authored-by: Matthew Carlson <[email protected]>
* Rewrote CSV load and save * Removed newlines on load * Updated save * Cleaned up standardize() * Added basic save/load unit test * Added GTable unit test * Basic GTable unit tests * New test data * Added ShmeaDB unit tests gitignore --------- Co-authored-by: Glen Rosen <[email protected]>
* Made changes to have PNGPlotter handle creating directories when a directory is sent, and more * Changed it so that you can plot lines and candle individually * Played around with new calculations for png plotter, this is where I meant I did the calculations for the png to super sample, as well as draw line but it's not coming out perfectly. --------- Co-authored-by: Matthew Carlson <[email protected]>
* Fixed a few issues with PNGPlotter, reverted a few calculations because even though the previous calculations were more intricate, the simpler ones render the same results. also made some bug fixes * Added more tools to PNGPlotter, image, and png-helper to help aid in creating PNGs. Gradient was added to image.cpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.