aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/reg_exp_definer.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate dependence on boost::interprocess #8223Jeffrey2022-03-301-7/+7
| | | | | | | | | | | | | In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of `boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example, when I needed to change a `volatile uint32_t` into a `std::atomic<uint32_t>`. Sometimes, a member was being used a boolean flag, so I replaced it with `std::atomic<bool>`. You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211. Additional changes from review: * Make some local variables const * Change postfix operators to prefix operators where value was not need
* Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-0/+1
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+1
|
* move modified epee code to new classes, revert licensefluffypony2014-07-251-25/+22
|
* License updated to BSD 3-clausefluffypony2014-07-231-22/+25
|
* some fixesAntonio Juarez2014-03-201-6/+6
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+84