aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2015-07-03-std-call-once-bug.md (unfollow)
Commit message (Collapse)Author
2020-05-07remove everything except Jekyll theme stuffEgor Tensin
I tagged the previous commit to explain what's going on.
2020-04-15shorter code snippetsEgor Tensin
2019-09-30add default layouts to _config.ymlEgor Tensin
2018-02-18enable post categoriesEgor Tensin
2017-07-01std::call_once: fix grammarEgor Tensin
2017-06-30enable syntax highlightingEgor Tensin
I'm not sure about it. Maybe I'll get rid of it in the future.
2017-06-27std::call_once: ```c++ instead of simply ```Egor Tensin
2017-06-25std::call_once: Markdown style fixEgor Tensin
2017-05-30std::call_once: fix a linkEgor Tensin
It might seem like it's been broken since forever, but it's actually a consequence of my idiotic idea to completely rewrite this repository's history. One of the things I wanted to fix is I would like the code to reside in master. I did import it, but messed up the history completely as a result.
2017-02-04std::call_once: rename the src/ folderEgor Tensin
2017-01-31std::call_once: shorten titleEgor Tensin
2017-01-31_posts: grammar tweaksEgor Tensin
2017-01-31std::call_once: updateEgor Tensin
* Remove unnecessary code from the post. * Fix potential thread-safety issues in the complete sample.
2016-10-26disable syntax highlightingEgor Tensin
2016-10-01fix licensing noticesEgor Tensin
2016-06-25move common assets to common/, more info to configEgor Tensin
2016-06-21put most of my personal info to _config.ymlEgor Tensin
2016-05-21fix links & code styleEgor Tensin
2016-05-19rename the projectEgor Tensin
2016-03-08move post assets into proper subdirectoriesEgor Tensin
2016-03-08std::call_once: add a complete code sampleEgor Tensin
2016-03-07grammar tweaksEgor Tensin
2016-03-07std::call_once: wrap text at column 79Egor Tensin
2015-08-08add post excerptsEgor Tensin
2015-07-03std::call_once: fix code samplesEgor Tensin
2015-07-03replace '_' with '-' in post URLsEgor Tensin
2015-07-03add "std::call_once bug in Visual Studio 2012/2013"Egor Tensin