Ecosyste.ms: OpenCollective

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

openFrameworks

openFrameworks is an open source C++ toolkit for writing creative code.
Collective - Host: opensource - https://opencollective.com/openframeworks - Website: https://openframeworks.cc - Code: https://github.com/openframeworks/openFrameworks

Merge pull request #4638 from arturoc/tests-windows

windows CI (work in progress)

github.com/openframeworks/openFrameworks - c76efba1340b7fd39ff92429adebf9cec96d816c authored about 9 years ago
networ tests: use test_gt for timeouts

github.com/openframeworks/openFrameworks - e704609d8bd3682ef2e2887a877de5c24311bff3 authored about 9 years ago
unit tests: revert REST api reporting, moved to a different PR

github.com/openframeworks/openFrameworks - 67e3e0639b70e5c664a76459196d51e2a6135f63 authored about 9 years ago
ofUtils: revert change

github.com/openframeworks/openFrameworks - 9416b5675b3ccdee7a31468e74dc9b90bdda8fe0 authored about 9 years ago
ofUtils: revert change

github.com/openframeworks/openFrameworks - 9e343b8216360af54848704afff701d862d93f67 authored about 9 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks into tests-windows

github.com/openframeworks/openFrameworks - 35ed82163b833e81d031275ba8d1af385ea68c81 authored about 9 years ago
Merge pull request #4649 from arturoc/fix-fileutils

ofFileUtils: fix several problems in windows:

github.com/openframeworks/openFrameworks - 1874775b1c52eafd9c53794d51e4b580462df82d authored about 9 years ago
Merge pull request #4648 from arturoc/fix-ofPixelsMove

ofPixels: add move constructor and move return values

github.com/openframeworks/openFrameworks - c67da3baa783843d1c119d0a9adf49b3fedc13f0 authored about 9 years ago
reenable travis testing

github.com/openframeworks/openFrameworks - 06f9d4e2bad9255366eef71fbed57907cd3e55e6 authored about 9 years ago
Merge branch 'feature-httppost' into tests-windows

github.com/openframeworks/openFrameworks - 4ae32c808e121a73bacb57830c9a7cc9d2cf3081 authored about 9 years ago
Merge branch 'fix-ofPixelsMove' into tests-windows

github.com/openframeworks/openFrameworks - db7655b83c9d88f1fa5ce92a7b060fa3b9fb98c4 authored about 9 years ago
Merge branch 'fix-fileutils' into tests-windows

github.com/openframeworks/openFrameworks - 1e971c6722497a500c59aac5137db2a12e3197e5 authored about 9 years ago
ofURLFileLoader: add basic support for POST method

github.com/openframeworks/openFrameworks - 60a5014f5dbc2f79ab834cc51d2ae58eb847b353 authored about 9 years ago
ofFileUtils: fix several problems in windows:

- moveTo was trying to move with the stream opened which failed on windows
- create was loosing ...

github.com/openframeworks/openFrameworks - 4a7fd759272c9719b5009b73eeeeaa10c75dde23 authored about 9 years ago
ofPixels: add move constructor and move return values

solves a problem with planes not referencing the original and instead
makeing a copy

github.com/openframeworks/openFrameworks - 6f082c66d0ec43423a40d184c712422bdc47cff4 authored about 9 years ago
ofFileUtils: use ofGetEnv instead of getenv

github.com/openframeworks/openFrameworks - 811bd999f56955d0daa8297dadf5865cbde567e8 authored about 9 years ago
ofPixels: clear pixels before moving assignment

github.com/openframeworks/openFrameworks - 65c1bafb45e80bf22cb5485cdb5c2dd35bc73831 authored about 9 years ago
unit tests: better logging for failed tests

github.com/openframeworks/openFrameworks - 2c96f607375bec1b4fa15b6223e29063533036dc authored about 9 years ago
file tests: missing windows path separators

github.com/openframeworks/openFrameworks - e471b41929ff4861c358993574885eda5421c6d4 authored about 9 years ago
file tests: fix some backslashes in windows tests

github.com/openframeworks/openFrameworks - 3df524caef079efaedcb2340c98fa465ba98a515 authored about 9 years ago
file tests on windows: fix number of existing files and don't check canExecute on dirs

github.com/openframeworks/openFrameworks - d8d8d6005f03cdc3f26e67e9a051d9a773973efe authored about 9 years ago
fileutils test: list directory contents in case number of files is not expected

github.com/openframeworks/openFrameworks - 642e460548620d29343db1fd0fa5f7249b8a575c authored about 9 years ago
fileutils tests: don't test canRead on windows

github.com/openframeworks/openFrameworks - 328af0f1599ae744bf829e9517d86710267d3e1d authored about 9 years ago
ofFile::moveTo: close file before trying to moveTo otherwise windows will complain

github.com/openframeworks/openFrameworks - f8b8b4623d8fd5675c260483a72aaab5a153d165 authored about 9 years ago
fileutils test: actually write something to noread file

github.com/openframeworks/openFrameworks - c906e4d1f358c0f7e3ebd3f49c6eb4fbcfb02511 authored about 9 years ago
unit tests: fix functions not returning a value

github.com/openframeworks/openFrameworks - eec5b49d3e6c0f7a86778594afb220e8f5689f4a authored about 9 years ago
unit tests: have test return a bool to check result on runtime

github.com/openframeworks/openFrameworks - 459711646d12e0b8f3d5b117c61775c0c2b34553 authored about 9 years ago
fileUtils test: testing if setting no read permissions works in windows

github.com/openframeworks/openFrameworks - d6137b8ee6ce3db7544824e5c2dceb1383475c1b authored about 9 years ago
fileUtils: add error check to set permissions

github.com/openframeworks/openFrameworks - 840ce8a629fc01f0ae0a8a4fc9c8988bbe87775c authored about 9 years ago
Revert "ofFile::canRead: try to use std::filesystem in windows. Fixing win tests"

This reverts commit 087c34ece002362c017a157c4bf3e9bf82e9bc7a.

github.com/openframeworks/openFrameworks - 8f5616adef5828a5bce039533f5011e0e7528173 authored about 9 years ago
ofFile::canRead: try to use std::filesystem in windows. Fixing win tests

github.com/openframeworks/openFrameworks - 087c34ece002362c017a157c4bf3e9bf82e9bc7a authored about 9 years ago
ofGetEnv: fix posix implementation

github.com/openframeworks/openFrameworks - 544b5c7a322bbdbf38af3b55588ffc9a91505092 authored about 9 years ago
ofPixels: add move operators and move results when it makes sense

trying to fix windows errors in tests

github.com/openframeworks/openFrameworks - 42cbf9a7cc6bd8b01327fb68db0b771f97e67f94 authored about 9 years ago
ofGetEnv: fix windows syntax

github.com/openframeworks/openFrameworks - 6cea4e65672d3bce3bed1c23b831127a5d42399e authored about 9 years ago
ofUtils: add ofGetEnv

github.com/openframeworks/openFrameworks - 32205ffd605c63bd23797a0f16a5ed2b1ad2df65 authored about 9 years ago
unit tests: refactor appveyor reporting

github.com/openframeworks/openFrameworks - 6e6979ef694a6a008078589fb66ff208dc939aae authored about 9 years ago
unit tests: appveyor separate err from out in tests

github.com/openframeworks/openFrameworks - 5de4866bfbb57b5d1bd1f7a4c1ac4dc3f153e916 authored about 9 years ago
unit tests: trying to colorize tests output

github.com/openframeworks/openFrameworks - 3c9389945133c3db58962f95bedffd471cab3066 authored about 9 years ago
appveyor: fixing json escaping

github.com/openframeworks/openFrameworks - dda57a0e08e25440e59ce52bf1ed9b29fac2ad94 authored about 9 years ago
unit tests: limit body size

github.com/openframeworks/openFrameworks - 6c2d0c1d15806b2f5e7623c9e26185d6ec0e1a75 authored about 9 years ago
appveyor: trying to limit post size

github.com/openframeworks/openFrameworks - 883ce355f2dfdfd2cf09040732544bbee184badc authored about 9 years ago
implementation of ofGetLastFrameTime() as wrapper for ofGetTimeSinceLastFrame()

github.com/openframeworks/openFrameworks - c1bfc9b193501342912f147c477ccfdfcc15df86 authored about 9 years ago
deprecated ofGetLastFrameTime() in favor of ofGetTimeSinceLastFrame()

github.com/openframeworks/openFrameworks - f38d995b4454630377303511e141f9229d4ce8c3 authored about 9 years ago
unit tests: fixing appveyor

github.com/openframeworks/openFrameworks - dfa14e4fa39f95d45b81c2a991589828b94a0b4b authored about 9 years ago
unit tests: properly escape json

github.com/openframeworks/openFrameworks - 9cf1441f18b76e94857aba3f98887ec357ce23ef authored about 9 years ago
added CoreMotion.framework to iOS xcode template project.

github.com/openframeworks/openFrameworks - bbc4069168bd258317f886600d1d645b85949544 authored about 9 years ago
unit tests: fixing appveyor

github.com/openframeworks/openFrameworks - e31aef17313751c624dc126198b43ce0303d2343 authored about 9 years ago
trying to fix unit tests on appveyor

github.com/openframeworks/openFrameworks - 0601ddc0f4eb29fc5defa9ef80ded3c7804961d6 authored about 9 years ago
unit tests: remove colors from rest logs

github.com/openframeworks/openFrameworks - 3b87be23924c212b4a6eafa370a3c6f5e217170e authored about 9 years ago
unit tests: fix appveyor

github.com/openframeworks/openFrameworks - b8f55829a3ccef6875c53732b5706f9b89377325 authored about 9 years ago
Merge pull request #4644 from bakercp/ofParameter-init-values-fix

Bug fix - Set max to max().

github.com/openframeworks/openFrameworks - 09fdc157645a2a0809273363572b293d92ea7db5 authored about 9 years ago
Bug fix - Set max to max().

github.com/openframeworks/openFrameworks - ab527fa5d24348d28f58570b9ca3e8fa1a152ab5 authored about 9 years ago
unit tests: appveyor logs: add stdout

github.com/openframeworks/openFrameworks - 59faf898237db7e050d17841448dc1b7498d3431 authored about 9 years ago
ofURLFileLoader: fix content length

github.com/openframeworks/openFrameworks - 73ecc7d6754855239bbcf4f31fa605210f7f377a authored about 9 years ago
ofURLFileLoader: trying to fix content length

github.com/openframeworks/openFrameworks - 525d9b62500a0651e67b5c48818d4e9017592982 authored about 9 years ago
appveyor: fixing rest url method

github.com/openframeworks/openFrameworks - f2fac79204c3b7ba1d5c8be625bba50e55f0a7f5 authored about 9 years ago
appveyor trying to fix url

github.com/openframeworks/openFrameworks - b5a99542f22ab4dbc0f7d05105a0d331a0d0a4dd authored about 9 years ago
appveyor trying to fix REST api

github.com/openframeworks/openFrameworks - 596e070b10216d52f8d377ec4bb2bd94af031bd5 authored about 9 years ago
url file loader: trying to fix body send

github.com/openframeworks/openFrameworks - 80dabebbbda73471d7d46f8b7a49099989c7cb31 authored about 9 years ago
trying to fix appveyor REST api

github.com/openframeworks/openFrameworks - 1cdbe136bd473d1b52c11f27aa1382b3b8265165 authored about 9 years ago
added two new core motion examples.

github.com/openframeworks/openFrameworks - d41e82b282f332df111dc4de73e9e954cfe9785b authored about 9 years ago
appveyor tests: report url

github.com/openframeworks/openFrameworks - f80c6753d990a37a0beb036d00c89f4a578a8844 authored about 9 years ago
appveyor tests: set url

github.com/openframeworks/openFrameworks - d3660947e0293437e045f9283dfabe8cc555a24a authored about 9 years ago
unit tests: fix sytax errors

github.com/openframeworks/openFrameworks - 3a5fc09422049258732d6a6694fdf5924c6630b7 authored about 9 years ago
unit tests, send REST request

github.com/openframeworks/openFrameworks - d46eec21be1bb28216081e52fc9605ff32e65166 authored about 9 years ago
unit tests appveyor try to report through rest API

github.com/openframeworks/openFrameworks - 79f38c7ee5d4fa1fd463a96c05fbc1f18685e867 authored about 9 years ago
ofxiOSCoreMotion header tweaks.

github.com/openframeworks/openFrameworks - 1e99ea7da9a6306dc9aec60ac2aa3c2a172cd9b1 authored about 9 years ago
added ofxiOSCoreMotion and removed ofxiOSAccelerometer

github.com/openframeworks/openFrameworks - 85cfeb3646954186b983e38c7cd4001639bd0ee2 authored about 9 years ago
fix syntax for appveyor runtests

github.com/openframeworks/openFrameworks - 5d995656b1d02a64d68815045b01834d0a919f93 authored about 9 years ago
appveyor runtests: fix syntax

github.com/openframeworks/openFrameworks - c12a0956f86ca51ebd51f1fee4df338e287f9bbb authored about 9 years ago
appveyor tests: try to report compiler errors

github.com/openframeworks/openFrameworks - ad19ec8c276821bb9fd40516664e840dc653e29b authored about 9 years ago
runtests.bat: fix exit status

github.com/openframeworks/openFrameworks - 65d8ef57c808a3428ce958697bdeb9fe62b8e21c authored about 9 years ago
fixing appveyor scripts

github.com/openframeworks/openFrameworks - 01233163502d7651718f25b65bff6c15e6385bff authored about 9 years ago
fixing appveyor scripts

github.com/openframeworks/openFrameworks - ada5613206cdc938c56d1bf6b43b2269fc5962e2 authored about 9 years ago
runtests.bat: trying to fix exit status

github.com/openframeworks/openFrameworks - 18fcf97559d60f8f961547b7140202ce45f4f35b authored about 9 years ago
unit tests: fix tests on windows

github.com/openframeworks/openFrameworks - adb93a512a9b591609dbd8fbf1bd008af985864e authored about 9 years ago
appveyor tests: log to console and trying to fix wrong status

github.com/openframeworks/openFrameworks - 06218c079084dbd9641818a2b233c57c56da31fe authored about 9 years ago
unit tests: trying to fix appveyor breaklines

github.com/openframeworks/openFrameworks - 0a9662764a74f9a88e93227da27fc91c2b524d6b authored about 9 years ago
unittests: trying to escape breakines

github.com/openframeworks/openFrameworks - 156d15da821ffb16077a38ec2f988c68010f0328 authored about 9 years ago
unit tests: trying powershell appveyor logger

github.com/openframeworks/openFrameworks - c1fbe61a07be298bafb1c7538bfea9d5cbd74956 authored about 9 years ago
unit tests: trying to fix tests output

github.com/openframeworks/openFrameworks - 513707ac8239907a8094e1a069777c351fd3da7e authored about 9 years ago
unit tests: trying to fix logger output

github.com/openframeworks/openFrameworks - 7b489c69aa3ab8a3179ad622c81da3ca957d90f7 authored about 9 years ago
unit tests: fix logger

github.com/openframeworks/openFrameworks - 125e2083e7ea09a610545bf3e81b5bbc2b2a0c33 authored about 9 years ago
pixels tests: cast char* so they don't print out as string

github.com/openframeworks/openFrameworks - 10c991d084ccbfed567f22f8ffe8ea0449eb1b35 authored about 9 years ago
unit tests: fix appveyor out

github.com/openframeworks/openFrameworks - 8ba4b0a91bd8f085dc06375959a60637bc4139f9 authored about 9 years ago
Merge pull request #4640 from tgfrerer/fix-draw-arrow

fix an issue with arrow heads not drawing centered

github.com/openframeworks/openFrameworks - 64ac9bf80e309436f452f435e68bc035789021a9 authored about 9 years ago
unit tests: reenable appveyor uri function

github.com/openframeworks/openFrameworks - 9e4dacfa48c6210b3da6186b5bf217509643b13b authored about 9 years ago
unit tests: fix errors in appveyor logger

github.com/openframeworks/openFrameworks - 385798fbf54574d4cbfca405ee906cf446372431 authored about 9 years ago
fix an issue with arrow heads not drawing centered

The cones used to draw arrow heads were drawing at the wrong
position, offset slightly (0.5 * he...

github.com/openframeworks/openFrameworks - 68b660b180c4149ced8656068d5694142ec36754 authored about 9 years ago
unit tests: using system cmd instead of post for appveyor

github.com/openframeworks/openFrameworks - e226854e9fe9a00c37f9df650d07f0a1d9996453 authored about 9 years ago
unit tests: trying to fix appveyor logger

github.com/openframeworks/openFrameworks - 45ccfad3cd9f7c57f04990b3eab0c27f8e5bed7f authored about 9 years ago
unit tests: catch appveyor logging errors

github.com/openframeworks/openFrameworks - beeba7e5211ac27959c299aba5b7c1cb53393e0f authored about 9 years ago
unit tests: fix appveyor logger

github.com/openframeworks/openFrameworks - e32bb964f3aeef2bfd1a7974b099a13a52d05d42 authored about 9 years ago
unit tests: fix appveyor logging

github.com/openframeworks/openFrameworks - 0b2e6d004b100b9b809774372e6be8520df465bc authored about 9 years ago
unit tests: fix appveyor logger

github.com/openframeworks/openFrameworks - 6dcbefecd11e5163147a77554cef7e05167120cb authored about 9 years ago
unit tests: fix appveyor logging

github.com/openframeworks/openFrameworks - 8be501524d3f58ed1e87dafcd35062251e38178f authored about 9 years ago