Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa b753464608
add some operators to the Log class
add:
virtual Log & operator<<(long double);
virtual Log & operator<<(float);
virtual Log & operator<<(long long unsigned int);
virtual Log & operator<<(unsigned int);
virtual Log & operator<<(short unsigned int);
virtual Log & operator<<(long long int);
virtual Log & operator<<(short int);
virtual Log & operator<<(bool);
virtual Log & operator<<(unsigned char);
virtual Log & operator<<(const pt::Stream &);
2024-02-13 22:29:22 +01:00
winixcli (winixcli): add a --sort-tables option 2023-11-09 10:57:11 +01:00
winixd add some operators to the Log class 2024-02-13 22:29:22 +01:00
.editorconfig added .editorconfig file 2021-06-16 18:09:18 +02:00
.gitignore (winixcli): add a --sort-tables option 2023-11-09 10:57:11 +01:00
LICENSE add LICENSE file 2022-07-03 12:17:26 +02:00