Using a Conan Recipe (the basics)
I’m using Simple Web Server for a project and I wanted a way to pull the library down via Conan. I found a recipe for the library a couple months ago but was...
I’m using Simple Web Server for a project and I wanted a way to pull the library down via Conan. I found a recipe for the library a couple months ago but was...
I am still working my way through learning Conan. I only make changes to it when I have to, which luckily isn’t often but whenever I do it’s aways a learning...
This is how I hacked together a Conan package for use with my Windows console project. I wasn’t concerned with having Conan automatically build the project’s...
Conan conanfile.py for consumers
My motivation to using Conan is a project I’ve been working on, on and off, for several years now. The project uses several third party libraries which have ...
Conan NO_OUTPUT_DIRS and KEEP_RPATHS
I have been experimenting with Conan on my Mac. Ideally I would like to use it with Owl instead of the manual solution I have right now. This is essentially ...
CMake lets users write scripts in “Script Mode” that can do various tasks. I originally tried doing:
Recently I have been working on a project that has a Simple Web Server, so I needed a way to serve HTML files.
I recently revived an old project and tried to get it to build on my Mac. I was immediately met with this error:
Intro
Listing available Conan package configurations
Conan Profile
I have an object that will sometimes delete and immediately reallocate some memory. For example: ```cpp class Object { public: char* GetNewBuffer() ...
One use of const_cast is to avoid duplicating code when implementing getters in a class. If you want users of your class to have write-access to a member obj...
Error opening terminal: xterm-256color
PDCurses worked just fine on Windows, but running the same code on macOS with ncurses kept giving me this error:
Note: This was written for a friend of mine who is taking a programming class.
These are a few things I learned today .
Qt’s macdeployqt & debug binaries
I’ve been using Qt for several years now in a couple different projects. Only today did I learn about QMetaObject::connectSlotsByName.
Qt’s macdeployqt & debug binaries
Switching Qt Versions
Recently I have been working on a project that has a Simple Web Server, so I needed a way to serve HTML files.
Intro
Listing available Conan package configurations
Conan Profile
I have been experimenting with Conan on my Mac. Ideally I would like to use it with Owl instead of the manual solution I have right now. This is essentially ...
I recently revived an old project and tried to get it to build on my Mac. I was immediately met with this error:
Adding exception info to boost::exception’s
These are a few things I learned today .
Note: This was written for a friend of mine who is taking a programming class.
Like most developers, I have several ideas I’m juggling at any given time.
Error opening terminal: xterm-256color
PDCurses worked just fine on Windows, but running the same code on macOS with ncurses kept giving me this error:
xf-addon:create
not working
Creating the Addon
Currently I am building a cryptocurrency in C++. The project can be found here. This is not a project where I’ve forked another code base, instead the purpos...
Currently I am building a cryptocurrency in C++. The project can be found here. This is not a project where I’ve forked another code base, instead the purpos...
I have an object that will sometimes delete and immediately reallocate some memory. For example: ```cpp class Object { public: char* GetNewBuffer() ...