Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doxygen: exclude catch2 (only include 'include/jau') | Sven Gothel | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | Rename jaucpp -> jaulib (internally and api-doc); Don't distributed binaries ↵ | Sven Gothel | 2020-12-21 | 1 | -4/+4 |
| | | | | | | | | | | | | (shared lib) As I prepare to add more languages to this utility project, rename from jaucpp -> jaulib. Also do not distribute a binarie, i.e. no installation of a share lib artifact. This to emphasize the intention to have artifacts being included in the user project directly, instead of linking. This may change, but for now it serves for best efficiency and removes binary distribution issues with the user's project. | ||||
* | Add jau/packed_attribute.hpp: Macro __pack(...) for MSC and GCC compatiblw, ↵ | Sven Gothel | 2020-11-10 | 1 | -1/+2 |
| | | | | | | | | macro __packed for GCC compatible only __packed is a simple short for '__attribute__ ((packed))' __pack(...) wraps the given __VA_ARGS__ to add 'packed' attributes (GCC compatible) or pragmas (MSVC) | ||||
* | Doxygen: Fix macro '__attribute__((x))' handling | Sven Gothel | 2020-11-04 | 1 | -3/+3 |
| | |||||
* | doxygen.cpp.in: Add java/jni sources; Project name: Remove redundancy | Sven Gothel | 2020-10-16 | 1 | -1/+2 |
| | |||||
* | Move jaucpp files to root-folder | Sven Gothel | 2020-10-16 | 1 | -0/+2365 |