Skip to content

Changes

Summary

  1. Remove usage of/dependence on Boost. (#1228) (details)
Commit 2973d7ca38ecc079fa90b8f4a530bc722a2c0205 by Mahder Gebremedhin
Remove usage of/dependence on Boost. (#1228)

* Remove usage of/dependence on Boost.

  - The only remaining thing that could have needed boost was the 3rdParty/CTPL thread pool library. However, it seems that it has support  for C++ std threads. So use that instead of boost.

   - OMSimulator no longer depends on any Boost library.
The file was modified Makefile (diff)
The file was modified src/OMSimulatorPython/CMakeLists.txt (diff)
The file was modified src/OMSimulatorLib/Model.h (diff)
The file was modified src/OMSimulator/CMakeLists.txt (diff)
The file was modified src/OMSimulatorLib/CMakeLists.txt (diff)
The file was modified src/OMSimulatorLib/System.h (diff)
The file was modified README.md (diff)
The file was modified src/OMSimulatorLib/OMSFileSystem.cpp (diff)
The file was modified src/OMSimulatorLua/CMakeLists.txt (diff)
The file was modified src/OMSimulatorLib/OMSimulator.cpp (diff)
The file was modified configWinVS.bat (diff)