25 Commits

Author SHA1 Message Date
Celtic Minstrel
0b8f54f7d7 fixup indentation
[ci skip]
2020-10-23 22:46:31 -04:00
Celtic Minstrel
a1f44d8f64 Implement thread-safety in the logging system
This chooses a method that minimizes the need to alter the way log messages are written.
Only a few places that did unusual things with the logger needed to be updated.
2020-10-14 08:49:52 -04:00
Charles Dang
8becb29fad Removed C++14 feature macros 2019-10-19 20:42:05 +11:00
Martin Hrubý (hrubymar10)
674fda85b7 Migrate links to https if available - Fwd c18537edc0678f40a209797d72dfaba3e5e88545
(cherry-picked from commit bc4d22dc72e79c3d6a3364ac896e473afd298246)
2018-10-07 03:23:36 +00:00
Gregory A Lundberg
b5f76eff79
Bump copyright to 2018 2018-01-19 00:02:20 -06:00
Charles Dang
2101353d36 Convert include guards to the shorter #pragma once
Turns out I mistook @celticminstrel's opinion that we should use include guards over pragma (737916e).
Since all major compilers support `#pragma once`, there's no reason not to use it.

For future mergability reasons, this excludes src/spirit_po and src/xBRZ. It also excludes src/boost-patched.
2017-05-09 19:41:37 +11:00
Rikard Falkeborn
343eb9ab1b Add const to some functions 2017-04-17 16:51:30 +11:00
Charles Dang
30e0f14863 Updated ancient Copyright notices
[ci ckip]

Silver Tree was an ancient project of Dave's. I've updated the notices with his permission.
2017-04-04 11:25:05 +11:00
Celtic Minstrel
b4dc11ce36 Belated 2017 copyright update 2017-03-19 10:05:38 -04:00
Celtic Minstrel
e0392bef87 Use preprocessor checks in formatter.hpp 2016-08-04 16:01:22 -04:00
Celtic Minstrel
8689bedde7 Fix indentation 2016-08-04 16:01:18 -04:00
Chris Beck
33b0ea50b9 give formatter an x-value conversion to std::string, use in some examples 2016-07-31 20:18:52 -04:00
Chris Beck
ba51524f6e update copyright to year 2016
using this shell script:

find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Ignacio R. Morelle
57ae45387a New Year copyright update 2015-01-01 19:07:35 -03:00
Ignacio R. Morelle
a4f47a63c7 New Year copyright update 2014-01-01 02:08:52 -03:00
Eric S. Raymond
043c4f9fd3 Remove $Id$ cookies. 2013-03-26 21:41:37 -04:00
Mark de Wever
43b71f2ff0 New year copyright update. 2013-01-01 09:22:03 +00:00
Mark de Wever
80269f9d34 Update copyright header. 2012-04-29 14:15:48 +00:00
Mark de Wever
187d5ad2ae Avoid returning a pointer to a temporary.
Issue found by cppcheck.
2011-03-13 18:59:25 +00:00
Guillaume Melquiond
eeb047de55 Fixed file headers so that they match the content of the COPYING file. 2010-09-01 21:12:38 +00:00
Mark de Wever
973a0a7d5c Remove trailing whitespace. 2009-01-01 10:28:26 +00:00
Mark de Wever
57c2692534 Remove the const of returned copies of strings. 2008-07-23 20:27:57 +00:00
Mark de Wever
f8c722a765 Added constructor to initialize all members. 2008-06-22 11:55:33 +00:00
Mark de Wever
bd43678f2a Added comment to the formatter class, based on what Sirp said on IRC.
Removed the implicit string conversion and fixed the users. 

Added svn $id$.
2008-06-17 17:29:53 +00:00
David White
5c0df60c23 initial branch changes 2008-01-28 03:04:25 +00:00