1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Jul 13, 2025 — Jul 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug #1470589: overloading.py not compatible with python2.6 More... about 11 years ago
Fix another bug in handling of Container& return More... almost 12 years ago
Fix bug in registering return type handler for a container ref More... almost 12 years ago
Bug 1368538: Support translating C++ exception into Python's standard exceptions More... almost 12 years ago
Custom function and method wrappers should support More... almost 12 years ago
Merge in std::shared_ptr support, by Bryan Catanzaro More... almost 12 years ago
Only build the std::shared_ptr example if the compiler supports C++11 More... almost 12 years ago
build fixes More... almost 12 years ago
Add support for std::shared_ptr. More... almost 12 years ago
Fix some issues with copying classes that have private copy-constructors More... almost 12 years ago
Small bug in size_t when used to implement an attribute getter More... almost 12 years ago
Fix issue with 'const bool *' type More... almost 12 years ago
Fix issue with 'const double *' and 'const float *' More... almost 12 years ago
Add support for default_value in int* parameters More... almost 12 years ago
Fixes a bug mangling a ctype More... about 12 years ago
Add a std::string& type handler More... about 12 years ago
Generate wrappers to memory to rollback in case of failure, instead of writing to the test file More... about 12 years ago
Add assertion to catch case of a wrapper generated twice without reset() More... about 12 years ago
Bug #1291215: cppmethod.clone() doesn't copy custom_name More... over 12 years ago
Bug #1286502: add_function doesn't use custom_name for generated wrapper code More... over 12 years ago
Make sure we always use non-reference type handlers for implementing numeric operators More... over 12 years ago
Revert the int64_t& return type handler, it fails the compilation tests and makes no sense. More... over 12 years ago
Fix logging call with insufficient parameters More... over 12 years ago
Python 3 fix when generating submodules More... over 12 years ago
Add int64_t& ReturnType handler More... over 12 years ago
Convert the README to restructured text format instead of markdown, and upload it to PyPI as long_description. More... over 12 years ago
Update the 'first-example' in the documentation to use Python distutils instead of makefiles More... over 12 years ago
Revert back to PyBindGen as package name because it's what is already registered in PyPI. More... over 12 years ago
Add a pybindgen.__version__ attribute More... over 12 years ago
Moved the supported python versions section to the docs More... over 12 years ago