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

Tags: jayantom/sknobs

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with deep file recursion (#14)

* Fix stack overflow issue.

Caused by >=10 dash-f file depth.

Add test to cover large sknob strings and dash-f recursion.

* Make MAX a multiple of CHUNK.

This simplifies the logic.

Co-authored-by: Josh Scheid <jscheid@ventanamicro.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix warnings with GCC 7.1 and later (which are errors due to -Werror). (

#10)

Co-authored-by: Paul Donahue <paul@pauldonahue.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix instability resulting from +seed commandline use. (#9)

* Fix instability resulting from +seed commandline use.

* Clarify seed behavior.

* Allow set_seed to manage the seed value in the database.

Co-authored-by: Josh Scheid <jscheid@ventanamicro.com>

0.37

Toggle 0.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade python packaging to distribute as a platform wheel. (#5)

* Upgrade python packaging to distribute as a platform wheel.

Move to setuptools and separate setup.cfg configuration file.
MANIFEST.in file is no longer needed.

Make sknobs extension python2/3 compatible using the py3c library.

Link to README.md added as setuptools applies a sandbox to avoid
use of outside files.

* Note some package dependencies for building.

* Avoid attempt to update system POD file.

* Include py3c headers to avoid build depenency.  Some distros (e.g., AL2) have
no package for this.

* Add include directory for build.

0.36

Toggle 0.36's commit message
Cleaned up RCS style tags

0.35

Toggle 0.35's commit message
Remove the assert(fread()) for the time being

0.34

Toggle 0.34's commit message
Fixed sknobs assertion

0.33

Toggle 0.33's commit message
Fixed some typos

0.32

Toggle 0.32's commit message
Version 0.32

0.31

Toggle 0.31's commit message
Version 0.31

0