projects
/
poker-eval.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
poker-eval.git
2021-11-10
MA Beaudet
fix: apply cargo fix recommendations
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
fix(card): use u32::from() instead of as_ref() for...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
refactor(card): add From<Card> for u32
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
chore: remove MyError as no longer used
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
fix: add some better error handling trying to follow...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
perf(eval): remove unnecessary clones of hands and...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
feat: add conversion AsRef for cards and some delegate...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
feat: add better error handling for cards (following...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
feat: add tests verifying C-SEND-SYNC for card and...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
feat: apply C-COMMON-TRAITS C-CONV-TRAITS C-COLLECT...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MA Beaudet
fix!: change methods `eval_5hand` `eval_7hand` to assoc...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
feat: add ad-hoc conversions conventions for card mod
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
refactor: moved wasm feature to wasm32 target build...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
fix: add wasm-bindgen as a feature and rename parallele...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
feat: apply C-SERDE to data structures
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
fix!: changed random poker-eval's crate feature to...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
feat!: remove Rc constraint in Evaluator and add simpli...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
MA Beaudet
feat!: apply C-CONV C-GETTER and C-CTOR to card and...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
fix: change `find_fast` method in Evaluator to private
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
test: add test for eval error handling
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
feat!: add error handling in eval function
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
fix(example): update simulation to reflect changes...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
feat!(card): Deck methods get get_with.. return Result...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
fix(card): add error handling of TryFrom<u32> for Card
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
chore!: moved card and evaluator to mods
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
Merge branch 'deck'
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
MA Beaudet
feat!: add newtype struct Deck with associated methods
commit
|
commitdiff
|
tree
|
snapshot
2021-11-07
MA Beaudet
Merge branch 'hand-struct'
commit
|
commitdiff
|
tree
|
snapshot
2021-11-07
MA Beaudet
feat!: add array ref as args for eval_5hand and eval_7hand
commit
|
commitdiff
|
tree
|
snapshot
2021-11-07
MA Beaudet
feat!: add bounded slices for eval_5hand and eval_7hand
commit
|
commitdiff
|
tree
|
snapshot
2021-11-07
MA Beaudet
fix: remove unnecessary try_from conversions from Card...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-07
MA Beaudet
feat: add From<Cards> for Vec<u32> and transparent...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-07
MA Beaudet
fix!: removen in Cards struct renamed to get
commit
|
commitdiff
|
tree
|
snapshot
2021-11-06
MA Beaudet
feat!: add Card(u32) newtype and Hand changed to Cards...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-06
MA Beaudet
feat: add simulation example
commit
|
commitdiff
|
tree
|
snapshot
2021-11-06
MA Beaudet
feat: add evaluator and hand structs (WIP)
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
feat(web): add frequency, parse_cards and eval_hand...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
feat(web): add warning handling for faillible wasm...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
feat: add frequency function and constants
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
feat: eval_from_str split in two functions
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
fix: parsing a card now returns an option
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
chore(web): remove comments from index.js
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
fix: convert unnecessary u32 to u16 and u8
commit
|
commitdiff
|
tree
|
snapshot
2021-11-05
MA Beaudet
refactor: main now in examples
commit
|
commitdiff
|
tree
|
snapshot
2021-11-04
MA Beaudet
feat(web): update html and css for lighthouse performance
commit
|
commitdiff
|
tree
|
snapshot
2021-11-04
MA Beaudet
feat(wasm): add wasm js generated files and basic web...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
MA Beaudet
Merge branch 'main' of mars:/srv/git/poker-eval
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
MA Beaudet
feat: add wasm-bindgen build option and live example
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
Pass Automated...
feat: add wasm-bindgen build option and live example
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
Pass Automated...
initial commit
commit
|
commitdiff
|
tree
|
snapshot