Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boost

How Do I Catch An Interrupt Signal In Python When Inside A Blocking Boost C++ Method?

I have a toolset which has been written in C++, and given Boost bindings for Python. Initially, thi… Read more How Do I Catch An Interrupt Signal In Python When Inside A Blocking Boost C++ Method?

Error Compiling Boost.python Quickstart

I've been trying to compile the Boost.Python 'quickstart' ($BOOST_PATH\libs\python\exam… Read more Error Compiling Boost.python Quickstart

Add Member Functions To A Boost Python Class After The Fact?

In Boost Python, you can expose a C++ class to Python like this: object obj = class_ ('MyClass&… Read more Add Member Functions To A Boost Python Class After The Fact?

Using Unique_ptr With Boost Python - Boost::shared_ptr Works But Unique_ptr Doesnt

This may be the same issue as Boost Python No to_python for std::unique_ptr However, i haven't … Read more Using Unique_ptr With Boost Python - Boost::shared_ptr Works But Unique_ptr Doesnt

Multiprecision Python Library That Plays Well With Boost::multiprecision Or Other Options?

I am working on a project that revolves around multiprecision 'complex' numbers, specifical… Read more Multiprecision Python Library That Plays Well With Boost::multiprecision Or Other Options?

How To Reinitialise An Embedded Python Interpreter?

I'm working on embedding Python in our test suite application. The purpose is to use Python to … Read more How To Reinitialise An Embedded Python Interpreter?