From b758cbb849bd93192bdf87743e9d15d86321c29e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 05:22:50 +0300 Subject: rename (and repurpose) the repo --- README.md | 8 ++++---- nrvo_by_default/rvo.cpp | 4 ++-- std_call_once_bug/README.md | 7 +++---- std_call_once_bug/sample.cpp | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fff1dba..8bc947b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -C++ notes -========= +Egor's blog +=========== -Personal C++ notes. -See the corresponding blog at https://egor-tensin.github.io/cpp-notes/. +Egor's blog on programming. +Hosted at https://egor-tensin.github.io/blog/. License ------- diff --git a/nrvo_by_default/rvo.cpp b/nrvo_by_default/rvo.cpp index fa9a05b..a1e73e5 100644 --- a/nrvo_by_default/rvo.cpp +++ b/nrvo_by_default/rvo.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2015 Egor Tensin -// This file is part of the "C++ notes" project. -// For details, see https://github.com/egor-tensin/cpp-notes. +// This file is part of the "Egor's blog" project. +// For details, see https://github.com/egor-tensin/blog. // Distributed under the MIT License. #include diff --git a/std_call_once_bug/README.md b/std_call_once_bug/README.md index c42f191..176dda0 100644 --- a/std_call_once_bug/README.md +++ b/std_call_once_bug/README.md @@ -9,11 +9,10 @@ Building Create the build files using CMake and build using your native build tools (Visual Studio/make/etc.). -In the example below, the project directory is -"C:\workspace\personal\cpp-notes" and Visual Studio 2013 is used, targeting -x86. +In the example below, the project directory is "C:\workspace\personal\blog" +and Visual Studio 2013 is used, targeting x86. - > cmake -G "Visual Studio 12 2013" C:\workspace\personal\cpp-notes\std_call_once_bug + > cmake -G "Visual Studio 12 2013" C:\workspace\personal\blog\std_call_once_bug ... > cmake --build . --config release diff --git a/std_call_once_bug/sample.cpp b/std_call_once_bug/sample.cpp index 22a63c6..01b5092 100644 --- a/std_call_once_bug/sample.cpp +++ b/std_call_once_bug/sample.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2016 Egor Tensin -// This file is part of the "C++ notes" project. -// For details, see https://github.com/egor-tensin/cpp-notes. +// This file is part of the "Egor's blog" project. +// For details, see https://github.com/egor-tensin/blog. // Distributed under the MIT License. #include -- cgit v1.2.3