Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
freestanding Namespace Reference

Data Structures

class  FileLines
 
class  Freestanding
 
class  PartialPreprocessor
 

Functions

[(str, Optional[str])] parse_optional_pair ([str] defines)
 
[(str, str)] parse_pair ([str] rewritten_includes)
 
 main (name, args)
 

Variables

list INCLUDED_SUBDIRS = ["common", "compress", "decompress"]
 
list SKIPPED_FILES
 
list XXHASH_FILES
 

Function Documentation

◆ main()

main ( name,
args )

◆ parse_optional_pair()

[(str, Optional[str])] parse_optional_pair ( [str] defines)

◆ parse_pair()

[(str, str)] parse_pair ( [str] rewritten_includes)

Variable Documentation

◆ INCLUDED_SUBDIRS

list INCLUDED_SUBDIRS = ["common", "compress", "decompress"]

◆ SKIPPED_FILES

list SKIPPED_FILES
Initial value:
1= [
2 "common/mem.h",
3 "common/zstd_deps.h",
4 "common/pool.c",
5 "common/pool.h",
6 "common/threading.c",
7 "common/threading.h",
8 "common/zstd_trace.h",
9 "compress/zstdmt_compress.h",
10 "compress/zstdmt_compress.c",
11]

◆ XXHASH_FILES

list XXHASH_FILES
Initial value:
1= [
2 "common/xxhash.c",
3 "common/xxhash.h",
4]