openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
php-enumeration
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Aug 07, 2024 — Aug 07, 2025
Showing page 8 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
composer.json fix
Marc Bennewitz
More...
about 8 years ago
fixed HHVM test failure (introduced by dev dependency)
Marc Bennewitz
More...
about 8 years ago
added php-benchmark suite
Marc Bennewitz
More...
about 8 years ago
#74 provide integer (or binary) based EnumSet
Marc Bennewitz
More...
about 8 years ago
test naming
Marc Bennewitz
More...
about 8 years ago
fixed test for 'if ->isEqual() is true then ->isSuperset() is also true'
Marc Bennewitz
More...
about 8 years ago
fix #73, EnumSet::setBinaryBitset*() throws InvalidArgumentException on out-of-range bits
Marc Bennewitz
More...
about 8 years ago
removed one more deprecated test
Marc Bennewitz
More...
about 8 years ago
replaced 'get_called_class()' by 'static::class'
Marc Bennewitz
More...
about 8 years ago
tests: use of magic constant '::class'
Marc Bennewitz
More...
about 8 years ago
fixed #70: removed iterator flags for EnumMap
Marc Bennewitz
More...
about 8 years ago
fix #68: removed deprecated
Marc Bennewitz
More...
about 8 years ago
travis fix
Marc Bennewitz
More...
about 8 years ago
travis fix
Marc Bennewitz
More...
about 8 years ago
v3.0 preparation
Marc Bennewitz
More...
about 8 years ago
CS - EnumSet::[setBinaryBitsetBE -> setBinaryBitsetBe]
Marc Bennewitz
More...
over 8 years ago
Merge pull request #82 from marc-mabe/hotfix/enumset_setBinaryBitsetLe
Marc Bennewitz
More...
over 8 years ago
fixed logic of 'truncate out-of-range bits of last byte' in EnumSet::setBinaryBitset*()
Marc Bennewitz
More...
over 8 years ago
Update README.md
Marc Bennewitz
More...
over 8 years ago
Merge pull request #80 from marc-mabe/enum_get_by
Marc Bennewitz
More...
over 8 years ago
Merge pull request #78 from marc-mabe/enum_get_values_names_ordinals
Marc Bennewitz
More...
over 8 years ago
Merge pull request #79 from marc-mabe/deprecate_enum_clear
Marc Bennewitz
More...
over 8 years ago
Merge pull request #77 from marc-mabe/Enum_is_unserialized
Marc Bennewitz
More...
over 8 years ago
renamed Enum::getBy[Name|Ordinal]() to Enum::by[Name|Ordinal]() and added Enum::byValue()
Marc Bennewitz
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.
Marc Bennewitz
More...
over 8 years ago
Added static method Enum::getValues(), Enum::getNames() and Enum::getOrdinals() to be consistent with the object methods of EnumSet.
Marc Bennewitz
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
Marc Bennewitz
More...
over 8 years ago
Updated documentation
Marc Bennewitz
More...
over 8 years ago
Travis: build phpdoc and cleanup travis.yml
Marc Bennewitz
More...
almost 9 years ago
Merge pull request #75 from marc-mabe/optimized_enumset
Marc Bennewitz
More...
almost 9 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree