Ecosyste.ms: OpenCollective

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

LibrePCB

Providing free PCB design software
Collective - Host: opensource - https://opencollective.com/librepcb - Website: https://librepcb.org/ - Code: https://github.com/LibrePCB

Replace default operator==() with manual implementation

Default operator==() is only supported by C++20, and we're not using it
yet.

github.com/LibrePCB/quazip - 710ae2bc7db9cf2fa9f707db31ce784b3eb818ab authored about 2 years ago
Cleanup qioapi.cpp

Rewrite the code to make it more readable after clang-tidy fixes.

github.com/LibrePCB/quazip - 0cf88191ed7fd11a79263f7a9fa0031188a16dc2 authored about 2 years ago
Merge branch 'clang' (PR #162)

github.com/LibrePCB/quazip - 0d64ee32cf9ea069f43fc22b10b516ffbaff86c4 authored about 2 years ago
Fix grammar: "let's" → "lets" (#64)

where it stands for "let" in third person singular, not for "let us".

github.com/LibrePCB/librepcb-website - 840e1f781b7d0a6eeda21d0c9266938c479a562b authored about 2 years ago
Use sudo for apt-get in CI

Not sure if it works, this CI thing is a mystery to me,
but it doesn't hurt to try.

github.com/LibrePCB/quazip - bfb432314104028fc6dd7c8349539cce5b39967d authored about 2 years ago
Make bzip2 tests work

Move bzip2 code to the top-level CMakeLists.txt because
the HAVE_BZIP2 definition is needed for ...

github.com/LibrePCB/quazip - d0f9dc0ebeedc604acc395edc3b0655c05323ee8 authored about 2 years ago
Enable bzip2 stdio for now

We don't provide an error handler yet,
so to at least compile it we use stdio for errors.

github.com/LibrePCB/quazip - dfb952195ad035e943709299543ee8e1a4d854da authored about 2 years ago
Ignore *.tags and quazip/lib/

Tags are generated and lib is the new folder for fetching dependencies.

github.com/LibrePCB/quazip - 456d2437cb59cea089b3766cffb2d118b962775f authored about 2 years ago
Merge PR #150 (bzip2)

It's not ready for master just yet, but I have to merge it to work on it
further.

github.com/LibrePCB/quazip - 6709e83fb31bca3d4168f905213b5f92feea32e4 authored about 2 years ago
Update file format of pads

github.com/LibrePCB/librepcb-test-data - 1a92122879dfdb644cfb8669d4575451d16bc714 authored about 2 years ago
Update translations for fa8c3a67

2022-12-17T23:16:51+01:00

github.com/LibrePCB/librepcb-i18n - e9449cd89c02bc7ed1af7e8dad640828a59c309d authored about 2 years ago
Update translations for fa8c3a67

2022-12-17T23:16:51+01:00

github.com/LibrePCB/librepcb-i18n - e97c01cbb791478a0fd81234f2f46bd3262cd8ec authored about 2 years ago
Merge pull request #1071 from LibrePCB/slotted-drills

Add support for NPTH slots

github.com/LibrePCB/LibrePCB - fa8c3a672149869404fda9ad307fc59b3c7a96e8 authored about 2 years ago
use using

Just inherit the constructor

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 4abb08e69f117003e35927f35d45dda5c6eba0f1 authored about 2 years ago
clang-tidy: use override

Found with modernize-use-override

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 181b0fee5c485e6c102217de59ffd5f494c32a22 authored about 2 years ago
clang-tidy: for range loop conversions

Found with modernize-loop-convert

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - be15806b5a46d5d8a172ae63ba8d982270fdf342 authored about 2 years ago
clang-tidy: use C++ casts

Found with google-readability-casting

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - e33acc2c6b9e69b4e68c523ee3e0f3e4e35d7cba authored about 2 years ago
clang-tidy: use default member init

Found with modernize-use-default-member-init

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 7191b11ba5683f34a0e66e3d1638864837d55c47 authored about 2 years ago
clang-tidy: don't use else after return

Found with readability-else-after-return

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - fd0a85ac257850254275a028399afbce41d911d8 authored about 2 years ago
clang-tidy: use = delete

Found with modernize-use-equals-delete

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 2038330fc16dd3ab94152653c969fb378a62e908 authored about 2 years ago
clang-tidy: simplify some booleans

Found with readability-simplify-boolean-expr

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 26157db01e71dd1fc0921f442199227857b7b123 authored about 2 years ago
clang-tidy: don't bother with if on delete

Found with readability-delete-null-pointer

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 50aea4aad3c798a75bfde2ac80f4e8e6e48db0de authored about 2 years ago
manual for range loop conversions

clang-tidy doesn't understand constBegin/End.

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 50fdd885841f3af383b33b1421963b62b5fde913 authored about 2 years ago
clang-tidy: use = default

Found with modernize-use-equals-default

Signed-off-by: Rosen Penev <[email protected]>

github.com/LibrePCB/quazip - 86597321829acc17ed9c625e1a2c98444c57e37a authored about 2 years ago
Merge pull request #159 from mmertama/master

webassembly support

github.com/LibrePCB/quazip - eb390e7ce032f90d31ec8868b35aecc3c3ab7538 authored about 2 years ago
Merge pull request #161 from Jihadist/master

update github actions: shared build, macos

github.com/LibrePCB/quazip - 7f70366960c6d6f39e043f207d54a3faa7e4790c authored about 2 years ago
DRC: Add checks for slotted/curved non-plated holes

github.com/LibrePCB/LibrePCB - 23209bdb4450eebaeb156f7f7f082f2b56c7b4fe authored about 2 years ago
Update submodule "tests/data"

github.com/LibrePCB/LibrePCB - 17a9ccb16d8a220b92d4e8b3cfd427002012a12d authored about 2 years ago
BoardFabricationOutputSettings: Make G85 configurable

github.com/LibrePCB/LibrePCB - 1b0be79a9a173f001e2d231bd835a456814d6b35 authored about 2 years ago
BoardDesignRuleCheckMessage: Support descriptions

github.com/LibrePCB/LibrePCB - fd4224e48c0f7027ff5f5cfe23407427fc3bb9df authored about 2 years ago
Add support for slotted non-plated holes

github.com/LibrePCB/LibrePCB - 6edd7c931ea92c520c33bf3ae229cea833a72046 authored about 2 years ago
Update file format of holes

github.com/LibrePCB/librepcb-test-data - c3342813dadf3a559c9971235c1725386ea07c96 authored about 2 years ago
Update file format of fabrication output settings

github.com/LibrePCB/librepcb-test-data - cb2f8ddc256bfdcb50b83a956cd0e2db441235ea authored about 2 years ago
ExcellonGenerator: Add support for slots

github.com/LibrePCB/LibrePCB - d3cec29601016d16ef34b1f39b1d30ef2344837e authored about 2 years ago
Update translations for 035502dd

2022-12-09T13:29:05+01:00

github.com/LibrePCB/librepcb-i18n - 42cd98abd41b542a34817104374321e366a3b1cc authored about 2 years ago
Update translations for 035502dd

2022-12-09T13:29:05+01:00

github.com/LibrePCB/librepcb-i18n - b6ccd3a10cc9e38bae3a91357f0307ef3d3ca919 authored about 2 years ago
Merge pull request #1070 from LibrePCB/refactor-load-and-serialize

Refactor loading/serializing & file format upgrade

github.com/LibrePCB/LibrePCB - 035502dd421d21704acdab287a2bfc909feff28e authored about 2 years ago
Keep schematic/board items sorted in memory

github.com/LibrePCB/LibrePCB - 6d6799100702911b97a4acc9e1a7bebfb4a8f1ab authored about 2 years ago
Improve load/save mechanism of project library elements

github.com/LibrePCB/LibrePCB - bc838f9c2185962657d16f53a9d992634d933a77 authored about 2 years ago
Improve mechanism of adding/removing schematics/boards

github.com/LibrePCB/LibrePCB - 7d634c324d7745d0170ee235fdc7ad7bcd137a00 authored about 2 years ago
Simplify serialization

github.com/LibrePCB/LibrePCB - ebd623579b033a9409657527bd78eaa594e78f1a authored about 2 years ago
Refactor file format upgrade concept

github.com/LibrePCB/LibrePCB - fc85b2f791949661fe9c69a68c79aa4e6e71fd59 authored about 2 years ago
Refactor/simplify code to duplicate a board

Get rid of the copy constructors to reduce complexity. Instead, copy
boards by creating a new (e...

github.com/LibrePCB/LibrePCB - cba9f2ed7b98b0e0c4228056078ac3496904d4db authored about 2 years ago
Update translations for 3bec73fa

2022-11-25T21:56:57+01:00

github.com/LibrePCB/librepcb-i18n - 76ff8db9a2782284b0b16654db79bfb9236fe61b authored about 2 years ago
Update translations for 3bec73fa

2022-11-25T21:56:57+01:00

github.com/LibrePCB/librepcb-i18n - 331e9bd3f5b0c22b891f3d6ff5fdba5c5e9cf82b authored about 2 years ago
Merge pull request #1068 from LibrePCB/remove-legacy-formatting

SExpression: Remove support for legacy formatting

github.com/LibrePCB/LibrePCB - 3bec73faa4f83f54976903088503172026a1ca95 authored about 2 years ago
SExpression: Remove support for legacy formatting

It's not planned to make more 0.1.x releases, thus now removing support
for some 0.1 file format...

github.com/LibrePCB/LibrePCB - 5286d0754b20fbb6a109d3b7f77635811f91c3d9 authored about 2 years ago
Merge pull request #1067 from LibrePCB/remove-obsolete-workspace-settings

Remove obsolete workspace settings after file format upgrade

github.com/LibrePCB/LibrePCB - ef2412751302b2da754a18ace98e5ea980bf1f14 authored about 2 years ago
Update translations for 389b5938

2022-11-25T17:32:39+01:00

github.com/LibrePCB/librepcb-i18n - e094e08d28d42e97d46c3f358562b5b18b3005e9 authored about 2 years ago
Update translations for 389b5938

2022-11-25T17:32:39+01:00

github.com/LibrePCB/librepcb-i18n - a6b4c451c6fe3492419ccbf968bf370b28aa16da authored about 2 years ago
WorkspaceSettings: Remove obsolete entries after upgrade

This avoids having entries in the `settings.lp` file where we have no
clue what file format vers...

github.com/LibrePCB/LibrePCB - f6bf8e020661642ad8a4b7e3d3ea31ad1f32c7c0 authored about 2 years ago
Merge pull request #1066 from LibrePCB/merge-classes-for-simplification

Merge some unnecessary classes for simplification

github.com/LibrePCB/LibrePCB - 389b593888dca37ae3946b99208cb5f5a35f56e4 authored about 2 years ago
Merge class BI_Footprint into BI_Device

github.com/LibrePCB/LibrePCB - ab218bd78458ee6ea536e5ff54c618296074d901 authored about 2 years ago
Merge class BoardUserSettings into Board

github.com/LibrePCB/LibrePCB - 52601ed7e90261b7e9f3b89e54ebb52b1c2f2ca6 authored about 2 years ago
Merge class ProjectMetadata into Project

github.com/LibrePCB/LibrePCB - c0955ee497c3b1f59138fc0a63682050f8bf1eff authored about 2 years ago
Add Python script to list sources without unit test

To get an overview about which units do not have a test yet.

github.com/LibrePCB/LibrePCB - 0061587a794954380408e9fc796342ff7322a8e8 authored about 2 years ago
Update translations for 11d4ec7c

2022-11-19T16:58:48+01:00

github.com/LibrePCB/librepcb-i18n - 94453e33b96bc7c92375a127a9a0612bfe8b1608 authored about 2 years ago
Update translations for 11d4ec7c

2022-11-19T16:58:48+01:00

github.com/LibrePCB/librepcb-i18n - 862ea5361d7b3130cfda1d4f0e82d69a89b2ca66 authored about 2 years ago
CLI: Use -v for --verbose instead of --version. (#1063)

github.com/LibrePCB/LibrePCB - 11d4ec7cfc8a00d05fc3847ccddd23d261f1bb6e authored about 2 years ago
Add HD-Rain to sponsors

github.com/LibrePCB/librepcb-website - 3f73286e8d95160c33cd7dbfedbc599c8e589e58 authored about 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - 355c663f360d3f3336a0111f065889e93db5d5e7 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - 3c55cdcb181329ec12e8cf518814d0ad9ef979d5 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - 6e273f3a57293f607f3bb896cd011576b701e919 authored over 2 years ago
update github actions: shared build, macos

github.com/LibrePCB/quazip - f88c6fa1aafa1081815249f5cb38027bf567e813 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - 2ccabdc255d36487917f9f259892ecf5330a1474 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - feb87ec6fc507747e136062336c425eaaa202502 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - ead6bf9bfb575c02f7a4521f03015940ae326f1d authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - e59d962ef03e84a9a1c9f40bd8f415e741beaabb authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - c261eb5ae636edfb627f02e60ffbd2f2bde94613 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - f96ee7dd64cf40152011f9a977c4106c661f0cc1 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - d2cb6fce69291050a8bba3de2b2ed44e9151acf1 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - ea2f29137fb70b61445a6648c2a4c565f3c873c2 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - d9925bc9ef9ef1197372612eda4ed2a3bb668b76 authored over 2 years ago
webassembly with zlib

github.com/LibrePCB/quazip - 396d4c573c0b6bd1b5d11f3e8041f05d4d05bef7 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - 0f8b876a1cb2bf3da1623aaaef264cdf5558e383 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - a89664269b30da9f1208b4c91886e3b4365c9fb8 authored over 2 years ago
Update translations for d48934a4

2022-11-02T23:46:24+01:00

github.com/LibrePCB/librepcb-i18n - ffd0de01196dc8206dc5312ae4ba82dc4e3549fd authored over 2 years ago
Merge pull request #1062 from LibrePCB/git-blame-ignore-revs-file

Add .git-blame-ignore-revs file

github.com/LibrePCB/LibrePCB - d48934a409a8cca64774d8d53e8d944f44695b29 authored over 2 years ago
Add .git-blame-ignore-revs file

To use it, invoke `git blame` like this:

git blame --ignore-revs-file .git-blame-ignore-rev...

github.com/LibrePCB/LibrePCB - 354c90d16f5227fdedef7987151cf5000055914e authored over 2 years ago
Update/fix screenshot capture scripts

github.com/LibrePCB/LibrePCB - c70bf84444d2836b1954bbd359fbcab46b51f348 authored over 2 years ago
Fix admonition title font

github.com/LibrePCB/librepcb-doc - d49fb815faf2868b64bf97336c3a6141fbada925 authored over 2 years ago
Merge pull request #67 from LibrePCB/website-header-footer

Use header & footer from LibrePCB website

github.com/LibrePCB/librepcb-doc - 5a7ad3449607a2a0484a617b22b384af9a7ef80f authored over 2 years ago
Use header & footer from LibrePCB website

For consistent navigation between /docs/ and the other pages.
A bit hacky, but seems to work.

github.com/LibrePCB/librepcb-doc - 591971091fcb0f3d94777ad7e2c9d41495797c9f authored over 2 years ago
Fix inconsistent scrollbar with /docs/

github.com/LibrePCB/librepcb-website - bfa50be52d3671febae08981ce2f56944f446ae8 authored over 2 years ago
Fix header text vertical offset on small screens

github.com/LibrePCB/librepcb-website - 07c566853fa3fce5fa3f2c88c6d75cb5aa22dd8f authored over 2 years ago
Slightly increase header height

Fixes an inconsitency with the Antora documentation.

github.com/LibrePCB/librepcb-website - 992885a239e2ab7aeda687a17f13cc0c7be84438 authored over 2 years ago
Update translations for 64c20108

2022-10-03T12:08:40+02:00

github.com/LibrePCB/librepcb-i18n - 199f5bf94aa140f117b7667052154170b891fcdd authored over 2 years ago
Update translations for 64c20108

2022-10-03T12:08:40+02:00

github.com/LibrePCB/librepcb-i18n - ded6d11d21e59c655c1e4243396b6be18eb5b30f authored over 2 years ago
Update translations for 64c20108

2022-10-03T12:08:40+02:00

github.com/LibrePCB/librepcb-i18n - 6a333313beca41434ad51047a372172dc3e1cd8c authored over 2 years ago
Update translations for 64c20108

2022-10-03T12:08:40+02:00

github.com/LibrePCB/librepcb-i18n - bb4f5f765e2789aada8b93a517b68f1fd26d4b5a authored over 2 years ago
Update OpenGraph image for consistency

github.com/LibrePCB/librepcb-website - 7ccf87226037d19aae369fbcc2db27240bb2ad22 authored over 2 years ago
Merge pull request #10 from Luz/master

Use cmake in readme

github.com/LibrePCB/librepcb-pnd - 00b4a087289fd1c4931f255ba2e159dac80744f3 authored over 2 years ago
Fix relative links on 404.html

github.com/LibrePCB/librepcb-website - 0a85104d8184c49fdbca3682514948513a234614 authored over 2 years ago
Merge pull request #63 from LibrePCB/new-website

Implement completely new website

github.com/LibrePCB/librepcb-website - 960f25e479c67ad5171b880def9421fdfb51f023 authored over 2 years ago
Implement completely new website

github.com/LibrePCB/librepcb-website - 45c2abde3fc035f074b642c748f5743f0965f243 authored over 2 years ago
Use cmake in readme

github.com/LibrePCB/librepcb-pnd - ac5ecffcb4e1a50cf1d3c3b0b5eb3c5bbec9fde2 authored over 2 years ago
Update translations for 64c20108

2022-10-03T12:08:40+02:00

github.com/LibrePCB/librepcb-i18n - eafee76dca0941940b280926d6b06ca1adf067a5 authored over 2 years ago
webtools: Install py3-pillow

github.com/LibrePCB/docker-librepcb-dev - f3ba176ad70ffeb2a5a0ec56717cc22e0f6f7c90 authored over 2 years ago
Add image for GitHub Sponsors description

github.com/LibrePCB/librepcb-website - 5be4a16236c62ac587ead7d0d535d75d91c27f60 authored over 2 years ago
Update translations for 64c20108

2022-10-03T12:08:40+02:00

github.com/LibrePCB/librepcb-i18n - 709a40fd7efa3ac6fd9a0389600a49d11e40dccb authored over 2 years ago