Skip to content
/ UTL Public

Universal tool library - a common library for my projects. Used in PS4Delta and FormatX.

License

Notifications You must be signed in to change notification settings

Force67/UTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UTL

Universal Utility Library is a small project, which is used as a base dependency in projects such as PS4Delta, and FormatX. It provides a few core features for platform abstraction and convenience, as well as helpers for making my life easier.

This library requires C++17 support. Where possible, C++14/17 STL should be used instead of adding any code in here, and the code should be kept as small as possible (by reusing STL/etc). Third party dependencies should be kept to a minimum.

  • Note that this library does not support linux yet

Supported/Tested compilers:

  • MSVC++ 2017+
  • Clang 10+ (on windows)

License

GNU GPLv3 Image

UTL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Universal tool library - a common library for my projects. Used in PS4Delta and FormatX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published