Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | functional: Add general lambda support, revise API doc, have native target ↵ | Sven Gothel | 2022-09-19 | 1 | -1/+1 |
| | | | | | | | | | | function size accessible (and show in toString() Also, to avoid any template type deduction error, have the internally used `function(std::shared_ptr<target_type> _funcPtr) noexcept` made explicit as `explicit function(const void* dummy, std::shared_ptr<target_type> _funcPtr) noexcept` Adopted test_functional01.cpp and test_functional_perf.hpp | ||||
* | scripts/test*.sh: mkdir $rootdir/doc/test for logfile | Sven Gothel | 2022-07-25 | 1 | -0/+1 |
| | |||||
* | scripts/test_exe_template.sh: Preserve quoted arguments (for Catch2 test args) | Sven Gothel | 2022-07-25 | 1 | -4/+6 |
| | |||||
* | FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2) | Sven Gothel | 2022-07-24 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Build scripts - setup-machine-arch.sh - set os_name { 'linux' or 'freebsd' } - skip syslibdir for non linux - be quite if given arg "-quiet" - Set JAVA_HOME (if not done yet) - Set JUNIT_CP (if not done yet) - adopted all build/test scripts C++ compilation: - drop libatomic on all non Linux OS - Set SYS_INCLUDE_DIRS w/ FreeBSD += /usr/local/include, use it in compilation - FreeBSD: Set CMAKE_SYSTEM_PREFIX_PATH={/usr;/usr/local} - Use find_library() for LIBCURL_LIBNAME and LIBUNWIND_LIBNAME w/ REQUIRED if selected - Test: ownership_fix_tag: Use group 44(video) as defined in FreeBSD, Debian and Ubuntu - use 'chgrp -f' to not complain on errors, continue build OS/C++ file locations: - mini_httpd Java file locations: - openjdk - junit4 + hamcrest - IOUtil.getExeTestShellCode(): FreeBSD uses /bin/test as /bin/true is n/a (for executable temp jar dir, i.e. fat jars) | ||||
* | update locale setting in test_exe_template.sh as wellv0.2.23 | Sven Gothel | 2021-01-29 | 1 | -2/+4 |
| | |||||
* | valgrind checks passes, no leaks.v0.2.13 | Sven Gothel | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | updating build and test scripts | Sven Gothel | 2021-01-11 | 1 | -1/+7 |
| | |||||
* | if testing with valgring, also be nice .. | Sven Gothel | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | CMakeLists, scripts/build.sh: Add GPROF and PERF_ANALYSIS: Manual ↵ | Sven Gothel | 2021-01-02 | 1 | -0/+65 |
performance analysis via gprof and callgrind also adding test-exe scripts for this purpose |