Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Jan 2021 23:51:55
1.9.6

|
yuri  |
math/octomap: Update 1.9.5-190 -> 1.9.6
Reported by: portscout |
24 Sep 2020 08:00:19
1.9.5.190

|
yuri  |
math/octomap: Update 1.9.3.20200619 -> 1.9.5-190 |
22 Sep 2020 07:19:21
1.9.3.20200619

|
yuri  |
math/octomap: Fix typo in USES=compiler:c++11-lang
Reported by: central build failures |
20 Sep 2020 06:16:06
1.9.3.20200619

|
pkubaj  |
math/octomap: fix build on GCC architectures
Use C++11 compiler:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1. |
15 Sep 2020 22:05:59
1.9.3.20200619

|
yuri  |
math/octomap: Update 1.9.3 -> 1.9.3.20200619 |
23 Jan 2020 07:03:33
1.9.3

|
yuri  |
math/octomap: Update 1.9.1 -> 1.9.3
Reported by: portscout |
24 Nov 2019 18:56:27
1.9.1

|
yuri  |
math/octomap: Update 1.9.0 -> 1.9.1
Reported by: portscout |
16 Jan 2019 11:13:45
1.9.0_1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
1.9.0

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
21 Nov 2018 09:21:40
1.9.0

|
yuri  |
math/octomap: Update 1.6.5-158 -> 1.9.0
Reported by: portscout |
20 Nov 2018 07:10:03
v1.6.5.158

|
yuri  |
New port: math/octomap: Efficient probabilistic 3D mapping framework based on
octrees |