Ecosyste.ms: OpenCollective

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

github.com/casbin/casbin-cpp

An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
https://github.com/casbin/casbin-cpp

【performance】permission check is very slow

brunoduan opened this issue 20 days ago
feat: upgrade exprtk dependency to v0.0.3

ArashPartow opened this pull request about 2 months ago
feat: Improve performance of built-in-functions via static regexes

cbaecker opened this pull request 3 months ago
feat: improve the synced enforcer like Go casbin

ailiujiarui opened this pull request 8 months ago
feat: update the Multi-threaded feature parity with go version of Casbin

ailiujiarui opened this pull request 8 months ago
feat: fix memory leak in Enforce()

ailiujiarui opened this pull request 8 months ago
feat: Basic model speedup

AlexeyChashchegorov opened this pull request 10 months ago
Multi-threaded feature parity with go version of Casbin

faizol opened this issue 10 months ago
Memory Leak Detection: Casbin

fishsclue opened this issue 10 months ago
memory leaks

fishsclue opened this issue 10 months ago
how to use AddFunction

osabc opened this issue 12 months ago
how to persist polices with PostgreSQL

xhqsession opened this issue about 1 year ago
fix: add missing persist/string_adapter.cpp to CMakeLists.txt

COM8 opened this pull request about 1 year ago
fix: set_target_properties's VERSION

BA7LYA opened this pull request over 1 year ago
feat: fix build warnings for all targets

EmperorYP7 opened this pull request over 1 year ago
Bug: Warnings on building Casbin via CMake

EmperorYP7 opened this issue over 1 year ago
SyncedEnforcer And CachedEnforcer in c++

phsang198 opened this issue over 1 year ago
fix: fix broken links

Selflocking opened this pull request over 1 year ago
feat: update CMakeLists.txt to fix issue

BA7LYA opened this pull request over 1 year ago
Bug: include could not find requested file FindExtPackages

BA7LYA opened this issue over 1 year ago
docs: replace gitter links with discord

Selflocking opened this pull request over 1 year ago
Porting Casbin-CPP to Real-Time Operating Systems (RTOS)

hsluoyz opened this issue over 1 year ago
fix: update ExprTk dependency to v0.0.2

ArashPartow opened this pull request almost 2 years ago
fix: Multithread usage of SyncedEnforcer::Enforce

PokIsemaine opened this pull request almost 2 years ago
Multithreaded usage of casbin

AlekseiChFirebolt opened this issue almost 2 years ago
fix: register keyGet* function for evaluator

PokIsemaine opened this pull request almost 2 years ago
feat: support EnforceEx & EnforceExWithMatcher

PokIsemaine opened this pull request almost 2 years ago
fix: install specific version of semantic-release

PokIsemaine opened this pull request almost 2 years ago
feat: refactor the code, rewrite the two functions m_enforce and MergeEffects

PokIsemaine opened this pull request almost 2 years ago
fix: fix CI python issue

yyy1000 opened this pull request almost 2 years ago
Fix CI python issue

hsluoyz opened this issue about 2 years ago
feat: support enforceEx

guozixu2001 opened this pull request about 2 years ago
Add Support for EnforceEx in casbin-cpp

lovinggemma opened this issue about 2 years ago
Add casbin-cpp to vcpkg

shishirong opened this issue about 2 years ago
fix: register keyGet function for evaluator

cs1137195420 opened this pull request over 2 years ago
Register keyGet function for evaluator

cs1137195420 opened this issue over 2 years ago
Make an ORM adapter for Casbin C/C++

hsluoyz opened this issue over 2 years ago
how to persist polices with PostgreSQL

jackleibest opened this issue over 2 years ago
fix: add KeyGet for built_in_functions

cs1137195420 opened this pull request over 2 years ago
fix:add KeyMatch4() for built-in functions

cs1137195420 opened this pull request over 2 years ago
test: update the benchmark tests

JalinWang opened this pull request over 2 years ago
[Question] lack support for keyGet* & keyMatach4

JalinWang opened this issue over 2 years ago
[Question] no test for ABAC

JalinWang opened this issue over 2 years ago
Use the same performance benchmark tests for all languages

hsluoyz opened this issue over 2 years ago
perf: Remove shared_ptr in defaultRoleManager

sheny1xuan opened this pull request over 2 years ago
set_target_properties called with incorrect number of arguments

cs1137195420 opened this issue over 2 years ago
fix: add StringAdapter for Enforcer to pass policy as string

cs1137195420 opened this pull request over 2 years ago
Why enforcer has two herader files (casbin_enforcer.h and enforcer.h) ?

MaximAxelrodFirebolt opened this issue over 2 years ago
Passing policy to Adapter as a sting buffer instead of a text filepath

MaximAxelrodFirebolt opened this issue over 2 years ago
chore: Pycasbin benchmark

sheny1xuan opened this pull request over 2 years ago
perf: use rwmutex to enhance enforcer_synced.

sheny1xuan opened this pull request over 2 years ago
chore: Integrate fomat cmake

sheny1xuan opened this pull request almost 3 years ago
chore: Remove duktape evaluator.

sheny1xuan opened this pull request almost 3 years ago
chore: simplify json cmake download package

sheny1xuan opened this pull request almost 3 years ago
cmake compile always stop at `Detecting C compile features - done`

Young-Flash opened this issue almost 3 years ago
chore: add ci for memcheck.

sheny1xuan opened this pull request almost 3 years ago
[Test] Add memory check in ci.

sheny1xuan opened this issue almost 3 years ago
fix: fix sync test by use base enforcer's ClearPolicy and BuildRoleLink.

sheny1xuan opened this pull request almost 3 years ago
[Test] Implementing unit tests for `SyncedEnforcer`

EmperorYP7 opened this issue almost 3 years ago
feat: Add benchmarks for exprtk evaluator.

sheny1xuan opened this pull request almost 3 years ago
feat: exprtk evaluator support RBAC with domain

sheny1xuan opened this pull request almost 3 years ago
feat: exprtk evalutor support RBAC model and test

sheny1xuan opened this pull request almost 3 years ago
chore: separate header file and source file.

sheny1xuan opened this pull request almost 3 years ago
chore: Update Exprtk

ArashPartow opened this pull request almost 3 years ago
feat: add ExprtkEvaluator test for basic model and root model.

sheny1xuan opened this pull request almost 3 years ago
feat: add wrap IEvaluator for scope.

sheny1xuan opened this pull request almost 3 years ago
feat: add AddNamedMatchingFunc interface for enfocer.

sheny1xuan opened this pull request almost 3 years ago
how to finish AddNamedDomainMatchingFunc' function in using casbin-cpp,

yuzhishuo opened this issue almost 3 years ago
perf: RBAC role building and `Enforcer` optimizations

sheny1xuan opened this pull request about 3 years ago
[Profiling] Identifying the bottlenecks in Enforcer

EmperorYP7 opened this issue about 3 years ago
[doc] Benchmark data about casbin-cpp in `casbin.org` maybe wrong.

sheny1xuan opened this issue about 3 years ago
feat: add pip install pycasbin

sheny1xuan opened this pull request about 3 years ago
[PyCasbin] Make the library pip installable

EmperorYP7 opened this issue about 3 years ago
chore: update cmakelists version, add GetEvalValue test and delete ABACData.

sheny1xuan opened this pull request about 3 years ago
[CMake] Automated versioning

EmperorYP7 opened this issue about 3 years ago
feat: add abac_with_rule and test

sheny1xuan opened this pull request about 3 years ago
fix: update json version to 3.10.1

sheny1xuan opened this pull request about 3 years ago
Included nlohmann::json interfere with project dependencies

NewbieOrange opened this issue about 3 years ago
feat: add eval regex and test

sheny1xuan opened this pull request about 3 years ago
feat: add json parser to build attribute in duktape

sheny1xuan opened this pull request about 3 years ago
Refact ABACData by a Json Parser.

sheny1xuan opened this issue about 3 years ago
feat: add pycasbin adopter and test.

sheny1xuan opened this pull request about 3 years ago
fix: fix FileAdapter.SavePolicy()

sheny1xuan opened this pull request about 3 years ago
fix: add a benchmark tests option

noob20000405 opened this pull request about 3 years ago
fix: expedite benchmark tests

noob20000405 opened this pull request about 3 years ago
[Core] Redundant include dir

EmperorYP7 opened this issue about 3 years ago
fix: expedite benchmark tests

noob20000405 opened this pull request about 3 years ago
fix: fix memory leakage in DefaultRoleManager::Clear() and in Default…

sheny1xuan opened this pull request about 3 years ago
fix: update lib directory in readme (#148)

sheny1xuan opened this pull request about 3 years ago
fix: fix casbin::Enforcer::AddPolicies() (#117)

sheny1xuan opened this pull request about 3 years ago
Don't run benchmark tests in CI to avoid error

hsluoyz opened this issue about 3 years ago
fix: enforce result wrong when match functions used in model.conf

noob20000405 opened this pull request about 3 years ago
fix: Use of CachedEnforcer throws error from clang

PolBreachIty opened this pull request over 3 years ago
Unable to use CachedEnforcer in with clang

PolBreachIty opened this issue over 3 years ago