- 14 Mar, 2017 1 commit
-
-
Dominik Charousset authored
-
- 09 Mar, 2017 1 commit
-
-
Dominik Charousset authored
-
- 08 Mar, 2017 1 commit
-
-
Dominik Charousset authored
-
- 06 Mar, 2017 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 28 Feb, 2017 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 25 Feb, 2017 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 22 Feb, 2017 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
-
Matthias Vallentin authored
-O0 doesn't do optimizations that would remove the frame pointer.
-
Matthias Vallentin authored
-
- 21 Feb, 2017 2 commits
-
-
Matthias Vallentin authored
This patch to the logging API prevents evaluation of unneeded expressions by checking whether the logger will accept a given level-component pair.
-
Dominik Charousset authored
-
- 20 Feb, 2017 9 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 19 Feb, 2017 2 commits
-
-
Matthias Vallentin authored
-
Matthias Vallentin authored
The new helper class no_error_t has a single constexpr instance no_error, for which expected<T> now has a non-explicit ctor overload. This comes in handy when a T has non-explicit ctor overload for none_t, creating an ambiguity when attempting to construct expected<T>{none}, since both error and T are viable candidates.
-
- 18 Feb, 2017 1 commit
-
-
Matthias Vallentin authored
-
- 16 Feb, 2017 1 commit
-
-
Dominik Charousset authored
-
- 07 Feb, 2017 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 31 Jan, 2017 1 commit
-
-
Matthias Vallentin authored
For details, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216650.
-
- 22 Jan, 2017 2 commits
-
-
Matthias Vallentin authored
-
Matthias Vallentin authored
The variable unique_ptr<char> should have been unique_ptr<char[]>. Instead of performing this one-line fix, we switched this finicky buffer business to vector<char> for improved safety and maintainability.
-