Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dazinator/DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
https://github.com/dazinator/DotNet.Glob

Merge tag '1.4.2' into develop

Hotfix release for tilde issue.

5c27f96195a558765f89bd78b110456368ae207b authored almost 8 years ago by dazinator <[email protected]>
Merge branch 'hotfix/1.4.2'

75d01b8436e8febc3cbd71ea99d443a724a5fb9e authored almost 8 years ago by dazinator <[email protected]>
fixes #16 - tilde character.

Now recognises tilde character as a valid literal character.

5c17020c3083a295cbd0879e378968ca378808dc authored almost 8 years ago by dazinator <[email protected]>
Closes #15

69e604de4dbf2073f059bb006f5a6901c73f3d73 authored almost 8 years ago by dazinator <[email protected]>
Update README.md

f77b06c902eec37e78534cb2d6edeea0534305a2 authored about 8 years ago by Darrell <[email protected]>
Appveyor yaml change, skip building tags.

c4cdfe04d9f4b2addcd542c2e0a198f48de7d4a4 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge tag '1.4.1' into develop

Fixed issue with wildcard matching and string length checks.

6fe5667bd98394545e257c09b1f0b65f6dc58975 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'hotfix/1.4.1'

37f26af7c2f99e8b0e04ec27911ec52722ef9c93 authored about 8 years ago by Darrell Tunnell <[email protected]>
Fixes #14

c94d8786c540d8341e7e50192b8547846be7d4fd authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge tag '1.4.0' into develop

Now supports directory wildcards.

f170cb4487a8fed4bcb10c25b32d7f189a768973 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'release/1.4.0'

3e8d541a0bdc3c20d9bb4341846c5f8304ee1815 authored about 8 years ago by Darrell Tunnell <[email protected]>
Updated release notes.

effd382e9fc42182b0f7b6986a21620068bd6f84 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'develop' of https://github.com/dazinator/DotNet.Glob

c467c4730fd9af65f31a1b8132b79ca08834c9a3 authored about 8 years ago by Darrell Tunnell <[email protected]>
Fixes #13

**/ is now tokenised as a single token, rather than two tokens (a directory wildcard and a path s...

d203c3d03cf5c9de1175126e544b5918329d689d authored about 8 years ago by Darrell Tunnell <[email protected]>
Update LICENSE

aacab00e91415d5edf785d1afde201fe593141d7 authored about 8 years ago by Darrell <[email protected]>
Merge tag '1.3.0' into develop

Performance improvements and Benchmarks

e171c4e858ce4879a7645164bf72fc7b9508be31 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'release/1.3.0'

ad290cf3a10b7fcbfd09bd24740bcd1a1c7b099a authored about 8 years ago by Darrell Tunnell <[email protected]>
Updated release notes and summary for this release.

957c86ec013ac670706900610bac949c6577569e authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'develop' of https://github.com/dazinator/DotNet.Glob.git

e74722361cf1eaab4eb4ccb2cf7fb269f70956ec authored about 8 years ago by dazinator <[email protected]>
Closes #12 - Added benchmarks vs Regex

71ef60053c30f077392b76619d42bfc37ae6e24e authored about 8 years ago by dazinator <[email protected]>
Update README.md

8bd2167d00a513a30bacd9c3635bf059c7e332e2 authored about 8 years ago by Darrell <[email protected]>
Update README.md

3e82a5b4b0b68618633bcff5898eae691629c23d authored about 8 years ago by Darrell <[email protected]>
Added optimise to benchmarks project.json #11

8ee0dbc52b625d20181047c0021e4f340cba2768 authored about 8 years ago by dazinator <[email protected]>
Closes #11

Added benchmarks for non matches.

ce77bdba90188df9e58795147d45c4ebd6c3ba66 authored about 8 years ago by dazinator <[email protected]>
Closes #10 - IsMatch is Faster and More Efficient

1. Wildcard (*) and directory wildcard (**) are now more efficient in that they only match withi...

631e42db757e8b652034f3aba432c990beb6bf66 authored about 8 years ago by dazinator <[email protected]>
Closes #9

Now handles DirectoryWildcards **

b6235a9ca4746d68ce62c54c24d451f9e61a7329 authored about 8 years ago by dazinator <[email protected]>
Added min and max columns to benchmarks.

11b09623c93a361df19474e48e147a4970c04a22 authored about 8 years ago by dazinator <[email protected]>
Corrected artifacts path in yaml to collect benchmarks results.

41918ca6582e112e4e023b8c4a421f12c7a57dea authored about 8 years ago by dazinator <[email protected]>
Added baseline benchmark test, using another glob library as the baseline. Preventing dead code elimination in benchmark tests.

db55e317554f9911d3a7078c672c3fbebb95074c authored about 8 years ago by dazinator <[email protected]>
Merge branch 'master' into develop

d9e2835c4ba30d5616e08dc831dd8c61dfc5cbe5 authored about 8 years ago by dazinator <[email protected]>
Update README.md

Corrected nuget badges

b1e98111ee5e0a3f63e4c920ba819145f3b380e6 authored about 8 years ago by Darrell <[email protected]>
Fixed benchmark

7801f8337efa422dc550a6695430ba1f4ddd8ed7 authored about 8 years ago by dazinator <[email protected]>
Added benchmarks to cake build.

ab37ba801a0002e9bc144666125194f881d90da7 authored about 8 years ago by dazinator <[email protected]>
yaml correction

5fe8a876e674969a69de29933ebb712a2ff5497e authored about 8 years ago by dazinator <[email protected]>
#8 - Added Benchmarks

defdc00ef00fad59f94a7c4d03670611487d4ebb authored about 8 years ago by dazinator <[email protected]>
Merge tag '1.2.1' into develop

Build fix

1a5e77e3b000f01573ce69b24e044ba85ca7a548 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'release/1.2.1'

79a417fd22ad683d629d18c2a8741df878151aea authored about 8 years ago by Darrell Tunnell <[email protected]>
Removed generate release notes task from build script as causing build issues.

ae94f919a7b96e521b9484e8880b0ff010f4dc3e authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge tag '1.2.0' into develop

Performance Improvements

7e43437ac119ed53eeb07611d11cc1e2043ce126 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'release/1.2.0'

b83e6ef3c09efa502f985251fc586a680d908fbb authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge branch 'master' into develop

0001e1a60c27c13d14180f8d0f0153f3033e12d9 authored about 8 years ago by Darrell Tunnell <[email protected]>
tidy up

437d9af6e6ca39e1b8c9ecdbf193c5824fd54f27 authored about 8 years ago by Darrell Tunnell <[email protected]>
Drastic perf improvements.

564833eff20864f4fa74d8f9ed7e335e3adc0985 authored about 8 years ago by Darrell Tunnell <[email protected]>
Perf improvement, removed queue.

5188b04c6d044d49a2160c6ae36b8febdb7e7b32 authored about 8 years ago by Darrell Tunnell <[email protected]>
Minor perf improvements

417927f466568b650d6abb31e4fe051e7264bf33 authored about 8 years ago by Darrell Tunnell <[email protected]>
Merge tag '1.1.0' into develop

Added glob building, and match generation.

f1a3e3f6ccdff44f060471b91ee04ff5fc4c1e2d authored about 8 years ago by dazinator <[email protected]>
Merge branch 'release/1.1.0'

566c1513a6e5497b263962835f35500b5ea43f93 authored about 8 years ago by dazinator <[email protected]>
closes #6

3ac6743375e5c7889a7eb91a4fc9ae90526ae558 authored about 8 years ago by dazinator <[email protected]>
GlobBuilder and Formatter.

Closes #5 Closes #4 Closes #3

53c00c6a65f98b3df920328925499ca19604eb08 authored about 8 years ago by dazinator <[email protected]>
Tidied up namespace and perf test

3e76bb60766a59bdacc8a4c901dfc0db903ed16c authored about 8 years ago by dazinator <[email protected]>
Merge tag '1.0.1' into develop

Added perf comparison test

36130d1c282ac21fbde7d0487b9551f37ddd7259 authored about 8 years ago by dazinator <[email protected]>
Merge branch 'release/1.0.1'

89bfaf33b2ff2eda2ea5c3baa3bfada6b3de0315 authored about 8 years ago by dazinator <[email protected]>
project json tweak

2a0d887d20a92e7e04586a86b3b23cb362e0dd8d authored about 8 years ago by dazinator <[email protected]>
#2 - Added Perf Comparison

Added a very basic xunit test which does some performance comparison against other available glob...

772db671ea1df47d0b9bd19e32d64233d629e501 authored about 8 years ago by dazinator <[email protected]>
Merge tag '1.0.0' into develop

Initial Release.

db53a8570adced0b71a1b1e762c997b68c2a9d49 authored about 8 years ago by dazinator <[email protected]>
Merge branch 'release/1.0.0'

9fa8b0f7bb777195d84cf33d52ec007c42c68dde authored about 8 years ago by dazinator <[email protected]>
Updated project.json.

c5368b58566dfbdbd8ca9ddd72d7b18659d72e10 authored about 8 years ago by dazinator <[email protected]>
Update README.md

b907f12619199c6e3fdf417b011ad7eb4b6418fe authored about 8 years ago by Darrell <[email protected]>
Update README.md

19cc00a2bd1c773e0e6b15c7960e11d729b8400c authored about 8 years ago by Darrell <[email protected]>
Update README.md

4c297f722a77472bc895ede52a9456ba4a90899a authored about 8 years ago by Darrell <[email protected]>
Update README.md

47e16edd7ecb239bf8dad618f7637c882f6078fe authored about 8 years ago by Darrell <[email protected]>
Updated project.json

18bfc54296d1f0d4c7b59fed9dde4ff8a542dd83 authored about 8 years ago by dazinator <[email protected]>
Updated nuget package title

a18ac7b1da019230cb246521ac9bb3f8f5e75728 authored about 8 years ago by dazinator <[email protected]>
Update README.md

f810b83e875b21fa59011fb69e333d8dec3d92f8 authored about 8 years ago by Darrell <[email protected]>
Merge branch 'master' of https://github.com/dazinator/DotNet.Glob.git

f79913e322825c5b919f093c98e5b252510d7ab8 authored about 8 years ago by dazinator <[email protected]>
Updated package title and description

726b39f2ff295a66b9aa4bb6b58ed68caf72cf83 authored about 8 years ago by dazinator <[email protected]>
Update README.md

e59b2f53af651ee7fe35042937c6a59dd9ea52d5 authored about 8 years ago by Darrell <[email protected]>
Update README.md

268991df9a8b42fce64831ac0c1b0fef9651efcc authored about 8 years ago by Darrell <[email protected]>
Create README.md

07de991d1cceb8c79f6debf59b15ff1c0fbc06a3 authored about 8 years ago by Darrell <[email protected]>
Changed folder names

de86a8a499b478d515833fee14ede765f1d8ac5c authored about 8 years ago by dazinator <[email protected]>
Updated project file.

070bd271b48f8c73abba6a9b934dc41fb01c25be authored about 8 years ago by dazinator <[email protected]>
All tests passing.

ef71d5acad76b422789a826bea83de19e7b32abf authored about 8 years ago by dazinator <[email protected]>
Intial commit.

5d04f6b8221fe2317860042629ee89b1050c5471 authored about 8 years ago by dazinator <[email protected]>
Initial commit

5f8c54881de11aa86eeee7d4156c05f9983dfa70 authored about 8 years ago by Darrell <[email protected]>