aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/boost/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* add --boost-library-name configure optionRené Meusel2019-05-221-2/+1
|
* append .lib suffix for boost on windowsTim Oesterreich2019-05-071-1/+2
|
* Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-171-2/+1
| | | | | | | | | Boost doesn't buy us anything here since we need to maintain Win32 and POSIX implementations for non-Boost builds, and Boost only supports those two APIs anyway. MSVC's implementation of std::filesystem does not help for similar reasons, as we have to maintain a Win32 version for MinGW.
* Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-041-1/+0
| | | | | | | We have to rely on non-portable OS calls to convert UTC times, and they are not available on many systems (including Solaris and MinGW). But instead there is a simple algorithm due to Howard Hinnant that does the same job. Woo.
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-5/+5
|
* Move boost and sqlite3 to utilsJack Lloyd2015-09-221-0/+11
|
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-051-8/+0
|
* Add MinGW support for the CryptoAPI RNG. Also disable the dependencieslloyd2014-12-171-0/+1
| | | | | | | | in auto_rng for a working entropy source as in situations where it doesn't work almost none of the library builds. Disable boost by default from the library. Github issue 34. Unrelated - remove long dead Tru64 as a target.
* Move lib into srclloyd2014-01-101-0/+7