User profile

Repositories

 bebac / cpp-unit-test (created 6 months ago)

Simple C++ unit test framework

 bebac / app-template (created 6 months ago)

Basic files and directory structure for a C++ project. Intended as a starting point for a new project. Includes a basic cross platform core library.

Recent activity

4 weeks ago

bebac committed 278e10533d0c to app-template
Reimplemented clargs scanner as std::streambuf. Option value extractors use istream operator >> to read option values.
4 weeks ago

5 weeks ago

bebac committed 61693d361f7d to app-template
Refactored clargs - one virtual function (doOption) for both long and short options
5 weeks ago

6 weeks ago

bebac committed 40278c1fba71 to app-template
Removed clargs example stuff from main.cpp
6 weeks ago
bebac committed 64545008387e to app-template
Added initial version of command line argument parser. Only tested on windows
6 weeks ago

5 months ago

bebac committed 8567dc91011a to app-template
Implemented function to make socket nonblocking (not win32)
5 months ago
bebac committed 2e6c0d244a54 to app-template
Improved posix thread multi-join
5 months ago
bebac committed 70ea2adce23a to app-template
Made thread self function inline
5 months ago

6 months ago

bebac committed 2c26c47bec7e to app-template
Compiling core stat with g++
6 months ago
bebac committed c7d1b91a4567 to app-template
Add file stat class
6 months ago
bebac committed c7a63c1955de to cpp-unit-test
Always emit newline on failed test in console report
6 months ago
bebac committed d54f80e27bb5 to app-template
Restructured src - Introduced core library
6 months ago
bebac committed ccb1007f174c to app-template
Added basic net module and core/time + got everything to compile with g++ on linux. The few unittests implemented passes and the basic main app ...
6 months ago