index
:
OCL.Core
another-asio-example
develop
update-allocator-op-example
OCL.Core, The Core Algorithms and Containers of the Open C++ Libraries.
Amlal El Mahrouss
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-09-17
(OCL: v1.0.44) Merge pull request #5 from amlel-el-mahrouss/dev
v1.0.44
Amlal El Mahrouss
2025-09-17
feat: last commit before release (v1.0.44)
Amlal El Mahrouss
2025-09-17
feat! lib: reorganize library (OCL v1.0.44)
Amlal El Mahrouss
2025-09-10
fix: io: `println` has been fixed, now appends endl.
Amlal El Mahrouss
2025-09-04
Merge pull request #4 from amlel-el-mahrouss/dev
v1.0.43
Amlal El Mahrouss
2025-09-04
fix: fix: mark `to_string` inline, to avoid linking issues.
Amlal El Mahrouss
2025-08-31
fix: add comment with BSL 1.0 license mention.
Amlal El Mahrouss
2025-08-31
feat: `allocator_system` a better implementation and example added.
Amlal El Mahrouss
2025-08-31
feat: `allocator_system`: be more explicit on `var_type` forwarding.
Amlal El Mahrouss
2025-08-31
fix: fix `error_handler` container description.
Amlal El Mahrouss
2025-08-31
feat: `allocator_system` container for custom allocator needs.
Amlal El Mahrouss
2025-08-30
feat: chunk_string: performance improvements.
Amlal El Mahrouss
2025-08-30
fix: chunk_string: use `class` instead of `struct`
Amlal El Mahrouss
2025-08-30
fix: memory leak fixed in `basic_chunk_string`
Amlal El Mahrouss
2025-08-30
feat: remove useless include from the `chunk_string` file.
Amlal El Mahrouss
2025-08-30
feat! utlity: new `chunk_string` algorithm which is faster than the
Amlal El Mahrouss
2025-08-29
feat: fix standard implementation of `basic_error_handler`
v1.0.42
Amlal El Mahrouss
2025-08-27
feat: core: introduce `error_handler` container.
Amlal El Mahrouss
2025-08-27
feat: `must_pass` should call error_handler instead of trapping. (FIX)
Amlal El Mahrouss
2025-08-27
feat: final refactors (SOCL -> OCL)
Amlal El Mahrouss
2025-08-27
feat: moved SOCL into OCL, without SNU's baggage.
v1.0.41
Amlal El Mahrouss
2025-08-26
fix: parser.hpp: zero initialize variables of `basic_range`
Amlal El Mahrouss
2025-08-24
feat! use `chunk_string` in the CGI module. Add additional constructors
Amlal El Mahrouss
2025-08-24
feat: lib: micro-optimizations and improvements.
Amlal El Mahrouss
2025-08-22
fix: tests/chunk_string: Fixed CMakeLists shortcomings.
Amlal El Mahrouss
2025-08-21
feat: update chunk unit test.
Amlal El Mahrouss
2025-08-21
fix: redundant std::cout in print.
Amlal El Mahrouss
2025-08-21
feat: remove `inline` from print method (chunk_string)
Amlal El Mahrouss
2025-08-21
feat: chunk_string: new work in progress string container.
Amlal El Mahrouss
2025-08-21
feat: ran format command.
Amlal El Mahrouss
2025-08-21
feat: simplify the unit test for the `modem` class
Amlal El Mahrouss
2025-08-18
feat: network.hpp: Code quality improvements.
Amlal El Mahrouss
2025-08-17
feat: tracked_ptr: make use of static keyword for good c++ practice.
Amlal
2025-08-16
Merge pull request #3 from snutech-gh/dev
Amlal El Mahrouss
2025-08-16
feat: core: include <boost/config.hpp> inside dev/lib/core
v1.0.4
Amlal
2025-08-15
feat: new hpptest and gtest module. Other module improvements.
Amlal
2025-08-14
feat: mk.test tool, test a header file with static asserts.
Amlal
2025-08-13
feat! improve network test.
Amlal
2025-08-12
wip: work in progress network tests using GTest. Reworked print module too.
Amlal
2025-08-11
feat: add 'tools' directory for future tooling in python.
Amlal
2025-08-11
feat: network module fixes and improvements.
Amlal
2025-08-11
wip: url: module implementation in progress
Amlal
2025-08-11
feat: SOCL modem improvements and newly added is_valid method to modem.
Amlal
2025-08-09
feat: move network.hpp to net/ and working on url.hpp
Amlal
2025-08-03
refactor! Refactor modem design, made it inheritable by default.
v1.0.3
Amlal El Mahrouss
2025-08-03
feat! replace deliver_modem with basic_delivery_modem, add checks for pointer...
Amlal El Mahrouss
2025-08-03
feat! rework crc32 module, and refactored other modules for future usages.
Amlal El Mahrouss
2025-08-02
feat! refactor the FIX module again to meet the standard C++ design conventions.
Amlal El Mahrouss
2025-08-02
refactor! breaking API changes of SOCL, also reworked must_pass helpers, and ...
Amlal El Mahrouss
2025-08-01
fix&feat: fix `AF` typo and validate `AF` variable too.
Amlal El Mahrouss
[next]