Skip to content

Tags: Election-Tech-Initiative/electionguard-cpp

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add replacement for accented characters to language class (#333)

* Add replacement for accented characters to language class
Add unit test for handling accented characters.
Upgraded to version 1.0.0

* Encode the unicode characters as escaped chars

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed the use of the size of data returned from the C++ just use no…

…rmal string logic. (#331)

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed the use of the size of data returned from the C++ just use no…

…rmal string logic. (#331)

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed ballots to free the memory even tho it thinks it is already clo…

…sed. (#328)

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change to newest json lib 3.11.2 (#327)

Cleaned up unmanged memory deleting copied data

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change string handling to use begin and end instead of front (#318)

* Change string handling to use begin and end instead of front
Added unit test to make sure the extended data is not null

* Fix multiple .net tests that had intermittent failures because of how c++ was handling data

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
- Add checks for the context and manifest matching manifesthash values (

#306)

- Add C++ and C# unit tests

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/default fix (#301)

* make the Party class default to a real value when the is no name given.

* clean up serialization

* Clean up constructor and fix an issue with C test

* fixed missing xml comments

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for using the 32 bit optimized HACL code. (#279)

* Add support for using the 32 bit optimized HACL code.

* Remove comment.

* fixed allocation for alloca inside of loops

* A bit of cleanup.

Co-authored-by: Steve Maier <ysfred4@hotmail.com>

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to version 0.1.11 (#277)

Co-authored-by: Steve Maier <ysfred4@hotmail.com>