Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/hoaproject/Graph
The Hoa\Graph library.
https://github.com/hoaproject/Graph
chore(composer) add PHP version requirement
Define minimal supported version of PHP needed into composer.json
Address hoaproject/Central#70.
3f30a0e22164d2d2db6e2bd51d914f5015c61a5c authored over 7 years ago
chore(ci) Drop HHVM support
fd1c7edf61c0b238c88090e61c907a838e100b46 authored over 7 years ago
fd1c7edf61c0b238c88090e61c907a838e100b46 authored over 7 years ago
CI: Set up Travis.
09ffefc42cd64ef05471633705df42e90fcfec6f authored almost 8 years ago
09ffefc42cd64ef05471633705df42e90fcfec6f authored almost 8 years ago
Prepare 1.17.01.13.
8304ad16a9857d76cc775ce7445439fcf6720c66 authored about 8 years ago
8304ad16a9857d76cc775ce7445439fcf6720c66 authored about 8 years ago
Merge branch 'pr/20' into incoming
9fa119d4096db86581dccdefdb79f002b2289fec authored about 8 years ago
9fa119d4096db86581dccdefdb79f002b2289fec authored about 8 years ago
Quality: Happy new year!
1804913f5c04aae4866afff732bcca8bbb7ae0b2 authored about 8 years ago
1804913f5c04aae4866afff732bcca8bbb7ae0b2 authored about 8 years ago
Documentation: Fix link to use HTTPS.
07ddd2220c6ada1b55a659c6056efff7ea25047b authored about 8 years ago
07ddd2220c6ada1b55a659c6056efff7ea25047b authored about 8 years ago
Documentation: New `README.md` file.
f6f11fc7d51ea990a6f98c5c491ed5b2fa7ca769 authored over 8 years ago
f6f11fc7d51ea990a6f98c5c491ed5b2fa7ca769 authored over 8 years ago
Documentation: Use HTTPS in `composer.json`.
68ce9beb71d9bb788e7ca6c04a5fe08632321c0d authored over 8 years ago
68ce9beb71d9bb788e7ca6c04a5fe08632321c0d authored over 8 years ago
Documentation: Update support properties.
f0ae95c906d0b0c12e04918306e2ecf893da2c33 authored over 8 years ago
f0ae95c906d0b0c12e04918306e2ecf893da2c33 authored over 8 years ago
Prepare 1.16.04.06.
5f92e33b0e5f78701802146c92af94c608a583ef authored almost 9 years ago
5f92e33b0e5f78701802146c92af94c608a583ef authored almost 9 years ago
Prepare 0.16.04.05.
184aaa29c1ceeb0780e9f62306086427707e5bee authored almost 9 years ago
184aaa29c1ceeb0780e9f62306086427707e5bee authored almost 9 years ago
README: Complete the description and usage.
e16537d6d45337d262171e5db604eca3e11f5718 authored almost 9 years ago
e16537d6d45337d262171e5db604eca3e11f5718 authored almost 9 years ago
Graph: Add iterator over all nodes.
This is possible to iterate over all nodes with an aggregate iterator.
Here, the current impleme...
Prepare 0.16.03.22.
774ef52f530682e2e084f2ba62341f4305b51d8e authored almost 9 years ago
774ef52f530682e2e084f2ba62341f4305b51d8e authored almost 9 years ago
Test: Write test suite of `…BackwardBreadthFirst`.
4d6d789f51ad8e91339afc34cd8d752ec2c18bc0 authored almost 9 years ago
4d6d789f51ad8e91339afc34cd8d752ec2c18bc0 authored almost 9 years ago
Iterator: Implement the Backward Breadth-Fi… algo.
ae8effd51fc076827d70b885e8d63992e5325ecf authored almost 9 years ago
ae8effd51fc076827d70b885e8d63992e5325ecf authored almost 9 years ago
Test: Write test suite of `…r\BackwardDepthFirst`.
d20acc9cab5f70e77d077098bf840b776b6ff3f9 authored almost 9 years ago
d20acc9cab5f70e77d077098bf840b776b6ff3f9 authored almost 9 years ago
Iterator: Add the `getNeighbours` abstract method.
This method will be useful to give the direction of the iterator:
children when foreward, parent...
Iterator: Implement the Backward Depth-First algo.
b32788d34d137faf5ad3984d8dfe8fb3dabd6aae authored almost 9 years ago
b32788d34d137faf5ad3984d8dfe8fb3dabd6aae authored almost 9 years ago
Test: Add test cases for `getNeighbours`.
5d8dcf5ee675aa60037380d97f2bee5a49314215 authored almost 9 years ago
5d8dcf5ee675aa60037380d97f2bee5a49314215 authored almost 9 years ago
Iterator: Depth-First Search is pre-ordered.
62293e801203d969e1b9565f6f3c602fdd4970c4 authored almost 9 years ago
62293e801203d969e1b9565f6f3c602fdd4970c4 authored almost 9 years ago
Test: Write test suite of `…terator\BreadthFirst`.
fca890e4eaeec880ce2e86fc710e3b91b0b7d180 authored almost 9 years ago
fca890e4eaeec880ce2e86fc710e3b91b0b7d180 authored almost 9 years ago
Iterator: Implement the Breadth-First Search algo.
922f31b92dc7c3c606f73d55468cd0833b03cdda authored almost 9 years ago
922f31b92dc7c3c606f73d55468cd0833b03cdda authored almost 9 years ago
Test: Write test suite of `…aph\Iterator\Generic`.
3f0a73727d2f177656fd92ef5da0c73e0270cfdb authored almost 9 years ago
3f0a73727d2f177656fd92ef5da0c73e0270cfdb authored almost 9 years ago
AdjacencyList: Re-index exceptions.
d3d0765ba44aa015c0e9e95a65e5d282313e3074 authored almost 9 years ago
d3d0765ba44aa015c0e9e95a65e5d282313e3074 authored almost 9 years ago
Composer: Add `hoa/iterator`.
8416510cdcf591ebea3914f21acf869c9bc77d84 authored almost 9 years ago
8416510cdcf591ebea3914f21acf869c9bc77d84 authored almost 9 years ago
Test: Write test suite of `…\Iterator\DepthFirst`.
245eebd71b87b5063d324660f755ed8b75733183 authored almost 9 years ago
245eebd71b87b5063d324660f755ed8b75733183 authored almost 9 years ago
Iterator: Implement the Depth-First Search algo.
cc21f6a571152b6bcaf9e54f7de98c081ddd13fb authored almost 9 years ago
cc21f6a571152b6bcaf9e54f7de98c081ddd13fb authored almost 9 years ago
Node: Update API documentation.
cfcd0c663d384a0fbb4f1f9d40ed5dc927a53a92 authored almost 9 years ago
cfcd0c663d384a0fbb4f1f9d40ed5dc927a53a92 authored almost 9 years ago
Graph: Remove trivial iterator implementation.
8d3ed29c6f51b5ef2fd683cf5fd312706e70ba89 authored almost 9 years ago
8d3ed29c6f51b5ef2fd683cf5fd312706e70ba89 authored almost 9 years ago
Test: Update `case_to_string` in `Adjacency`.
A new reflexive node has been added, and a larger loop has been
introduced too.
Test: Write test suite of `…\Graph\AdjacencyList`.
a9480faf1417a89bb8a07f43bb8abc484fd4f696 authored almost 9 years ago
a9480faf1417a89bb8a07f43bb8abc484fd4f696 authored almost 9 years ago
AdjacencyList: Refresh the code.
b9a68972c3514a7f96c8590e8118ab3aa97c9691 authored almost 9 years ago
b9a68972c3514a7f96c8590e8118ab3aa97c9691 authored almost 9 years ago
Documentation: Create `.State` & `README` files.
6bc220e6546c5a903eb89715732cbad565ac4957 authored almost 9 years ago
6bc220e6546c5a903eb89715732cbad565ac4957 authored almost 9 years ago
Test: Write test suite of `Hoa\Graph\Graph`.
a0bb471cfd43ba6fc997cd1ea0092ac1466a3665 authored almost 9 years ago
a0bb471cfd43ba6fc997cd1ea0092ac1466a3665 authored almost 9 years ago
Graph: Refresh the code.
dc804b61552f86b2786fa59c6d64b768b5877325 authored almost 9 years ago
dc804b61552f86b2786fa59c6d64b768b5877325 authored almost 9 years ago
Composer: Add `hoa/test` as a `require-dev`.
22fbb4b6e3753c70bc479511f7d2ee083ed4f6e9 authored almost 9 years ago
22fbb4b6e3753c70bc479511f7d2ee083ed4f6e9 authored almost 9 years ago
Test: Write test suite of `Hoa\Graph\SimpleNode`.
12d406076ca8467473c51da4bb24e20cd299f4af authored almost 9 years ago
12d406076ca8467473c51da4bb24e20cd299f4af authored almost 9 years ago
SimpleNode: Refresh the code.
88ab7e551233cf534a24b361b5b4f783b6f0f4b1 authored almost 9 years ago
88ab7e551233cf534a24b361b5b4f783b6f0f4b1 authored almost 9 years ago
Node: Move `…Graph\IGraph\Node` to `…Graph\Node`.
f0d17606dcf2138cf15e78ba63656e4c81d02331 authored almost 9 years ago
f0d17606dcf2138cf15e78ba63656e4c81d02331 authored almost 9 years ago
Test: Write test suite of `Hoa\Graph\Exception`.
c583ac70a8de5495ce5127f3538e21a219c0e023 authored almost 9 years ago
c583ac70a8de5495ce5127f3538e21a219c0e023 authored almost 9 years ago
Cont'd.
476f04b74980d78ab72c2bb7c838961cf585866d authored almost 9 years ago
476f04b74980d78ab72c2bb7c838961cf585866d authored almost 9 years ago
Quality: Standardize the API.
2e37eb4684f5aa79503a53b22fefa02d1f660796 authored almost 9 years ago
2e37eb4684f5aa79503a53b22fefa02d1f660796 authored almost 9 years ago
Quality: Do a strict equality check.
This will fix nothing but this is faster since it removes potential
dynamic cast.
Prepare 0.16.01.11.
f171d81e6921837d5740ab838dd5666765e1396e authored about 9 years ago
f171d81e6921837d5740ab838dd5666765e1396e authored about 9 years ago
Quality: Drop PHP5.4.
ff5cd7788b90eab6fb91cad80e2b158b05b878f6 authored about 9 years ago
ff5cd7788b90eab6fb91cad80e2b158b05b878f6 authored about 9 years ago
Quality: Run devtools:cs.
11d25c004839c80bae3558b9293870e74d8d9cd4 authored about 9 years ago
11d25c004839c80bae3558b9293870e74d8d9cd4 authored about 9 years ago
Core: Remove `Hoa\Core`.
c80130c7102de24abba6c938867ed5cb1647f2b1 authored about 9 years ago
c80130c7102de24abba6c938867ed5cb1647f2b1 authored about 9 years ago
Consistency: Update `dnew` call.
b50b9f4fb44eb1c025c228b67772f9754e86cd26 authored about 9 years ago
b50b9f4fb44eb1c025c228b67772f9754e86cd26 authored about 9 years ago
Consistency: Use `Hoa\Consistency`.
0d20907fb91797d3db4b474a9603be0ff6297061 authored about 9 years ago
0d20907fb91797d3db4b474a9603be0ff6297061 authored about 9 years ago
Exception: Use `Hoa\Exception`.
The core is being splitted into several libraries. `Hoa\Exception` is
one of them.
Prepare 0.15.09.08.
f74f58c90c00f4b8f8170fecba7ce747b19bcd73 authored over 9 years ago
f74f58c90c00f4b8f8170fecba7ce747b19bcd73 authored over 9 years ago
Add a `.gitignore` file.
e502f4867423cfdbc4a7057db71df4bc82dd6eb5 authored over 9 years ago
e502f4867423cfdbc4a7057db71df4bc82dd6eb5 authored over 9 years ago
Prepare 0.15.07.28.
724763d6f4e77a8917579ae2c6d8f899d083ec6e authored over 9 years ago
724763d6f4e77a8917579ae2c6d8f899d083ec6e authored over 9 years ago
Fix API documentation.
9b7b6a4c0cf59bf75bbbe38cff68084c34b12cf0 authored over 9 years ago
9b7b6a4c0cf59bf75bbbe38cff68084c34b12cf0 authored over 9 years ago
Fix phpDoc.
cdb6f8f134de8b80e9ae537fa131ddc3c27b5f0e authored over 9 years ago
cdb6f8f134de8b80e9ae537fa131ddc3c27b5f0e authored over 9 years ago
Prepare the 0.15.05.29.
5164434f7b59412f4987571c2ac9e059ef7072df authored over 9 years ago
5164434f7b59412f4987571c2ac9e059ef7072df authored over 9 years ago
Move to PSR-1 and PSR-2.
a77e4aad2a45062558d7379f794bf5009cf491d8 authored over 9 years ago
a77e4aad2a45062558d7379f794bf5009cf491d8 authored over 9 years ago
Prepare 0.15.04.13.
98dd1e62c22cd1a2820efd4911d6aa1a137af1e9 authored almost 10 years ago
98dd1e62c22cd1a2820efd4911d6aa1a137af1e9 authored almost 10 years ago
Remove an empty line.
50eb0290cf278659141a92a4b1bb4ce2b6a67518 authored almost 10 years ago
50eb0290cf278659141a92a4b1bb4ce2b6a67518 authored almost 10 years ago
Remove `from`/`import` and update to PHP5.4.
b11ce499f3290da7cb88bc2b22e87ef9dac1f75d authored almost 10 years ago
b11ce499f3290da7cb88bc2b22e87ef9dac1f75d authored almost 10 years ago
Remove from/import and update to PHP5.4.
4fc906187d15e7fd0e5b1e7abb3c0fad108c54aa authored almost 10 years ago
4fc906187d15e7fd0e5b1e7abb3c0fad108c54aa authored almost 10 years ago
Format code. #mania
e28a6f6f938a86bc16b45b7eec2ad33770a51af4 authored almost 10 years ago
e28a6f6f938a86bc16b45b7eec2ad33770a51af4 authored almost 10 years ago
Prepare 0.15.02.20.
3e29727cb1c8600cafec283df273b2bf70ba708e authored almost 10 years ago
3e29727cb1c8600cafec283df273b2bf70ba708e authored almost 10 years ago
Add the CHANGELOG.md file.
8cc636121eb3007d746c69e76934d5567b7f5337 authored almost 10 years ago
8cc636121eb3007d746c69e76934d5567b7f5337 authored almost 10 years ago
Happy new year!
20afcaec2b3bdcc2f8981d6abac840f09301da01 authored about 10 years ago
20afcaec2b3bdcc2f8981d6abac840f09301da01 authored about 10 years ago
Move to PSR-4.
fee5c8fa1dfac8ef9ab2ee08c287e557051582e0 authored about 10 years ago
fee5c8fa1dfac8ef9ab2ee08c287e557051582e0 authored about 10 years ago
Add branch-alias
eea8e80193c7fc684f1700ee7f52516c0c697545 authored over 10 years ago
eea8e80193c7fc684f1700ee7f52516c0c697545 authored over 10 years ago
Drop PHP5.3.
ded0c92ef6e556f978d298ff30a4d10b1a681825 authored over 10 years ago
ded0c92ef6e556f978d298ff30a4d10b1a681825 authored over 10 years ago
Start Rüsh Release.
550f7765bbc7460527011691903a548fa9600060 authored over 10 years ago
550f7765bbc7460527011691903a548fa9600060 authored over 10 years ago
Add the `composer.json` file.
d5fcc2040945c6d81d7fdc2cf3ae4a6931819411 authored almost 11 years ago
d5fcc2040945c6d81d7fdc2cf3ae4a6931819411 authored almost 11 years ago
Happy new year \o/.
4aa2d8300645875e127706f0906d50518d4cc974 authored about 11 years ago
4aa2d8300645875e127706f0906d50518d4cc974 authored about 11 years ago
Define flex entities.
d7d89a7896ffc8ef506e7d1d75b03afe05e660bf authored over 11 years ago
d7d89a7896ffc8ef506e7d1d75b03afe05e660bf authored over 11 years ago
Happy new year \o/.
d34298c2bd01a4bc914330aae96c9ad66969abb6 authored about 12 years ago
d34298c2bd01a4bc914330aae96c9ad66969abb6 authored about 12 years ago
Libification (split from Central).
076d74f70b343357f14fb3e206f2fda8873ca447 authored over 12 years ago
076d74f70b343357f14fb3e206f2fda8873ca447 authored over 12 years ago
#merge
f555dd5f9b6233812b888b7b14bb9725e0ccd09c authored almost 13 years ago
f555dd5f9b6233812b888b7b14bb9725e0ccd09c authored almost 13 years ago
Merge.
92acfe96c5c6003c119302b98460ea14550a610a authored about 13 years ago
92acfe96c5c6003c119302b98460ea14550a610a authored about 13 years ago
s/2007-2011/2007-2012/
2b18f75805d398d49a98302377efe7f97ed7635d authored about 13 years ago
2b18f75805d398d49a98302377efe7f97ed7635d authored about 13 years ago
#merge
6bf36b51a8ecdb1b338ab5e7f0be60bb3db1797e authored about 13 years ago
6bf36b51a8ecdb1b338ab5e7f0be60bb3db1797e authored about 13 years ago
Merge (but why?).
d03119393039178426b9a47ea25b67cca3590bf4 authored about 13 years ago
d03119393039178426b9a47ea25b67cca3590bf4 authored about 13 years ago
mv Framework/* .
6c65a21a57ae77b389886154060db885d331059d authored almost 14 years ago
6c65a21a57ae77b389886154060db885d331059d authored almost 14 years ago
Change ENDERLIN to Enderlin '-.-.
5ba67f118b90727e3dc240e9d87eff75d7b1c9d4 authored almost 14 years ago
5ba67f118b90727e3dc240e9d87eff75d7b1c9d4 authored almost 14 years ago
Finally, change (c) for ©, we save 2 bytes ;-).
650f737d10b9aa83a8dd39f19a30c00f8b3b6ea7 authored almost 14 years ago
650f737d10b9aa83a8dd39f19a30c00f8b3b6ea7 authored almost 14 years ago
Remove ambiguity about copyright: 2007, 2011 to 2007-2011.
4619c32f96a0c0291c1e0e80848db98d70e9cc11 authored almost 14 years ago
4619c32f96a0c0291c1e0e80848db98d70e9cc11 authored almost 14 years ago
Change licence clause from GNU GPLv3 to new BSD.
29a4da28e0cd9775134bf8e2bbfd4089df3aaf63 authored almost 14 years ago
29a4da28e0cd9775134bf8e2bbfd4089df3aaf63 authored almost 14 years ago
Change license block from GNU GPLv3 to new BSD.
3d37dfc7d6495d09a44ce8c772a6216ee737abaf authored almost 14 years ago
3d37dfc7d6495d09a44ce8c772a6216ee737abaf authored almost 14 years ago
Resolve conflict.
89d2cf47c9d40e80b27c16a6d7001a250baae647 authored almost 14 years ago
89d2cf47c9d40e80b27c16a6d7001a250baae647 authored almost 14 years ago
Merge.
547173728e191b642e2df298e18db92f844af781 authored almost 14 years ago
547173728e191b642e2df298e18db92f844af781 authored almost 14 years ago
Remove “Hoa Framework” mentions for simply “Hoa”.
52815ef5853b11219f87b7ddb8826c5f0b5d6897 authored almost 14 years ago
52815ef5853b11219f87b7ddb8826c5f0b5d6897 authored almost 14 years ago
Extend copyright to 2011.
c9db18c6b6987e3f41e0c46eb860e4fa25e1bf67 authored almost 14 years ago
c9db18c6b6987e3f41e0c46eb860e4fa25e1bf67 authored almost 14 years ago
dnew() needs classname and not classpath.
48a78cfea31a3c9a7a083d13dddfdbb00d14cae2 authored almost 14 years ago
48a78cfea31a3c9a7a083d13dddfdbb00d14cae2 authored almost 14 years ago
Update to PHP5.3.
dbdf0c45acbd66501aa10397e629d612e09cb465 authored almost 14 years ago
dbdf0c45acbd66501aa10397e629d612e09cb465 authored almost 14 years ago
Change Hoa_Exception for Hoa_Core_Exception.
ef3920a3dfe4b374c31b2636e580444ee3b0cbf9 authored almost 14 years ago
ef3920a3dfe4b374c31b2636e580444ee3b0cbf9 authored almost 14 years ago
Foobar
7794a2ba362681d9d0ef0294a21731b5c65edc48 authored about 14 years ago
7794a2ba362681d9d0ef0294a21731b5c65edc48 authored about 14 years ago
Change chmod of files (thanks Suversion that messed up rights…).
668b5783df4c6d8f640951696098030a4d7916e8 authored about 14 years ago
668b5783df4c6d8f640951696098030a4d7916e8 authored about 14 years ago
Remove the require_once 'Core.php' instruction to remove all include_path dependencies.
959d787c2530249d29bcc132b8492148992cff03 authored about 14 years ago
959d787c2530249d29bcc132b8492148992cff03 authored about 14 years ago
Change Hoa_Framework for Hoa_Core.
d9371a72a66fb41d56383ecf32ed700e0a5b1a1d authored over 14 years ago
d9371a72a66fb41d56383ecf32ed700e0a5b1a1d authored over 14 years ago
Change copyright year.
9f7db41c01a59720cf87294fa821f29cea9d5f16 authored over 14 years ago
9f7db41c01a59720cf87294fa821f29cea9d5f16 authored over 14 years ago
Prepare the coming out of Hoa 0.5.0b!
6d008f45edbe2895892551f0e716d95fe4a27e3d authored about 15 years ago
6d008f45edbe2895892551f0e716d95fe4a27e3d authored about 15 years ago