July 2026 Commit Log

Number of Commits:
6
Number of Active Developers:
1
westram 2026-07-31 16:51 Rev.: 19975


* do not create ambiguous template variants via {{{CBTYPE_FVV_BUILDER_P1}}}.

7 lines of code changed in 1 file:

westram 2026-07-31 15:53 Rev.: 19974


* avoid ambiguous callback template variants
- was caused by permutating constness of callback parameters
- now avoided using
* {{{std::enable_if}}} to avoid instantiation, and
* {{{RequiresConstVariant}}} to test parameter constness.
* commit is expected to fail build in callback tests
- reason: change was not applied to {{{CBTYPE_FVV_BUILDER_P1}}}
* there are several other macros which may generate ambiguous callback template variants (see comments)
* a big *thank you* goes to jan, who worked with {{{OpenCode}}} to identify the problem, and who provided me with the fundamental AI solution.

48 lines of code changed in 1 file:

westram 2026-07-31 15:40 Rev.: 19973


* force make to print directory.

1 lines of code changed in 1 file:

westram 2026-07-31 15:39 Rev.: 19972


* fix linking of unit tests for OSX.

9 lines of code changed in 1 file:

westram 2026-07-30 16:54 Rev.: 19971


* partial merge from 'gcc' into 'trunk'
- fixes {{{make clean}}} after switching back from branch 'gcc'
- adds: [19929/branches/gcc]

7 lines of code changed in 1 file:

westram 2026-07-03 10:31 Rev.: 19919


* force downgrade to c++14 standard for RNACMA.
* document problems with upgrading eigen + used workaround.
* add commented-out trace code to Makefile.

30 lines of code changed in 2 files:

June 2026 »

Generated by StatSVN 0.7.0