summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2025-08-27feat: moved SOCL into OCL, without SNU's baggage.v1.0.41Amlal El Mahrouss
2025-08-26fix: parser.hpp: zero initialize variables of `basic_range`Amlal El Mahrouss
2025-08-24feat! use `chunk_string` in the CGI module. Add additional constructorsAmlal El Mahrouss
2025-08-24feat: lib: micro-optimizations and improvements.Amlal El Mahrouss
2025-08-22fix: tests/chunk_string: Fixed CMakeLists shortcomings.Amlal El Mahrouss
2025-08-21feat: update chunk unit test.Amlal El Mahrouss
2025-08-21fix: redundant std::cout in print.Amlal El Mahrouss
2025-08-21feat: remove `inline` from print method (chunk_string)Amlal El Mahrouss
2025-08-21feat: chunk_string: new work in progress string container.Amlal El Mahrouss
2025-08-21feat: ran format command.Amlal El Mahrouss
2025-08-21feat: simplify the unit test for the `modem` classAmlal El Mahrouss
2025-08-18feat: network.hpp: Code quality improvements.Amlal El Mahrouss
2025-08-17feat: tracked_ptr: make use of static keyword for good c++ practice.Amlal
2025-08-16feat: core: include <boost/config.hpp> inside dev/lib/corev1.0.4Amlal
2025-08-15feat: new hpptest and gtest module. Other module improvements.Amlal
2025-08-14feat: mk.test tool, test a header file with static asserts.Amlal
2025-08-13feat! improve network test.Amlal
2025-08-12wip: work in progress network tests using GTest. Reworked print module too.Amlal
2025-08-11feat: add 'tools' directory for future tooling in python.Amlal
2025-08-11feat: network module fixes and improvements.Amlal
2025-08-11wip: url: module implementation in progressAmlal
2025-08-11feat: SOCL modem improvements and newly added is_valid method to modem.Amlal
2025-08-09feat: move network.hpp to net/ and working on url.hppAmlal
2025-08-03refactor! Refactor modem design, made it inheritable by default.v1.0.3Amlal El Mahrouss
2025-08-03feat! replace deliver_modem with basic_delivery_modem, add checks for pointer...Amlal El Mahrouss
2025-08-03feat! rework crc32 module, and refactored other modules for future usages.Amlal El Mahrouss
2025-08-02feat! refactor the FIX module again to meet the standard C++ design conventions.Amlal El Mahrouss
2025-08-02refactor! breaking API changes of SOCL, also reworked must_pass helpers, and ...Amlal El Mahrouss
2025-08-01fix&feat: fix `AF` typo and validate `AF` variable too.Amlal El Mahrouss
2025-08-01feat: fix network container improvements.Amlal El Mahrouss
2025-08-01feat: use `int32_t` as delivery socket type.Amlal El Mahrouss
2025-08-01feat: generic: new `except` module, network model for FIX, and tracked_ptr im...Amlal El Mahrouss
2025-07-30feat: 'dispose' now takes T* as a reference.Amlal El Mahrouss
2025-07-26feat: SOCL v1.0.2, changelog soon!v1.0.2Amlal El Mahrouss
2025-07-23feat: add tracked_ptr test using 'gtest'Amlal El Mahrouss
2025-07-22feat: fix/parser: 'range' object may not hold ASCII bytes, or a text FIX pack...Amlal El Mahrouss
2025-07-21feat: add 'Doxygen' manifest for documentation.Amlal El Mahrouss
2025-07-19feat: better 'tracked_ptr' module, and added 'eval_true' and 'eval_false' to ...Amlal El Mahrouss
2025-07-19refactor: parser.hpp: add space between class declarations.Amlal El Mahrouss
2025-07-19fix: memory: tracked_ptr.hpp has been improved with thread safety (atomic) an...Amlal El Mahrouss
2025-07-18fix: use 'delete' instead of 'operator delete'Amlal El Mahrouss
2025-07-18feat: add make_tracked helper.Amlal El Mahrouss
2025-07-18feat: better tracked_ptr example.Amlal El Mahrouss
2025-07-18feat: tracked_ptr class and system.Amlal El Mahrouss
2025-07-14fix: Better ReadMeAmlal El Mahrouss
2025-07-10feat: cgi.cc: better error text for the HTML file.Amlal El Mahrouss
2025-07-10feat&fix: Reorganize library, and remove junk CMake files.Amlal El Mahrouss
2025-07-10fix: use `visitor::soh` instead of just `soh`Amlal El Mahrouss
2025-07-10feat: operator() for FIX parser, laying groundwork for fix's networkAmlal El Mahrouss
2025-07-10fix: use `std::basic_string` instead of `std::string`Amlal El Mahrouss