Skip to content

Commit

Permalink
reorder modules, making room for interesting things
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Nov 10, 2024
1 parent d407fe3 commit d203ca6
Show file tree
Hide file tree
Showing 15 changed files with 23,908 additions and 23,908 deletions.
42,638 changes: 21,319 additions & 21,319 deletions fio-stl.h

Large diffs are not rendered by default.

5,158 changes: 2,579 additions & 2,579 deletions fio-stl.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions fio-stl/include.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,28 @@
#include "210 map2.h"
#endif

#include "299 reference counter.h" /* required: pointer tagging cleanup is here */
#include "249 reference counter.h" /* required: pointer tagging cleanup is here */

#if defined(FIO_FIOBJ) && !defined(FIO___RECURSIVE_INCLUDE)
#include "250 fiobj.h"
#endif

#ifdef FIO_CRYPTO_CORE
#include "300 crypto core.h"
#include "150 crypto core.h"
#endif

#ifdef FIO_SHA1
#include "302 sha1.h"
#include "152 sha1.h"
#endif
#ifdef FIO_SHA2
#include "302 sha2.h"
#include "152 sha2.h"
#endif
#ifdef FIO_CHACHA
#include "302 chacha20poly1305.h"
#include "152 chacha20poly1305.h"
#endif

#ifdef FIO_ED25519
#include "304 ed25519.h"
#include "154 ed25519.h"
#endif

#if defined(FIO_SERVER) && !defined(FIO___RECURSIVE_INCLUDE)
Expand Down Expand Up @@ -151,10 +155,6 @@
#include "439 http.h"
#endif

#if defined(FIO_FIOBJ) && !defined(FIO___RECURSIVE_INCLUDE)
#include "500 fiobj.h"
#endif

#ifndef FIO___DEV___
#include "700 cleanup.h"
#endif
Expand Down

0 comments on commit d203ca6

Please sign in to comment.