Ecosyste.ms: OpenCollective

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

Blade

Blade is a simple, clean, and embeddable dynamic programming language created to be simple enough for beginners, yet powerful and expressive for pros.
Collective - Host: opensource - https://opencollective.com/blade-lang - Code: https://github.com/blade-lang/blade

Fixed http chunk transfers

github.com/blade-lang/blade - 60551c6d202496de51a51df29247afddbe1128e2 authored almost 3 years ago by Richard Ore <[email protected]>
updated requests implementation

github.com/blade-lang/blade - 3e73da94acbc936fe5f5f32573f1a28d5723d178 authored almost 3 years ago by Richard Ore <[email protected]>
updated cmake to fix openssl relocation issue on linux build

github.com/blade-lang/blade - 5c9207c801ab8aa0edc3db1a5feed4d0d040aba0 authored almost 3 years ago by Richard Ore <[email protected]>
updated cmake to ensure libraries copy before build

github.com/blade-lang/blade - 88d03141053f879b9a8d556549b10a80bf933e85 authored almost 3 years ago by Richard Ore <[email protected]>
updated release

github.com/blade-lang/blade - 3814807dec1688b0dbb95b2ed3cc3e57b36193f8 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #114 from blade-lang/dev

updated documentation for version 0.0.71

github.com/blade-lang/blade - ae21fe45b3820b698f835497c4bc1d7e4592b698 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
updated documentation for version 0.0.71

github.com/blade-lang/blade - d55b17007fb9801cfc627369e863279e64de20a1 authored almost 3 years ago by Richard Ore <[email protected]>
unwrap http server try...catch...

github.com/blade-lang/blade - 9e32c20b49360c96b56edd8d5c26fb6c6770a7ab authored almost 3 years ago by Richard Ore <[email protected]>
revert

github.com/blade-lang/blade - 734a47864e3308da177e08fa97ab51e6cbea36ca authored almost 3 years ago by Richard Ore <[email protected]>
revert

github.com/blade-lang/blade - 0fd05ef46f3dcfdae8ee51ff20e2875890f3647c authored almost 3 years ago by Richard Ore <[email protected]>
Merge remote-tracking branch 'origin/main'

github.com/blade-lang/blade - 79a8469e5d9603aff589bc8ddcd100626d7684b6 authored almost 3 years ago by Richard Ore <[email protected]>
stopped overriding git attribute for blade files

github.com/blade-lang/blade - 0ac9d8cf987901e6324eedcbf95451265d3fa008 authored almost 3 years ago by Richard Ore <[email protected]>
stopped overriding git attribute for blade files

github.com/blade-lang/blade - 2a8faddcce2f61fda61622452f29417f2861a266 authored almost 3 years ago by Richard Ore <[email protected]>
updated git attribute to temporarily mark Blade files as Dart

github.com/blade-lang/blade - 0f58459e2c3422c4923a80bd813d19ed79b1ed04 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #113 from blade-lang/dev

Dev

github.com/blade-lang/blade - c9a74549cfeef403105be2e53827ac95040613c2 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
updated CI to fix missing openssl on osx

github.com/blade-lang/blade - 9e40c257a7bc10f4dee989988daaeaf0fdbc9904 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #106 from blade-lang/ssl

Stashing all developments on the ssl module

github.com/blade-lang/blade - 7e146cf1ad03690a40c5afe3acd3a6ff26e7e986 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
added support for SSL requests in http module and started work on SSL enabled http servers.

github.com/blade-lang/blade - 69ef44c0bb2858e9a9cfdbd5fbb8dfc10390c03e authored almost 3 years ago by Richard Ore <[email protected]>
Merge remote-tracking branch 'origin/dev' into ssl

# Conflicts:
# libs/http/client.b
# libs/reflect.b
# src/memory.c
# src/standard/reflect.c
# src...

github.com/blade-lang/blade - e0cf3f545e967613a213f8c60fe1ed9ee12402ea authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #112 from blade-lang/http

Http

github.com/blade-lang/blade - 0b1d91c5be5df4671f4a39b590540827e7684a73 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
Fixed request and server errors in http module

github.com/blade-lang/blade - 1d8f0701894ad6cc0639e60e432fdd717b327c90 authored almost 3 years ago by Richard Ore <[email protected]>
stashed changes

github.com/blade-lang/blade - a6d764492e9aeed1a1c9b83a2829fd1c2bd023f0 authored almost 3 years ago by Richard Ore <[email protected]>
minor fixes stashed

github.com/blade-lang/blade - e3c91c174516916f959ab2bcc7b92f4482eef636 authored almost 3 years ago by Richard Ore <[email protected]>
add multipart support to http server

github.com/blade-lang/blade - 9a0e6643f08f010decdf6b9c3221043b76480257 authored almost 3 years ago by Richard Ore <[email protected]>
updates string.split() implementation.

github.com/blade-lang/blade - 755343af45ec57a3b27e80306cdd6959eba75c0f authored almost 3 years ago by Richard Ore <[email protected]>
Begin implementation of multipart support for http server

github.com/blade-lang/blade - 64eb7bf07894aac287695ad7bb957dc162c42246 authored almost 3 years ago by Richard Ore <[email protected]>
1. Start implementation of http server

2. Added string.ascii() method.

github.com/blade-lang/blade - 73d2f47610eebcc58e68589ce21275c504584563 authored almost 3 years ago by Richard Ore <[email protected]>
Merge branch 'dev' into http

# Conflicts:
# src/compiler.c

github.com/blade-lang/blade - e010447b60ef89e34487eba2154f8b1f3fa438dd authored almost 3 years ago by Richard Ore <[email protected]>
simplified try...catch... and fixed broken get_code_args_count call

github.com/blade-lang/blade - 0c993c703b8d047151a0e103d584ce16c0371c52 authored almost 3 years ago by Richard Ore <[email protected]>
added get_type() to reflect module

github.com/blade-lang/blade - 9f957d2ccf4c33bfef2075f0a42f0a1db0745a68 authored almost 3 years ago by Richard Ore <[email protected]>
fixed merge failure

github.com/blade-lang/blade - 7fa7ee464286681b442c8b7302a9c2e47713f53c authored almost 3 years ago by Richard Ore <[email protected]>
Merge branch 'http' into ssl

# Conflicts:
# libs/http/client.b

github.com/blade-lang/blade - 046a974d694357a6668b1cce375b9cd9c1288115 authored almost 3 years ago by Richard Ore <[email protected]>
stashing http dev work

github.com/blade-lang/blade - b82ed9214d22ab7185f00cefada7b5f9e0a88f15 authored almost 3 years ago by Richard Ore <[email protected]>
Merge remote-tracking branch 'origin/dev' into ssl

github.com/blade-lang/blade - fe9aa9b410719fc2d3662fb55dae068f80496355 authored almost 3 years ago by Richard Ore <[email protected]>
Merge remote-tracking branch 'origin/dev' into http

github.com/blade-lang/blade - dd94b613ea5d8966d252b179402dc1f7a1ef35a1 authored almost 3 years ago by Richard Ore <[email protected]>
realigned readme to center

github.com/blade-lang/blade - d5c00297b297565970e2ca118f242fea14016f1d authored almost 3 years ago by Richard Ore <[email protected]>
Updated readme

github.com/blade-lang/blade - 97a170bd1a6f5020c3f6437c12f092d70d5ca08d authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #110 from blade-lang/dev

Dev CI updates

github.com/blade-lang/blade - 01f265d69caaaa54f7af7dc392afc7ccd138c6d1 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
removed msys2 build from CI

github.com/blade-lang/blade - 1ede24f6cccea5aa7ead65a4ce1b0d0ed89c8126 authored almost 3 years ago by Richard Ore <[email protected]>
fix failed msys2 build

github.com/blade-lang/blade - a13aa2206590a44003b7a7d7df5d822d3cb11156 authored almost 3 years ago by Richard Ore <[email protected]>
simplified Github workflow

github.com/blade-lang/blade - 2eba2c789636214528d80af95a9694ad387d17ec authored almost 3 years ago by Richard Ore <[email protected]>
Update LICENSE

github.com/blade-lang/blade - 3e67266b9d0950774cb517937fa35d8d21c8dcb3 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
changing license

github.com/blade-lang/blade - a793c903d5aa59d5d8e646f43577ed06c27e0f87 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #109 from blade-lang/dev

Dev to main

github.com/blade-lang/blade - e2d917850e98084556bbab25b23cfd4b06947010 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
deleted existing license.

github.com/blade-lang/blade - b830294375dd79c36825cc9d13447404a2fd532a authored almost 3 years ago by Richard Ore <[email protected]>
multiple fixes and introduction of HttpServer

github.com/blade-lang/blade - 055bfdc0770f1af52b5bc7fa326538e0c8d2da4a authored almost 3 years ago by Richard Ore <[email protected]>
merged dev with a little adjustment

github.com/blade-lang/blade - 2265634b7b22514fe5842a941c070de87f99bc78 authored almost 3 years ago by Richard Ore <[email protected]>
Merge branch 'dev' into ssl

# Conflicts:
# libs/http/client.b
# libs/http/response.b

github.com/blade-lang/blade - acd234da3e9259e8ac6bd1c903dd4f3bead6e541 authored almost 3 years ago by Richard Ore <[email protected]>
1. Expanded colors lib

2. Added user agent to http lib requests header
3. Added compliance to RFC7230 to http lib.

github.com/blade-lang/blade - ff8a1c3d2cc5b979093ffd0d444911f97809477b authored almost 3 years ago by Richard Ore <[email protected]>
1. Initialized colors lib

2. Fixed binary operators' integer overflow bug.

github.com/blade-lang/blade - a4bf0e69cd5759b43961eca001edcb9d0292a149 authored almost 3 years ago by Richard Ore <[email protected]>
Attempting to enable ANSI colors by default in windows so that packages can easily plug in to that.

github.com/blade-lang/blade - e895319e952c279fe7eb2a22d9756e403e79da49 authored almost 3 years ago by Richard Ore <[email protected]>
now allowing .blade/libs and .blade/bin local directories to load modules and packages (former) and extensions (later) from the current working tree into the global scope.

github.com/blade-lang/blade - 45b35c8711700f048bdb11bf156b830f79fcdb35 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #107 from blade-lang/dev

fixed broken parent direct import path.

github.com/blade-lang/blade - c2b8c979b6c6e714335f7bc7934240fe95655cc0 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
fixed broken parent direct import path.

github.com/blade-lang/blade - b4566a0eef27aeb6cd0ac6ea5d0189617755a889 authored almost 3 years ago by Richard Ore <[email protected]>
minor updates

github.com/blade-lang/blade - 5b839fc035fc71e14d94d273edd29c89283300e2 authored almost 3 years ago by Richard Ore <[email protected]>
Stashing all developments on the ssl module

github.com/blade-lang/blade - 905c13ec9e307908430db3a747f7ace032d9ae6a authored almost 3 years ago by Richard Ore <[email protected]>
updated readme

github.com/blade-lang/blade - 0ae34da6f905eec363e0778f562d280c7e80c96f authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #104 from blade-lang/dev

Fix broken MacOS and Linux package

github.com/blade-lang/blade - 43947894952640d51c6b6214c617b2a6d50aacc8 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
updated to 0.0.7

github.com/blade-lang/blade - bfdd153861f6cb67b0adfa905a1ff4c0f5716b38 authored almost 3 years ago by Richard Ore <[email protected]>
moved rpath configuration before add_executable

github.com/blade-lang/blade - 7858220a537376266af094384f2815a0ca379ca2 authored almost 3 years ago by Richard Ore <[email protected]>
updated the @rpath override for apple

github.com/blade-lang/blade - 7e0cb6a962436170da812bbef89efeef4bd7fde8 authored almost 3 years ago by Richard Ore <[email protected]>
renamed @executable_path to @loader_path for macos install_rpath

github.com/blade-lang/blade - 04ba6dce04735b1b88cc7be5e107acec0e24abc9 authored almost 3 years ago by Richard Ore <[email protected]>
renamed @rpath to @executable_path for macos install_rpath

github.com/blade-lang/blade - 749e2b1df915cbc12f20c4de844a3d1e998e3968 authored almost 3 years ago by Richard Ore <[email protected]>
Merge remote-tracking branch 'origin/main'

# Conflicts:
# CMakeLists.txt

github.com/blade-lang/blade - 2393d5b2304589cba227f3a257e448ae25ecd674 authored almost 3 years ago by Richard Ore <[email protected]>
Updated rpath and added install command for cmake

github.com/blade-lang/blade - 1f6deb1d86743be35c03c8d3b482588d8f684251 authored almost 3 years ago by Richard Ore <[email protected]>
Updated rpath and added install command for cmake

github.com/blade-lang/blade - 8702f1ed4755db1325ca8028af4751e530a65854 authored almost 3 years ago by Richard Ore <[email protected]>
Fixed windows build in release workflow

github.com/blade-lang/blade - 7ca017950d38defcc7ad75d95389314b7aca4943 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #103 from blade-lang/dev

Dev

github.com/blade-lang/blade - 8e9d85c2cc3f1ef2190b79b5e8a453b18d3d7b0e authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
Update Github actions and add new release action

github.com/blade-lang/blade - e22d0cf7d69efaf9a2bf15c7a5ab675ea1d612ec authored almost 3 years ago by Richard Ore <[email protected]>
Fixed wrong target for ast build in cmake file and stopped tracking ast library support files.

github.com/blade-lang/blade - 55458b65ccaf8a41a2548dc4c270f9dc65e8cd6a authored almost 3 years ago by Richard Ore <[email protected]>
1. Fix missing build archive in Github workflow

2. Bumped the version up to 0.0.7

github.com/blade-lang/blade - 3beee351792d0785e0ee166b22b9a64d22659159 authored almost 3 years ago by Richard Ore <[email protected]>
Renamed Blade build output directory to `blade` to add full support for root directory build allowing us to generate a relocatable `blade` directory

github.com/blade-lang/blade - eb2a7e03f7016a3859d4c8fed6793c72e2bd9638 authored almost 3 years ago by Richard Ore <[email protected]>
Fix confusing windows installation instruction sentence

github.com/blade-lang/blade - 70db921b1727fe1a921f75b2475046fa908a2d1d authored almost 3 years ago by Richard Ore <[email protected]>
1. Major library documentation revamp to allow easy automated generation for the blade-docs project

2. Minor bug fixes and optimization in ast and sqlite library

github.com/blade-lang/blade - b1a18b0715646ab99f9e04dfdb46fab761609523 authored almost 3 years ago by Richard Ore <[email protected]>
1. removed call_method from reflect module in favor of get_bound_methods and get_decorator and thereby solve our decorator runtime call issue

2. Great refactoring of library documentations.

github.com/blade-lang/blade - 98bb3aafcf13a7b6bf4e0abce4c1fa90a5d902eb authored almost 3 years ago by Richard Ore <[email protected]>
created new ast.defn type and move DocDecl to DocDefn

github.com/blade-lang/blade - c1a74c124bbfe9a6ee5945a7224b933b934f08f9 authored almost 3 years ago by Richard Ore <[email protected]>
updated bugs list and unimplement ast.json()

github.com/blade-lang/blade - 0795b52b43edccb3a1afc82c88981ba7207d3e8a authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #102 from blade-lang/simplified

updated winlibs workflow winlibs tag

github.com/blade-lang/blade - 354330657f4e9044eb9b3d06993f022a125ed6f2 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
updated winlibs workflow winlibs tag

github.com/blade-lang/blade - d77737b556682dc2aa9b6d0814cb44bd02a02023 authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #101 from blade-lang/simplified

Simplified

github.com/blade-lang/blade - afb8fe67b0582bdb9c496e5edbe6e45e2ed9ffff authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
Updated github workflows and added new workflow for winlibs

github.com/blade-lang/blade - f501154fd2d1b218edcf74d82a07d45aadacfe71 authored almost 3 years ago by Richard Ore <[email protected]>
1. Updated archive names in git workflow

2. Fixed minor bugs with reflect.call_method

github.com/blade-lang/blade - 0ed5c7cc32c2cf8ebfe09bfa05d87b62c01630cb authored almost 3 years ago by Richard Ore <[email protected]>
Merge branch 'modules' into simplified

# Conflicts:
# CMakeLists.txt
# src/module.c
# src/standard/standard.h

github.com/blade-lang/blade - 4eac801d1e8137fa4d355887a578800013e5d34a authored almost 3 years ago by Richard Ore <[email protected]>
Fixed broken sqlite due to missing pthread link on linux

github.com/blade-lang/blade - 5cc2107a3ac0db6d9b51a949531fc4769135af6d authored almost 3 years ago by Richard Ore <[email protected]>
Moved json library into packages

github.com/blade-lang/blade - 34ddd80ad31eb65e0b1cd1cc8b891d90ddacd874 authored almost 3 years ago by Richard Ore <[email protected]>
1. Defaulted TDM-GCC for windows

2. Made provision for loading libraries from the packages directory. This will allow package mana...

github.com/blade-lang/blade - 3efcde1c7effb19cc894aafcdccfb05f1a40524a authored almost 3 years ago by Richard Ore <[email protected]>
Fixed broken sqlite extension build and wrong library installation path on windows

github.com/blade-lang/blade - 90dd6e1bac4309136616aff64886521ea546ecc4 authored almost 3 years ago by Richard Ore <[email protected]>
migrated sqlite module to external module

github.com/blade-lang/blade - a85eddef9923d574e2048f694a4c38e2af3cdb9d authored almost 3 years ago by Richard Ore <[email protected]>
Simplified few methods

github.com/blade-lang/blade - 7b42abc3910fd404f7d34458fe4934069b2ea0b1 authored almost 3 years ago by Richard Ore <[email protected]>
added libs/reflect

github.com/blade-lang/blade - bd078a8973e5ab79797ad6f9e247ffa0d8128ec6 authored almost 3 years ago by Richard Ore <[email protected]>
Merge branch 'main' of github.com:blade-lang/blade into modules

github.com/blade-lang/blade - 851d30c1b98e15d91eca079a681d8193571d3d2c authored almost 3 years ago by Richard Ore <[email protected]>
Merge pull request #100 from blade-lang/missing-catch-fix

Fix for #98

github.com/blade-lang/blade - 138ee89be758acdfa620bdc411c8c3f4c85b7417 authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
1. Updated ast and json modules

2. Initialized reflect module
3. Fixed error message thrown when unable to do SET_LOCAL.

github.com/blade-lang/blade - 8591f93d77b1f6a008acad1ab70008c4dad649f0 authored almost 3 years ago by Richard Ore <[email protected]>
fixed missing catch in try...catch bug as well as added new CMakeSettings.json for visual studio code build

github.com/blade-lang/blade - c15136a9a990ce8b27076c55be64820d5014f51f authored almost 3 years ago by Ore Richard Muyiwa <[email protected]>
Updated AST module.

github.com/blade-lang/blade - 51d44253974730882a9b47b3907dff736e888e10 authored about 3 years ago by Richard Ore <[email protected]>
Updated AST module for better support. Works nearly flawlessly right now except for a few glitches which seem to be caused by interpolation.

github.com/blade-lang/blade - 8d38775662f7245d3c82a1f259e608c32172363a authored about 3 years ago by Richard Ore <[email protected]>
Merge pull request #97 from blade-lang/modules

Update main with latest changes in modules

github.com/blade-lang/blade - 08016ad1319ac13baec4ab68b6a2db716ec4fb87 authored about 3 years ago by Ore Richard Muyiwa <[email protected]>
This commit includes:

1. Updates to the AST library to support more language statements and declarations.
2. Renamed l...

github.com/blade-lang/blade - 21410c621836898f587e7e1d81b317cbd525c7c5 authored about 3 years ago by Richard Ore <[email protected]>
Merge pull request #95 from blade-lang/modules

Fix string.replace in libraries and removed debugging string

github.com/blade-lang/blade - 41d49e019566d4f3863e6db13edd3990a9daa164 authored about 3 years ago by Ore Richard Muyiwa <[email protected]>
Fix string.replace in libraries and removed debugging string

github.com/blade-lang/blade - 20341ad1bbb0ad977209f5951edde667daf301c7 authored about 3 years ago by Richard Ore <[email protected]>