1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
composer.json fix More... about 8 years ago
fixed HHVM test failure (introduced by dev dependency) More... about 8 years ago
added php-benchmark suite More... about 8 years ago
#74 provide integer (or binary) based EnumSet More... about 8 years ago
test naming More... about 8 years ago
fixed test for 'if ->isEqual() is true then ->isSuperset() is also true' More... about 8 years ago
fix #73, EnumSet::setBinaryBitset*() throws InvalidArgumentException on out-of-range bits More... about 8 years ago
removed one more deprecated test More... about 8 years ago
replaced 'get_called_class()' by 'static::class' More... about 8 years ago
tests: use of magic constant '::class' More... about 8 years ago
fixed #70: removed iterator flags for EnumMap More... about 8 years ago
fix #68: removed deprecated More... about 8 years ago
travis fix More... about 8 years ago
travis fix More... about 8 years ago
v3.0 preparation More... about 8 years ago
CS - EnumSet::[setBinaryBitsetBE -> setBinaryBitsetBe] More... over 8 years ago
Merge pull request #82 from marc-mabe/hotfix/enumset_setBinaryBitsetLe More... over 8 years ago
fixed logic of 'truncate out-of-range bits of last byte' in EnumSet::setBinaryBitset*() More... over 8 years ago
Update README.md More... over 8 years ago
Merge pull request #80 from marc-mabe/enum_get_by More... over 8 years ago
Merge pull request #78 from marc-mabe/enum_get_values_names_ordinals More... over 8 years ago
Merge pull request #79 from marc-mabe/deprecate_enum_clear More... over 8 years ago
Merge pull request #77 from marc-mabe/Enum_is_unserialized More... over 8 years ago
renamed Enum::getBy[Name|Ordinal]() to Enum::by[Name|Ordinal]() and added Enum::byValue() More... over 8 years ago
deprecated Enum::clear() This static method was only for testing and on the same time it broke singleton behavior is used somewhere else as in this library tests. This removed all unnecessary usagas of it and rewrote necessary usages with reflection. So this cind of internal method is no longer needed and can be removed. More... over 8 years ago
Added static method Enum::getValues(), Enum::getNames() and Enum::getOrdinals() to be consistent with the object methods of EnumSet. More... over 8 years ago
Added additional check to Enum::is() to return TRUE in cases both enumerators are the same but of different instances. This can happen because of the issue with serializable singletons More... over 8 years ago
Updated documentation More... over 8 years ago
Travis: build phpdoc and cleanup travis.yml More... almost 9 years ago
Merge pull request #75 from marc-mabe/optimized_enumset More... almost 9 years ago