8000 Tags · EmperorYP7/casbin-cpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: EmperorYP7/casbin-cpp

Tags

v1.11.5

Toggle v1.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#81 from bigcat26/fix_scope_leak

fix: memory leak

v1.11.4

Toggle v1.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: crash while initialize Enforcer without adapter bug (casbin#78)

* fix: crash while initialize Enforcer without adapter bug

Signed-off-by: chris <bigcat26@gmail.com>

* fix: AddFunction is not working as expect

Signed-off-by: chris <bigcat26@gmail.com>

* fix: remove ApplyFunctionMap

Signed-off-by: chris <bigcat26@gmail.com>

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#73 from Riptide3/master

fix: assign value to uninitialized vector

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#70 from divy9881/fix_unix_build

fix: unix build to fast fail when compile-time errors and fix file boostraping for VS.

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#69 from RobotHuang/dev

fix: change "ParseException.h" to "parseException.h"

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#61 from ZipoChan/master

feat: add cached enforcer and code style linter.

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#62 from divy9881/constructor_interface

fix: Add constructor interface to Enforcer, Adapters, RoleManager and Effector.

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#64 from divy9881/add-setup-doc

feat: add set-up guide.

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Unix build (casbin#63)

* feat: Add makefile

Signed-off-by: divy9881 <divy9881@gmail.com>

* fix: rename the exception file of ip_parser

Signed-off-by: divy9881 <divy9881@gmail.com>

* feat: add lib archive file to use as static library for unix.

Signed-off-by: divy9881 <divy9881@gmail.com>

* fix: remove dllmain file from sln.

Signed-off-by: divy9881 <divy9881@gmail.com>

* feat: travis config file.

Signed-off-by: divy9881 <divy9881@gmail.com>

* fix: rename the config file.

Signed-off-by: divy9881 <divy9881@gmail.com>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request casbin#57 from ZipoChan/master

fix: Using smart pointers instead of raw pointer.
0