backend-infra-engineer: Release v0.3.3 snapshot

This commit is contained in:
scawful
2025-11-21 21:35:50 -05:00
parent 3d71417f62
commit 476dd1cd1c
818 changed files with 65706 additions and 35514 deletions

View File

@@ -1,6 +1,10 @@
// This is a precompiled header for the yaze project.
// It includes a set of common, relatively stable headers that are used across
// multiple source files to speed up compilation.
//
// Note: We only include standard library headers here to avoid circular
// dependencies. Project headers like util/log.h require Abseil, which is
// built later in the dependency chain.
#ifndef YAZE_PCH_H
#define YAZE_PCH_H
@@ -19,12 +23,7 @@
#import <Foundation/Foundation.h>
#endif
// Third-party libraries
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
// Note: Project-specific headers are NOT included here to avoid dependency
// issues. Each source file should include what it needs directly.
// Project-specific headers
#include "util/log.h"
#endif // YAZE_PCH_H
#endif // YAZE_PCH_H