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 by Alexis von Glasow <[email protected]>
chore(ci) Drop HHVM support

fd1c7edf61c0b238c88090e61c907a838e100b46 authored over 7 years ago by Grummfy <[email protected]>
CI: Set up Travis.

09ffefc42cd64ef05471633705df42e90fcfec6f authored almost 8 years ago by Ivan Enderlin <[email protected]>
Prepare 1.17.01.13.

8304ad16a9857d76cc775ce7445439fcf6720c66 authored almost 8 years ago by Ivan Enderlin <[email protected]>
Merge branch 'pr/20' into incoming

9fa119d4096db86581dccdefdb79f002b2289fec authored almost 8 years ago by Ivan Enderlin <[email protected]>
Quality: Happy new year!

1804913f5c04aae4866afff732bcca8bbb7ae0b2 authored almost 8 years ago by Alexis von Glasow <[email protected]>
Documentation: Fix link to use HTTPS.

07ddd2220c6ada1b55a659c6056efff7ea25047b authored almost 8 years ago by Ivan Enderlin <[email protected]>
Documentation: New `README.md` file.

f6f11fc7d51ea990a6f98c5c491ed5b2fa7ca769 authored about 8 years ago by Ivan Enderlin <[email protected]>
Documentation: Use HTTPS in `composer.json`.

68ce9beb71d9bb788e7ca6c04a5fe08632321c0d authored about 8 years ago by Ivan Enderlin <[email protected]>
Documentation: Update support properties.

f0ae95c906d0b0c12e04918306e2ecf893da2c33 authored about 8 years ago by Alexis von Glasow <[email protected]>
Prepare 1.16.04.06.

5f92e33b0e5f78701802146c92af94c608a583ef authored over 8 years ago by Ivan Enderlin <[email protected]>
Prepare 0.16.04.05.

184aaa29c1ceeb0780e9f62306086427707e5bee authored over 8 years ago by Ivan Enderlin <[email protected]>
README: Complete the description and usage.

e16537d6d45337d262171e5db604eca3e11f5718 authored over 8 years ago by Ivan Enderlin <[email protected]>
Graph: Add iterator over all nodes.

This is possible to iterate over all nodes with an aggregate iterator.
Here, the current impleme...

25f29a45b26ab77e67d41516921d689f000345c3 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Prepare 0.16.03.22.

774ef52f530682e2e084f2ba62341f4305b51d8e authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…BackwardBreadthFirst`.

4d6d789f51ad8e91339afc34cd8d752ec2c18bc0 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Iterator: Implement the Backward Breadth-Fi… algo.

ae8effd51fc076827d70b885e8d63992e5325ecf authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…r\BackwardDepthFirst`.

d20acc9cab5f70e77d077098bf840b776b6ff3f9 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Iterator: Add the `getNeighbours` abstract method.

This method will be useful to give the direction of the iterator:
children when foreward, parent...

9adae25f4b3ada634ea7f211a88c68aa2ad546de authored almost 9 years ago by Ivan Enderlin <[email protected]>
Iterator: Implement the Backward Depth-First algo.

b32788d34d137faf5ad3984d8dfe8fb3dabd6aae authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Add test cases for `getNeighbours`.

5d8dcf5ee675aa60037380d97f2bee5a49314215 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Iterator: Depth-First Search is pre-ordered.

62293e801203d969e1b9565f6f3c602fdd4970c4 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…terator\BreadthFirst`.

fca890e4eaeec880ce2e86fc710e3b91b0b7d180 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Iterator: Implement the Breadth-First Search algo.

922f31b92dc7c3c606f73d55468cd0833b03cdda authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…aph\Iterator\Generic`.

3f0a73727d2f177656fd92ef5da0c73e0270cfdb authored almost 9 years ago by Ivan Enderlin <[email protected]>
AdjacencyList: Re-index exceptions.

d3d0765ba44aa015c0e9e95a65e5d282313e3074 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Composer: Add `hoa/iterator`.

8416510cdcf591ebea3914f21acf869c9bc77d84 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…\Iterator\DepthFirst`.

245eebd71b87b5063d324660f755ed8b75733183 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Iterator: Implement the Depth-First Search algo.

cc21f6a571152b6bcaf9e54f7de98c081ddd13fb authored almost 9 years ago by Ivan Enderlin <[email protected]>
Node: Update API documentation.

cfcd0c663d384a0fbb4f1f9d40ed5dc927a53a92 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Graph: Remove trivial iterator implementation.

8d3ed29c6f51b5ef2fd683cf5fd312706e70ba89 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Update `case_to_string` in `Adjacency`.

A new reflexive node has been added, and a larger loop has been
introduced too.

b73d9ebea5f0798f51036ef87c366c1e3b50de84 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…\Graph\AdjacencyList`.

a9480faf1417a89bb8a07f43bb8abc484fd4f696 authored almost 9 years ago by Ivan Enderlin <[email protected]>
AdjacencyList: Refresh the code.

b9a68972c3514a7f96c8590e8118ab3aa97c9691 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Documentation: Create `.State` & `README` files.

6bc220e6546c5a903eb89715732cbad565ac4957 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `Hoa\Graph\Graph`.

a0bb471cfd43ba6fc997cd1ea0092ac1466a3665 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Graph: Refresh the code.

dc804b61552f86b2786fa59c6d64b768b5877325 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Composer: Add `hoa/test` as a `require-dev`.

22fbb4b6e3753c70bc479511f7d2ee083ed4f6e9 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `Hoa\Graph\SimpleNode`.

12d406076ca8467473c51da4bb24e20cd299f4af authored almost 9 years ago by Ivan Enderlin <[email protected]>
SimpleNode: Refresh the code.

88ab7e551233cf534a24b361b5b4f783b6f0f4b1 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Node: Move `…Graph\IGraph\Node` to `…Graph\Node`.

f0d17606dcf2138cf15e78ba63656e4c81d02331 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `Hoa\Graph\Exception`.

c583ac70a8de5495ce5127f3538e21a219c0e023 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Cont'd.

476f04b74980d78ab72c2bb7c838961cf585866d authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Standardize the API.

2e37eb4684f5aa79503a53b22fefa02d1f660796 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Do a strict equality check.

This will fix nothing but this is faster since it removes potential
dynamic cast.

b4b76ee11c83523849894db9dc6ae5c5fd6c6850 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Prepare 0.16.01.11.

f171d81e6921837d5740ab838dd5666765e1396e authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Drop PHP5.4.

ff5cd7788b90eab6fb91cad80e2b158b05b878f6 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Run devtools:cs.

11d25c004839c80bae3558b9293870e74d8d9cd4 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Core: Remove `Hoa\Core`.

c80130c7102de24abba6c938867ed5cb1647f2b1 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Consistency: Update `dnew` call.

b50b9f4fb44eb1c025c228b67772f9754e86cd26 authored about 9 years ago by Ivan Enderlin <[email protected]>
Consistency: Use `Hoa\Consistency`.

0d20907fb91797d3db4b474a9603be0ff6297061 authored about 9 years ago by Ivan Enderlin <[email protected]>
Exception: Use `Hoa\Exception`.

The core is being splitted into several libraries. `Hoa\Exception` is
one of them.

bd1f74135032b840e8e9cea347e6c38ad1f6685d authored about 9 years ago by Ivan Enderlin <[email protected]>
Prepare 0.15.09.08.

f74f58c90c00f4b8f8170fecba7ce747b19bcd73 authored over 9 years ago by Ivan Enderlin <[email protected]>
Add a `.gitignore` file.

e502f4867423cfdbc4a7057db71df4bc82dd6eb5 authored over 9 years ago by Stéphane HULARD <[email protected]>
Prepare 0.15.07.28.

724763d6f4e77a8917579ae2c6d8f899d083ec6e authored over 9 years ago by Ivan Enderlin <[email protected]>
Fix API documentation.

9b7b6a4c0cf59bf75bbbe38cff68084c34b12cf0 authored over 9 years ago by Ivan Enderlin <[email protected]>
Fix phpDoc.

cdb6f8f134de8b80e9ae537fa131ddc3c27b5f0e authored over 9 years ago by Metalaka <[email protected]>
Prepare the 0.15.05.29.

5164434f7b59412f4987571c2ac9e059ef7072df authored over 9 years ago by Ivan Enderlin <[email protected]>
Move to PSR-1 and PSR-2.

a77e4aad2a45062558d7379f794bf5009cf491d8 authored over 9 years ago by Ivan Enderlin <[email protected]>
Prepare 0.15.04.13.

98dd1e62c22cd1a2820efd4911d6aa1a137af1e9 authored over 9 years ago by Ivan Enderlin <[email protected]>
Remove an empty line.

50eb0290cf278659141a92a4b1bb4ce2b6a67518 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Remove `from`/`import` and update to PHP5.4.

b11ce499f3290da7cb88bc2b22e87ef9dac1f75d authored almost 10 years ago by Ivan Enderlin <[email protected]>
Remove from/import and update to PHP5.4.

4fc906187d15e7fd0e5b1e7abb3c0fad108c54aa authored almost 10 years ago by Alexis von Glasow <[email protected]>
Format code. #mania

e28a6f6f938a86bc16b45b7eec2ad33770a51af4 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Prepare 0.15.02.20.

3e29727cb1c8600cafec283df273b2bf70ba708e authored almost 10 years ago by Ivan Enderlin <[email protected]>
Add the CHANGELOG.md file.

8cc636121eb3007d746c69e76934d5567b7f5337 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Happy new year!

20afcaec2b3bdcc2f8981d6abac840f09301da01 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Move to PSR-4.

fee5c8fa1dfac8ef9ab2ee08c287e557051582e0 authored about 10 years ago by Ivan Enderlin <[email protected]>
Add branch-alias

eea8e80193c7fc684f1700ee7f52516c0c697545 authored about 10 years ago by Stéphane PY <[email protected]>
Drop PHP5.3.

ded0c92ef6e556f978d298ff30a4d10b1a681825 authored over 10 years ago by Ivan Enderlin <[email protected]>
Start Rüsh Release.

550f7765bbc7460527011691903a548fa9600060 authored over 10 years ago by Ivan Enderlin <[email protected]>
Add the `composer.json` file.

d5fcc2040945c6d81d7fdc2cf3ae4a6931819411 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Happy new year \o/.

4aa2d8300645875e127706f0906d50518d4cc974 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Define flex entities.

d7d89a7896ffc8ef506e7d1d75b03afe05e660bf authored about 11 years ago by Ivan Enderlin <[email protected]>
Happy new year \o/.

d34298c2bd01a4bc914330aae96c9ad66969abb6 authored almost 12 years ago by Ivan Enderlin <[email protected]>
Libification (split from Central).

076d74f70b343357f14fb3e206f2fda8873ca447 authored over 12 years ago by Ivan Enderlin <[email protected]>
#merge

f555dd5f9b6233812b888b7b14bb9725e0ccd09c authored almost 13 years ago by Ivan Enderlin <[email protected]>
Merge.

92acfe96c5c6003c119302b98460ea14550a610a authored almost 13 years ago by Ivan Enderlin <[email protected]>
s/2007-2011/2007-2012/

2b18f75805d398d49a98302377efe7f97ed7635d authored almost 13 years ago by Ivan Enderlin <[email protected]>
#merge

6bf36b51a8ecdb1b338ab5e7f0be60bb3db1797e authored about 13 years ago by Ivan Enderlin <[email protected]>
Merge (but why?).

d03119393039178426b9a47ea25b67cca3590bf4 authored about 13 years ago by Ivan Enderlin <[email protected]>
mv Framework/* .

6c65a21a57ae77b389886154060db885d331059d authored over 13 years ago by Ivan Enderlin <[email protected]>
Change ENDERLIN to Enderlin '-.-.

5ba67f118b90727e3dc240e9d87eff75d7b1c9d4 authored over 13 years ago by Ivan Enderlin <[email protected]>
Finally, change (c) for ©, we save 2 bytes ;-).

650f737d10b9aa83a8dd39f19a30c00f8b3b6ea7 authored over 13 years ago by Ivan Enderlin <[email protected]>
Remove ambiguity about copyright: 2007, 2011 to 2007-2011.

4619c32f96a0c0291c1e0e80848db98d70e9cc11 authored over 13 years ago by Ivan Enderlin <[email protected]>
Change licence clause from GNU GPLv3 to new BSD.

29a4da28e0cd9775134bf8e2bbfd4089df3aaf63 authored over 13 years ago by Ivan Enderlin <[email protected]>
Change license block from GNU GPLv3 to new BSD.

3d37dfc7d6495d09a44ce8c772a6216ee737abaf authored over 13 years ago by Ivan Enderlin <[email protected]>
Resolve conflict.

89d2cf47c9d40e80b27c16a6d7001a250baae647 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Merge.

547173728e191b642e2df298e18db92f844af781 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Remove “Hoa Framework” mentions for simply “Hoa”.

52815ef5853b11219f87b7ddb8826c5f0b5d6897 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Extend copyright to 2011.

c9db18c6b6987e3f41e0c46eb860e4fa25e1bf67 authored almost 14 years ago by Ivan Enderlin <[email protected]>
dnew() needs classname and not classpath.

48a78cfea31a3c9a7a083d13dddfdbb00d14cae2 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Update to PHP5.3.

dbdf0c45acbd66501aa10397e629d612e09cb465 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Change Hoa_Exception for Hoa_Core_Exception.

ef3920a3dfe4b374c31b2636e580444ee3b0cbf9 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Foobar

7794a2ba362681d9d0ef0294a21731b5c65edc48 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Change chmod of files (thanks Suversion that messed up rights…).

668b5783df4c6d8f640951696098030a4d7916e8 authored almost 14 years ago by Ivan Enderlin <[email protected]>
Remove the require_once 'Core.php' instruction to remove all include_path dependencies.

959d787c2530249d29bcc132b8492148992cff03 authored about 14 years ago by hywan <devnull@localhost>
Change Hoa_Framework for Hoa_Core.

d9371a72a66fb41d56383ecf32ed700e0a5b1a1d authored over 14 years ago by hywan <devnull@localhost>
Change copyright year.

9f7db41c01a59720cf87294fa821f29cea9d5f16 authored over 14 years ago by hywan <devnull@localhost>
Prepare the coming out of Hoa 0.5.0b!

6d008f45edbe2895892551f0e716d95fe4a27e3d authored about 15 years ago by hywan <devnull@localhost>