goblin_camp

Dwarf Fortress clone, revisited

View the Project on GitHub reignrunner/goblin_camp

Boost-free code project

Overview

This repository uses a very old version of boost. This introduces a number of build complexities. As part of our effort to bring the code up-to-speed with the current versions of the dependencies and STL, we are taking steps to minimize if not remove the use of boost libraries in favor of STL, and updating the use of boost to the latest version.

Steps

Current way takes two stages.

If STL does not have equivalent library

Thank you.

If you are interested in finding all files that contains a particular boost library, you can try:

git grep 'boost::weak_ptr' | sed -ne 's/^\([^:]*\):.*$/\1/p' | sort | uniq  

from a sh/bash/zsh/ksh environment.