Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Feb 6, 2025
2 parents 9a4e306 + 8bbb068 commit e6571dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These compilers and OSs are regularly tested by CI:

Other compilers, architectures and OSs may work, but are not tested regularly.
You will need a working Filesystem implementation in your STL, and at least C++ 17.
You may optionally disable C++ exceptions and/or RTTI globally if you wish.

LLFIO has your choice of header-only, static library, and shared library build modes.
Note that on Microsoft Windows, the default header only configuration is unsafe
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ reference implementation for these C++ standardisations:

Other characteristics:
- Portable to any conforming C++ 17 compiler with a working Filesystem in its STL.
- Works with C++ exceptions and RTTI globally disabled.
- Fully clean with C++ 20.
- Will make use of any Coroutines, Concepts, Span, Byte etc if you have them, otherwise swaps in C++ 17 compatible alternatives.
- Aims to support Microsoft Windows, Linux, Android, iOS, Mac OS and FreeBSD.
Expand Down
6 changes: 3 additions & 3 deletions include/llfio/revision.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define LLFIO_PREVIOUS_COMMIT_REF ebfedb603adb1227523390815a18a4189466078b
#define LLFIO_PREVIOUS_COMMIT_DATE "2025-02-03 23:43:43 +00:00"
#define LLFIO_PREVIOUS_COMMIT_UNIQUE ebfedb60
#define LLFIO_PREVIOUS_COMMIT_REF 9a4e3062a1ffa2d021b20973c0c95a84c4a84259
#define LLFIO_PREVIOUS_COMMIT_DATE "2025-02-06 00:46:30 +00:00"
#define LLFIO_PREVIOUS_COMMIT_UNIQUE 9a4e3062

0 comments on commit e6571dd

Please sign in to comment.