Adrian Frühwirth
a20f90cbb7
JANITORIAL: Fix formatting
2018-04-22 00:56:21 +02:00
Colin Snover
a5bc89102e
ALL: Remove obsolete register keyword
...
The register keyword was deprecated from the C++11 standard,
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4193.html#809 >,
and removed from the C++17 standard,
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340 >, so
cannot exist in a well-formed C++17 program.
It has never done anything in GCC
<https://gcc.gnu.org/ml/gcc/2010-05/msg00113.html >
and because of the way it is specified in the standard, it is “as
meaningful as whitespace”
<http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/184403859 >.
The one remaining use of the register keyword is in the DS backend,
where it is used to create a local register variable using the
non-standard GCC Extended Asm feature.
Closes gh-1079.
2017-12-03 20:27:42 -06:00
Filippos Karapetis
3575235ca6
TONY: Remove trailing whitespace
2014-10-28 16:13:40 +02:00
Strangerke
9d8477b87d
TONY: Remove dummy defines
2014-03-01 16:46:31 +01:00
Strangerke
8d8bf74ad6
TONY: Remove unused function declaration in lzo
2014-03-01 16:37:22 +01:00
Strangerke
3ace561178
TONY: Indent code properly in lzo
2014-03-01 16:35:58 +01:00
Strangerke
3f6b51ce55
TONY: Remove dead code in lzo
2014-03-01 16:25:41 +01:00
Johannes Schickel
b9bfa3a857
TONY: Make GPL headers consistent in themselves.
2014-02-18 02:39:39 +01:00
D G Turner
b8c1b46ae0
TONY: Cleanup whitespace formatting.
...
This is mainly removal of extraneous blank lines, reformatting indents
to tab characters and other minor non-functional changes to improve
compliance with Code Formatting Conventions.
2012-11-12 00:39:20 +00:00
Strangerke
f2df769aab
TONY: More renaming
2012-09-01 00:25:35 +02:00
Paul Gilbert
0aa3d39cf7
TONY: Remove unused stubs for LZO compression
2012-06-18 19:56:28 +10:00
Paul Gilbert
68bcaa61b9
TONY: More header files and functionality added
2012-04-30 23:16:19 +10:00
Paul Gilbert
a2c4b4ca68
TONY: LZO decompression now working correctly
2012-04-29 10:16:56 +10:00
Paul Gilbert
ff71cda424
TONY: Further work on LZO integration
2012-04-29 09:18:06 +10:00