sthen
|
de69cb14ae
|
major update to GPSTk-2.10, unbreaks build with clang6
roll headers into main package
|
2018-04-12 21:12:56 +00:00 |
|
espie
|
74178f709a
|
clang 5 doesn't like bogus constructors. Correct syntax for the call is
A(params), not A::A(params)
|
2017-10-07 10:24:46 +00:00 |
|
espie
|
e8f56ad2a6
|
clang can't find a sort comparison operator that's not properly const
|
2017-04-27 21:15:04 +00:00 |
|
espie
|
2416a12cd8
|
more two phase name lookup
|
2017-04-27 21:09:57 +00:00 |
|
espie
|
db4d656061
|
more thorough, is this enough for modern C++ ?
|
2017-04-27 20:28:50 +00:00 |
|
espie
|
255ae4fbbb
|
two phase name lookup strikes again...
|
2017-04-27 20:17:24 +00:00 |
|
pascal
|
e051391d3c
|
After feedback from kettenis@, we won't be defining -DPIC on PIE archs per
default. Garbage collect the patches that dealt with these issues, and use
the builtin define __PIC__ to detect if we're PIE/PIC.
ok naddy@
|
2012-08-20 11:50:59 +00:00 |
|
pascal
|
e1e0321344
|
PIE preparations: These ports all have classes etc. that collide with the
"PIC" define that will be used by PIE. No functional change.
ok naddy@
|
2012-08-11 22:51:13 +00:00 |
|