Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Project License

Copyright (c) 2023, Diogo Ferreira

SPDX-License-Identifier: BSD-3-Clause

See license at this project root for more detailed information

[Unreleased]

To do

  • Remove main executable and keep only testing for library
  • Add example for usage
  • Implement rest of e_string_t
  • Implement e_bigdec_t
  • Implement e_bigint_t
  • Implement e_vector_t
  • Implement e_format
  • Reset std to C17

Added

  • e_string_t struct
  • e_string_validate buffer function
  • e_string_valdiate buffer unit testing
  • Created base repository with simple guidelines
  • Adjusting template project for library usage