|
gwenhywfar
5.10.1
|
#include "gwenbuild/buildctx/buildsubcmd_p.h"#include <gwenhywfar/debug.h>#include <gwenhywfar/misc.h>
Go to the source code of this file.
| void GWB_BuildSubCmd_AddFlags | ( | GWB_BUILD_SUBCMD * | cmd, |
| uint32_t | f | ||
| ) |
Definition at line 86 of file buildsubcmd.c.
Referenced by _readSubCmd().

| void GWB_BuildSubCmd_DelFlags | ( | GWB_BUILD_SUBCMD * | cmd, |
| uint32_t | f | ||
| ) |
Definition at line 93 of file buildsubcmd.c.
| GWB_BUILD_SUBCMD* GWB_BuildSubCmd_dup | ( | const GWB_BUILD_SUBCMD * | origCmd | ) |
Definition at line 37 of file buildsubcmd.c.
References GWB_BuildSubCmd_new(), and NULL.
Referenced by GWB_BuildSubCmd_List_dup().


| void GWB_BuildSubCmd_free | ( | GWB_BUILD_SUBCMD * | cmd | ) |
Definition at line 58 of file buildsubcmd.c.
References GWEN_FREE_OBJECT, and GWEN_LIST_FINI.
| GWB_BUILD_SUBCMD* GWB_BuildSubCmd_fromXml | ( | GWEN_XMLNODE * | xmlNode | ) |
Definition at line 180 of file buildsubcmd.c.
References GWB_BuildSubCmd_new(), GWB_BuildSubCmd_SetArguments(), GWB_BuildSubCmd_SetBuildMessage(), GWB_BuildSubCmd_SetCommand(), GWB_BuildSubCmd_SetDepFilePath(), GWEN_XMLNode_GetCharValue(), GWEN_XMLNode_GetIntValue(), and NULL.
Referenced by _readSubCommandListFromXml().


| const char* GWB_BuildSubCmd_GetArguments | ( | const GWB_BUILD_SUBCMD * | cmd | ) |
Definition at line 115 of file buildsubcmd.c.
Referenced by _startCommand().

| const char* GWB_BuildSubCmd_GetBuildMessage | ( | const GWB_BUILD_SUBCMD * | cmd | ) |
Definition at line 130 of file buildsubcmd.c.
Referenced by _startCommand().

| const char* GWB_BuildSubCmd_GetCommand | ( | const GWB_BUILD_SUBCMD * | cmd | ) |
Definition at line 100 of file buildsubcmd.c.
Referenced by _startCommand().

| const char* GWB_BuildSubCmd_GetDepFilePath | ( | const GWB_BUILD_SUBCMD * | cmd | ) |
Definition at line 145 of file buildsubcmd.c.
Referenced by _checkDependencies().

| uint32_t GWB_BuildSubCmd_GetFlags | ( | const GWB_BUILD_SUBCMD * | cmd | ) |
Definition at line 72 of file buildsubcmd.c.
Referenced by _checkRunningQueue(), and _needRunCurrentCommand().

| GWB_BUILD_SUBCMD_LIST* GWB_BuildSubCmd_List_dup | ( | const GWB_BUILD_SUBCMD_LIST * | cmdList | ) |
Definition at line 206 of file buildsubcmd.c.
References GWB_BuildSubCmd_dup().
Referenced by GWB_BuildCmd_dup().


| GWB_BUILD_SUBCMD* GWB_BuildSubCmd_new | ( | void | ) |
Definition at line 25 of file buildsubcmd.c.
References GWEN_LIST_INIT, and GWEN_NEW_OBJECT.
Referenced by _parseBuildCommand(), _readSubCmd(), GWB_BuildSubCmd_dup(), and GWB_BuildSubCmd_fromXml().

| void GWB_BuildSubCmd_SetArguments | ( | GWB_BUILD_SUBCMD * | cmd, |
| const char * | s | ||
| ) |
Definition at line 122 of file buildsubcmd.c.
References NULL.
Referenced by _parseBuildCommand(), _readSubCmd(), and GWB_BuildSubCmd_fromXml().

| void GWB_BuildSubCmd_SetBuildMessage | ( | GWB_BUILD_SUBCMD * | cmd, |
| const char * | s | ||
| ) |
Definition at line 137 of file buildsubcmd.c.
References NULL.
Referenced by _parseAndSetBuildMessage(), _readBuildMessage(), and GWB_BuildSubCmd_fromXml().

| void GWB_BuildSubCmd_SetCommand | ( | GWB_BUILD_SUBCMD * | cmd, |
| const char * | s | ||
| ) |
Definition at line 107 of file buildsubcmd.c.
References NULL.
Referenced by _parseBuildCommand(), _readSubCmd(), and GWB_BuildSubCmd_fromXml().

| void GWB_BuildSubCmd_SetDepFilePath | ( | GWB_BUILD_SUBCMD * | cmd, |
| const char * | s | ||
| ) |
Definition at line 152 of file buildsubcmd.c.
References NULL.
Referenced by _readDepFile(), and GWB_BuildSubCmd_fromXml().

| void GWB_BuildSubCmd_SetFlags | ( | GWB_BUILD_SUBCMD * | cmd, |
| uint32_t | f | ||
| ) |
Definition at line 79 of file buildsubcmd.c.
| void GWB_BuildSubCmd_toXml | ( | const GWB_BUILD_SUBCMD * | cmd, |
| GWEN_XMLNODE * | xmlNode | ||
| ) |
Definition at line 161 of file buildsubcmd.c.
References GWEN_XMLNode_SetCharValue(), and GWEN_XMLNode_SetIntValue().
Referenced by _writeSubCommandListToXml().


| GWEN_LIST_FUNCTIONS | ( | GWB_BUILD_SUBCMD | , |
| GWB_BuildSubCmd | |||
| ) |
1.8.14