summaryrefslogtreecommitdiff
path: root/src/election.adb
AgeCommit message (Expand)Author
2017-11-04Removed use of obsolescent ASCII and replaced with Ada.Characters.Latin_1HEADmasterJed Barber
2017-07-07Non-specialised tiebreaker handling added, but not testedJed Barber
2017-07-07Ensured that Exclude_Candidates won't exclude so many that the remaining vaca...Jed Barber
2017-07-05Removed extraneous Candidate_Range type in Bundles.ContainersJed Barber
2017-07-05Simplified Bundle_Containers to use an array instead of a MapJed Barber
2017-07-05Changed Candidate_Map to Candidate_VectorJed Barber
2017-07-03Changed build from makefile to gpr fileJed Barber
2017-07-03Changed license to Unlicense, improved with/use code styleJed Barber
2017-05-12Refactored Transfer_Votes functionJed Barber
2017-02-18Refactored long functions and commented election.adb and election.adsJed Barber
2017-02-17Added CC0 notice to applicable source filesJed Barber
2017-02-13Fixed paper transfer and exhausted paper trackingJed Barber
2017-02-12Election counting now works, logging improved from Haskell version, still nee...Jed Barber