packager

Members

Aliases

absPath
alias absPath = absolutePath
Undocumented in source.
normPath
alias normPath = buildNormalizedPath
Undocumented in source.

Enums

Arch
enum Arch
Undocumented in source.
Compiler
enum Compiler
Undocumented in source.
Platform
enum Platform
Undocumented in source.

Functions

addFile
void addFile(ReleasePackage* pack, string archive_name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFile
void addFile(ReleasePackage* pack, string fs_name, string archive_name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFile
void addFile(ZipArchive archive, string fs_name, string archive_name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFiles
void addFiles(ReleasePackage* pack, string path, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
archName
string archName(ReleasePackage* pack, R baseName)
Undocumented in source. Be warned that the author may not have intended to support it.
buildApp
void buildApp(Arch arch, string semver, Compiler compiler, string buildType, string root)
Undocumented in source. Be warned that the author may not have intended to support it.
completeBuild
void completeBuild(Arch arch, string semver, Compiler compiler, string buildType)
Undocumented in source. Be warned that the author may not have intended to support it.
doWork
void doWork()
Undocumented in source. Be warned that the author may not have intended to support it.
extractArchive
void extractArchive(string archive, string pathTo)
Undocumented in source. Be warned that the author may not have intended to support it.
extractArchive
void extractArchive(ZipArchive archive, string pathTo)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
makePackage
void makePackage(ReleasePackage* pack)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
void pack(string semver, Arch arch, Platform pl)
Undocumented in source. Be warned that the author may not have intended to support it.
writePackage
void writePackage(ReleasePackage* pack, string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ROOT_PATH
enum ROOT_PATH;
Undocumented in source.
TEST_DIR_NAME
enum TEST_DIR_NAME;
Undocumented in source.

Structs

ReleasePackage
struct ReleasePackage
Undocumented in source.

Variables

archToString
string[Arch] archToString;
Undocumented in source.
buildType
string buildType;
Undocumented in source.
compiler
Compiler compiler;
Undocumented in source.
compilerExeNames
string[] compilerExeNames;
Undocumented in source.
is_Windows
enum bool is_Windows;
Undocumented in source.
is_Windows
enum bool is_Windows;
Undocumented in source.
platformToString
string[Platform] platformToString;
Undocumented in source.
semver
string semver;
Undocumented in source.
testDir
string testDir;
Undocumented in source.

Meta

Authors

Andrey Penechko.