summaryrefslogtreecommitdiffstats
path: root/include/jau/function_def.hpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+8
* NullInvocationFunc::invoke(): Fix return value: '(R)0' -> 'R()'Sven Gothel2022-04-281-1/+1
* FunctionDef: Rename Capture{-> Value}InvocationFunc, add CaptureRefInvocation...Sven Gothel2022-04-171-32/+85
* function_def: Add 'enum class FunctionType' for proper identification of used...Sven Gothel2022-04-101-6/+19
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-4/+4
* Tagging unit tests as examples: FunctionDef, ringbuffer, sc_atomic_critical, ...Sven Gothel2021-01-051-0/+4
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-201-4/+4
* function_def: Fix NullInvocationFunc template declaration and clone override;...v0.2.2Sven Gothel2020-10-191-14/+10
* Compile clean on g++ 8+10 on 64bit and 32bit with full Warnings (=Error)Sven Gothel2020-10-171-6/+6
* Move jaucpp files to root-folderSven Gothel2020-10-161-0/+413