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
1 day
ago. based on code collected
1 day
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 13 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixed typo at tests for simpler debugging
Marc Bennewitz
More...
almost 12 years ago
removed unused 'use BadMethodCallException' statement
Marc Bennewitz
More...
almost 12 years ago
fixes #24: __toString() shouldn't be final and return the name (like in Java)
Marc Bennewitz
More...
almost 12 years ago
Only private static methods are private by definition, fixes #25
Marc Bennewitz
More...
almost 12 years ago
Merge branch 'master' of github.com:marc-mabe/php-enum
Marc Bennewitz
More...
almost 12 years ago
private methods are already final by definition
Marc Bennewitz
More...
almost 12 years ago
Merge pull request #22 from prolic/phpdoc
Marc Bennewitz
More...
almost 12 years ago
add/fix phpdoc
prolic
More...
almost 12 years ago
Performance optimisations
Marc Bennewitz
More...
almost 12 years ago
Update README.md
Marc Bennewitz
More...
almost 12 years ago
Update composer.json
Marc Bennewitz
More...
almost 12 years ago
updated README to match the new API
Marc Bennewitz
More...
almost 12 years ago
Merge branch 'feature/EnumSet' of github.com:marc-mabe/php-enum
Marc Bennewitz
More...
almost 12 years ago
Performance optimisation on store singleton instances
Marc Bennewitz
More...
almost 12 years ago
It's 2013
Marc Bennewitz
More...
almost 12 years ago
100% code coverage
Marc Bennewitz
More...
almost 12 years ago
Merge pull request #20 from marc-mabe/feature/EnumSet
Marc Bennewitz
More...
almost 12 years ago
EnumSet implementation should be ready
Marc Bennewitz
More...
almost 12 years ago
initial EnumSet
Marc Bennewitz
More...
almost 12 years ago
Merge pull request #19 from marc-mabe/feature/getBy
Marc Bennewitz
More...
almost 12 years ago
Implemented Enum::getByName(), fixes #18
Marc Bennewitz
More...
almost 12 years ago
Implemented Enum::getByOrdinal(), fixes #18
Marc Bennewitz
More...
almost 12 years ago
Merge pull request #16 from marc-mabe/EnumMap
Marc Bennewitz
More...
almost 12 years ago
Merge pull request #17 from marc-mabe/testsCleanup
Marc Bennewitz
More...
almost 12 years ago
exit(1) on test execution if not installed
Marc Bennewitz
More...
almost 12 years ago
cleanup test execution - use phpunit installed from composer - lowercase tests/Bootstrap.php -> tests/bootstrap.php - moved phpunit --strict option to phpunix.xml - run coveralls without directly from .travis.yml - run tests with PHP 5.3.3 using travis-ci (requires --prefer-source) - added "composer self-update" to "before_script"
Marc Bennewitz
More...
almost 12 years ago
EnumMap: docblock comments + micro optimisations
Marc Bennewitz
More...
almost 12 years ago
100% test coverage + fixed some small bugs found
Marc Bennewitz
More...
almost 12 years ago
more tests and bug fixes
Marc Bennewitz
More...
almost 12 years ago
allow to define results for EnumMap::key() and EnumMap::current()
Marc Bennewitz
More...
almost 12 years ago
←
1
2
…
8
9
10
11
12
13
14
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