1
I Use This!
Inactive

Commits : Listings

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