Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-19* Remove some obsolete macrosPatrick Pelissier
2024-01-19Happy new year 2024Patrick Pelissier
2023-12-30Add GENTYPE operator to all oplistsPatrick Pelissier
2023-12-09Update Function Object interfacePatrick Pelissier
2023-06-12Define internal M_INLINE:Patrick Pelissier
2023-04-22Provide a way to alter the standard naming convention for the functionsPatrick Pelissier
2023-03-04MaintenancePatrick Pelissier
2023-01-02Happy new yearPatrick Pelissier
2022-12-23Fix formatPatrick Pelissier
2022-12-22Implement multiple kind of workarounds for GCC 12Patrick Pelissier
2022-11-30Rename internal macro to internal namespacePatrick Pelissier
2022-04-08Rename M_DEFAULT_OPLIST in M_BASIC_OPLIST (cleaner name)Patrick Pelissier
2022-03-24Move generating macro into the m_ namespace and create a wrapper using histor...Patrick Pelissier
2022-03-12Migrate to 2022Patrick Pelissier
2021-07-01Force use of INIT_WITH for function object.Patrick Pelissier
2021-02-13Rename generated internal functionsPatrick Pelissier
2021-02-08Factorize code so that _DEF macros use _DEF_AS onesPatrick Pelissier
2021-01-13Happy new yearPatrick Pelissier
2020-11-15Fix formatPatrick Pelissier
2020-10-30Fix warnings on ARMPatrick Pelissier
2020-10-23Fix macro formatting.Patrick Pelissier
2020-10-22Reformat macro to 80 charactersPatrick Pelissier
2020-10-17Update commentPatrick Pelissier
2020-10-03Add macrosPatrick Pelissier
2020-10-03Factorization of the name of the objectPatrick Pelissier
2020-10-03Update commentsPatrick Pelissier
2020-10-03Update formattingPatrick Pelissier
2020-10-03Rename internal types:Patrick Pelissier
2020-07-25Replace TAB by SPACEPatrick Pelissier
2020-07-09Workaround to avoid CLANG unused function warningsPatrick Pelissier
2020-05-30Port new error oplist format to all containers.Patrick Pelissier
2020-05-17Cleanup namespace, add comments, and remove dead codePatrick Pelissier
2020-05-17Add control of type and oplistsPatrick Pelissier
2020-05-15Add protection for use of oplist within a container oplistPatrick Pelissier
2020-05-15Add control of sub-oplist when creating a new oplist of a containerPatrick Pelissier
2020-05-11Add checks of missing oplist in the last _DEF macrosPatrick Pelissier
2020-05-10Update commentsPatrick Pelissier
2020-05-06Add macro M_IF_FUNCOBJ to handle conditional expression if the function objec...Patrick Pelissier
2020-05-04Fix issue with oplists with 3 arguments and fix warningsPatrick Pelissier
2020-05-03Add first version of Function ObjectPatrick Pelissier