Ecosyste.ms: OpenCollective

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

Sourcery

Sourcery is a code generator for Swift language that extends it by enabling meta programming, used in over 40 000 applications.
Collective - Host: opensource - https://opencollective.com/sourcery - Website: https://merowing.info - Code: https://github.com/krzysztofzablocki

tests: add one more test for protocol extended properties

github.com/krzysztofzablocki/Sourcery - fa924200e25728df76558ee90dbf5cf3a7094d3f authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
fix: duplicated methods in protocols

github.com/krzysztofzablocki/Sourcery - 26ddfa063399db335c83877256deb2f0e3693d6a authored almost 8 years ago by Ilya Puchka <[email protected]>
docs: metadata release for 0.5.7

github.com/krzysztofzablocki/Sourcery - ad180c9650f07b11df2ed65f58168435fabdeaf3 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
fix: actually use initial contents sha, so that when inline code changes the ranges are refreshed

github.com/krzysztofzablocki/Sourcery - 0aaeb119a28004c3585d3d56aebabed0a5c9a5c0 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update for 0.5.6 release

github.com/krzysztofzablocki/Sourcery - 82d7f610022e5ecec102dbe95cb475dee5057ef3 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
fix: content sha has to be calculated after removing inline ranges

github.com/krzysztofzablocki/Sourcery - 001080076529ce684a2154ab4a0855f03cae74c2 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: improve AutoEquatable/Hashable to only use stored variables, not all variables (#157)

* change variables to storedVariables

* fix autohashable as well

* remove isStatic from Au...

github.com/krzysztofzablocki/Sourcery - 083058a57d6c7aab7d437a078c481d20a7bd38ac authored almost 8 years ago by Soroush Khanlou <[email protected]>
Merge pull request #154 from ilyapuchka/master

Added notes about known and unknown types

github.com/krzysztofzablocki/Sourcery - 644da67374780b1295deca2a385430742c618c2a authored almost 8 years ago by Ilya Puchka <[email protected]>
Merge pull request #152 from ilyapuchka/file-annotation

Per file code generation

github.com/krzysztofzablocki/Sourcery - 0df0aba341b4b762de5410f71a5dd86fd642d9fe authored almost 8 years ago by Ilya Puchka <[email protected]>
docs: added notes about known and unknown types

github.com/krzysztofzablocki/Sourcery - fef6b1392a0e5c35d1fc1f9d34d5ce7d94a55836 authored almost 8 years ago by Ilya Puchka <[email protected]>
docs: fixed typo

github.com/krzysztofzablocki/Sourcery - 15503fe3c1c6df00159a56c1274916d74d55d3fe authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: per file code generation

github.com/krzysztofzablocki/Sourcery - 722f7406f2014cc207220c26f4487905f2949a32 authored almost 8 years ago by Ilya Puchka <[email protected]>
fix: improve parsing complex annotations (#150)

github.com/krzysztofzablocki/Sourcery - 9acfa15144f638e75359956e6232abad7fe30143 authored almost 8 years ago by Ilya Puchka <[email protected]>
docs: update changelog and release 0.5.5

github.com/krzysztofzablocki/Sourcery - 1cc28541fd76de44caf69cc586d6a22bb11630f6 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: only write files down if they are changed to avoid modifying mdate

github.com/krzysztofzablocki/Sourcery - 72d4f3057f303028381ad258bd30207be4697f09 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
fix: fix caching not writing in right condition

github.com/krzysztofzablocki/Sourcery - 2bae4462164e16930eeaaa08ab5cbed176b09f07 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 359bf9302a7e433734bdf26d296ae57e30bf418b authored almost 8 years ago by werckerbot <[email protected]>
chore: add TypedSpec.generated.swift to gitignore

github.com/krzysztofzablocki/Sourcery - 06a50a5db83818ada59d1347001278d16663867c authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: combine hash values based on boost::hash_combine (#148)

Previously, the bundled AutoHashable template used the 'djb2' algorithm.
This changes the templ...

github.com/krzysztofzablocki/Sourcery - 4bef47117295034309810afff213bc5e7f2643bb authored almost 8 years ago by Logan Moseley <[email protected]>
fix: get rid of TypedSpec.generated

github.com/krzysztofzablocki/Sourcery - 10cf91f61f31c633dbc3b7e9a1893e18afc83e67 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: improved support for contained types (#145)

* handling optional typealiases

* improved detecting actual type name

github.com/krzysztofzablocki/Sourcery - 82a8169b1a74b34ac18115572d808de64c9a07c6 authored almost 8 years ago by Ilya Puchka <[email protected]>
docs: update AutoLenses to fix variable.name to .typeName (#146)

github.com/krzysztofzablocki/Sourcery - d6d0fc39948f0e5f61aa02cd4271ab9f13ae8de8 authored almost 8 years ago by Joe Fabisevich <[email protected]>
docs: metadata increase + info about inline generation

github.com/krzysztofzablocki/Sourcery - 6ec83f9c89a3d11de4c44d838dfca4efd371c03e authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: inline will now remove code from within template

github.com/krzysztofzablocki/Sourcery - 0aeebdf5a90e14df4e3ece82a9131417d26b62f2 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - bd6aea22ac918bc74e82cd874aab2c03b438e040 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 7ca4773df5970722a3d2178847c081e04f4e95db authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - fa33cefaf39542a2fb49ae0cfffd7e06ec1ce64c authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - aa89eb7775ff107e14b83e3e5648c3a69ab0c168 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 4deaf31ecffd4958b8c69e0819ddbb05cdc5407a authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 6ef46b2b223b6230b8a0c9f565d9926ec2b2c2d4 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 584fbe6254fae3b4ecfd83f5c137c2724d62e8f6 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 27dcaa7fe3f20a9385174230267d77b1bca4fb52 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - a4984d4559ad210b23f938badf3786afdeb19bc1 authored almost 8 years ago by werckerbot <[email protected]>
fix: tweak custom stencil tag examples on README (#144)

github.com/krzysztofzablocki/Sourcery - 9102f91b024486bd9009d701979e1c4dc3b24e33 authored almost 8 years ago by Joan Romano <[email protected]>
refactor: split sourcery functionality into parsing/generation extensions

github.com/krzysztofzablocki/Sourcery - cda20adc135578530becfc885fa37192cd1d8683 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: finalize inline generation

github.com/krzysztofzablocki/Sourcery - 9bd1f1385d47cfce9922c23d4d0dfc40d5ddf199 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: cleanup warnings

github.com/krzysztofzablocki/Sourcery - b7b5d49c74387c116bf602ec0e6093f3335b1a03 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: re-run sourcery on itself

github.com/krzysztofzablocki/Sourcery - 64cddcd696a3930589ababeb959b466ba09e66f1 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: move string extension

github.com/krzysztofzablocki/Sourcery - 29bf00aa38d088cc39180b9ac43b71e4db922bba authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: integrate StencilSwiftKit

github.com/krzysztofzablocki/Sourcery - 1520d97d48c708f1b2d219870e70cbaa972f5aa6 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: re-enable swiftlint autocorrect

github.com/krzysztofzablocki/Sourcery - 163683cca9155c166bf0b37c8be491039bf96b8c authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: track sourcery version in archived artifacts and handle unarchiving errors

github.com/krzysztofzablocki/Sourcery - 55c1edbd7890b6cc8a6f31f469720aacb174ff14 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update changelog

github.com/krzysztofzablocki/Sourcery - 7aeff11001287457e83eef4bdb1a7cc82cb5ea79 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: update sourcery templates

github.com/krzysztofzablocki/Sourcery - 2a9d272cdce43a9b07d3df954f55550a5424fc1e authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: replace sourcery markup

github.com/krzysztofzablocki/Sourcery - c674dc7bc99569c07fb162e851c77c50ce6a4015 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: remove KZFileWatchers dependency

github.com/krzysztofzablocki/Sourcery - 498b5325133898de19b57fe9bf3e0578ab1460cc authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: re-enable performance tests

github.com/krzysztofzablocki/Sourcery - 6c04d0680af8ae0fd5cf2d9993f5aa21a9b440d8 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: updated typed spec reference

github.com/krzysztofzablocki/Sourcery - e31151e1161d1f33f78205ae011d197c29d3ae39 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: initial inline support

github.com/krzysztofzablocki/Sourcery - 63dc0961fb67e9a584f3cf2a20040981b3263cdc authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: add cache disable and do some house keeping

github.com/krzysztofzablocki/Sourcery - bb8b4e97540068c6ea138e81f1e1c1d0a2a8c3e4 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
fix: type should not be dealt with

github.com/krzysztofzablocki/Sourcery - d5f74ac720d8036f020b64ba4a9df7c6ab497dab authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: update pods

github.com/krzysztofzablocki/Sourcery - 6055f4ff566c58408f83c7ea0c8dd723c769ebe6 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: pin swift pm dependency

github.com/krzysztofzablocki/Sourcery - 9ade1e8f2feb65272809862f1f4abf065cc6a25d authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
fixed missing generated test

github.com/krzysztofzablocki/Sourcery - 7b4e1658421bcae5cf224a31fb62c2059c00fb46 authored almost 8 years ago by Ilya Puchka <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 8674fa9ca671b8c7707a05d1e0f98f86a9172306 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 6bc2bc9d73c36fe910b099196a5064f68efab5bb authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - c9f492fd6d69d279d5a8cedaf0aea4465e706955 authored almost 8 years ago by werckerbot <[email protected]>
fix: update built-in AutoHashable template to compile. (#140)

github.com/krzysztofzablocki/Sourcery - 61a35922823a9aa3b7343a45ae26b4f92eb6ad56 authored almost 8 years ago by Grant J. Butler <[email protected]>
fix: remove newlines from associated value names (#137)

* Test: Associated values on newlines parse incorrectly

* FIX: Parsing enum associated values...

github.com/krzysztofzablocki/Sourcery - 9ccd77eab9286548acec8d8a0b665a996e192502 authored almost 8 years ago by Miguel Bejar <[email protected]>
docs: tweak docs

github.com/krzysztofzablocki/Sourcery - 329a4f8f9e1aa723817355d39663be3d9b1f354b authored almost 8 years ago by Krzysztof Zabłocki <[email protected]>
docs: change AutoEquatable documentation

github.com/krzysztofzablocki/Sourcery - a048c7403a2355ffcbf8b2f903d209419dac573e authored almost 8 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #131 from ilyapuchka/closures

feat: detecting closure types

github.com/krzysztofzablocki/Sourcery - 14e20155c9e9b8699ce6ddb957004fa1bd6dd9a2 authored almost 8 years ago by Ilya Puchka <[email protected]>
Merge pull request #132 from ilyapuchka/generic-methods

Improvide handling of generic methods

github.com/krzysztofzablocki/Sourcery - 5d11c3bc66a4446a8d9a4fa7bf6fec090981d084 authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: generic methods

github.com/krzysztofzablocki/Sourcery - 25c11280975b2140febfb243b3d3074aaf0c4cb9 authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: detecting closure types

github.com/krzysztofzablocki/Sourcery - 4e733b83dcf1a7dcf1a78669f167174329ef0849 authored almost 8 years ago by Ilya Puchka <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - e3a9b87c3cec64a38e8defd129f9cb2a9a166afb authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - c0ecaeab44e78b3da030e8768abf611edbe4d445 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 3edd2f7dff37d2fbbacac7487511f2f87452f7d1 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - d6b2d424eeff83f9a3ff95385ab18a67fd9e0e58 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 621578bf0d3595fea49e90f76a3713b56f678db7 authored almost 8 years ago by werckerbot <[email protected]>
Merge pull request #125 from ilyapuchka/linux-main

LinuxMain template

github.com/krzysztofzablocki/Sourcery - 25b1c50f27a134beb19f4bfbb9a593e2bcdd2699 authored almost 8 years ago by Ilya Puchka <[email protected]>
Merge pull request #128 from ilyapuchka/tuple-types-improvements

Different tuple types improvements

github.com/krzysztofzablocki/Sourcery - cb9e8e6c890a922797d1bbbb9f3a20b09a7cda57 authored almost 8 years ago by Ilya Puchka <[email protected]>
fix: correct typo in AutoMockable (#129)

github.com/krzysztofzablocki/Sourcery - 5950ac1c942f7ca21a8970c039855ddc62434756 authored almost 8 years ago by Radek Pietruszewski <[email protected]>
fix: update templates to use based for unknown protocols

github.com/krzysztofzablocki/Sourcery - 3110a130f1e4332f36b85faf0ea65e7970c35bd6 authored almost 8 years ago by Krzysztof Zabłocki <[email protected]>
docs: updated changelog

github.com/krzysztofzablocki/Sourcery - 252b2b2cf6a7c78ab924f814cbd263e0a80c52c1 authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: improved resolving tuple elements types

github.com/krzysztofzablocki/Sourcery - 27c5be330aa4a9f8b713696a21e045977c91e70e authored almost 8 years ago by Ilya Puchka <[email protected]>
refactor: moved method parsing tests to separate spec

github.com/krzysztofzablocki/Sourcery - 01a5eaf48e8bf2dd002640dfdcb2c0d382455f0d authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: fixed extracting tuple return types

github.com/krzysztofzablocki/Sourcery - eefc031a8467e4efe5de8e13f176fa59f4b430e6 authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: do not set method parameter argument label to underscore

github.com/krzysztofzablocki/Sourcery - 6dbc42b62f172afc788cb17a9eae79a0d71ed230 authored almost 8 years ago by Ilya Puchka <[email protected]>
fix: correct unknown tag 'endif' error for AutoHashable (#127)

github.com/krzysztofzablocki/Sourcery - 1bd7c5a05dc89d95596881f2e1e045a25d343cee authored almost 8 years ago by Valentin Knabel <[email protected]>
feat: preserve inherited types order and minor internal templates improvements (#124)

* feat: preserve order of inherited types

* feat: fixed annotations, adjusted templates and r...

github.com/krzysztofzablocki/Sourcery - bd4bd670afeea2cee76717c5dfdbe5dd585a016e authored almost 8 years ago by Ilya Puchka <[email protected]>
added template for LinuxMain

github.com/krzysztofzablocki/Sourcery - 78511e75cae930c0ab6c62c3f7cb9cffea82d0b1 authored almost 8 years ago by Ilya Puchka <[email protected]>
docs: bundle templates and update metadata for 0.5.3 release

github.com/krzysztofzablocki/Sourcery - 69dad4f2a9b5815f3d2722c0938469c60e999f8d authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
docs: inline examples

github.com/krzysztofzablocki/Sourcery - 50b5433b02f40dd4ff9c50d0948eb2bba08b191d authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
docs: add more in depth examples

github.com/krzysztofzablocki/Sourcery - 788cca5b8e1adaae3480d4d95e361919fe039aa0 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: fix extracting return type for void throwing methods

github.com/krzysztofzablocki/Sourcery - f4fa55803713be524a45ae4c4578ebc0962a27f4 authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: support throwing methods

github.com/krzysztofzablocki/Sourcery - df7e804133ae828c5517b3d3bb013a37dc7d5924 authored almost 8 years ago by Ilya Puchka <[email protected]>
fix: fix .swifttemplate discovery and nscoding conformance (#120)

* Add .swifttemplate Extension to Template Files

* Fix NSCoding Crash During Template Generation

github.com/krzysztofzablocki/Sourcery - 3a23b4ad61fb206c2d435c18582a72e080e6b78d authored almost 8 years ago by Stefano Rodriguez <[email protected]>
feat: improved parsing variables with literal values

github.com/krzysztofzablocki/Sourcery - d1b8883500044b97bff5100b7a6a772b97c5f097 authored almost 8 years ago by Ilya Puchka <[email protected]>
feat: introduce prototype for artifact caching

github.com/krzysztofzablocki/Sourcery - f24ff2ac9082cae89fa6aa5e4b4b3b27be1f8ca2 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: support common crypto in swiftpm version

github.com/krzysztofzablocki/Sourcery - 77bce903a286b20fd3f1bff68f6d20faa6eaecc0 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
refactor: apparently NSCoding wants flat types

github.com/krzysztofzablocki/Sourcery - e48df033138a390f4c7b4845dda100914136e187 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
chore: move fileparser result into separate file

github.com/krzysztofzablocki/Sourcery - d7cd6dbc0c8eec64a90206dbe9f6a3216bbdd9b6 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update changelog

github.com/krzysztofzablocki/Sourcery - 0eade029dd13a1784507bbac52399404a9d50695 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
feat: include sourcery version in hashing for safety

github.com/krzysztofzablocki/Sourcery - d4ebdab7cf2d92eb26ba473a6da962e840f8f781 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
docs: update readme

github.com/krzysztofzablocki/Traits - 2502122d2f99a7fa8a8727c1d4717246c1ce925f authored almost 8 years ago by Krzysztof Zabłocki <[email protected]>
chore: update sourcekitten to cacheless version

github.com/krzysztofzablocki/Sourcery - 115d0d8a77c4685f503443facc7b8045543a3ad6 authored almost 8 years ago by Krzysztof Zablocki <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 800961419f30be16db304c7ce4225d1ef5b277a6 authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - b37128b689b8077b37a6f7e909368a78aab2397f authored almost 8 years ago by werckerbot <[email protected]>
[ci skip] deploy from merowing

github.com/krzysztofzablocki/krzysztofzablocki.github.io - 048e6a58e68ad58bc9c9e0905bd2bafc67875fab authored almost 8 years ago by werckerbot <[email protected]>