Martin Hrubý (hrubymar10)
674fda85b7
Migrate links to https if available - Fwd c18537edc0
...
(cherry-picked from commit bc4d22dc72
)
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
Celtic Minstrel
b4dc11ce36
Belated 2017 copyright update
2017-03-19 10:05:38 -04:00
Charles Dang
f11fa0652a
Delete copy and move constructors instead of inheriting from boost::noncopyable
2016-11-30 09:20:02 +11:00
Celtic Minstrel
b6c88df9e7
Final sweep of renames to drop t- prefix
2016-11-09 01:28:24 -05:00
Celtic Minstrel
3ac7f8d970
NULL -> nullptr
...
A few cases of NULL were missed, since changing them led to errors
(Mainly instances where it was passed to a boost::function)
2016-03-31 00:42:38 -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
d6e7d12972
Reverts silly grammar changes.
...
Espreon please stop changing the code to your favourite flavour of
English, again it cost me a lot of time to find a bug caused by your
changes.
(Reverts 2012-11-23T02:12:26Z!Majora700@gmail.com.)
2013-02-10 21:44:52 +00:00
Mark de Wever
43b71f2ff0
New year copyright update.
2013-01-01 09:22:03 +00:00
Steven Panek
46a43ed159
'-ise'/'-isation' -> '-ize'/'-ization' in the source code.
2012-11-23 02:12:26 +00:00
Mark de Wever
b6e5b4b6e6
Let the tracer also output the function name.
...
This makes it easier when multiple tracers are used. When using gcc a
more verbose, non-standard, method is used.
2012-03-10 12:28:07 +00:00
Mark de Wever
ea43b53c7e
Make the ttracer non-copyable.
...
It makes conceptually no sense to have the class copyable.
2012-03-10 09:05:23 +00:00
Mark de Wever
79f4a85e33
Move the ttracer class to its own file.
...
The class also makes sense to use outside the floating point emulation code.
2012-03-06 20:14:44 +00:00