MCPcopy Create free account

hub / github.com/boostorg/build / types & classes

Types & classes263 in github.com/boostorg/build

↓ 15 callersClasslist
src/engine/lists.h:115
↓ 8 callersClassunordered
test/toolset-mock/src/MockProgram.py:31
↓ 6 callersClassordered
test/toolset-mock/src/MockProgram.py:18
↓ 5 callersClassstring
src/engine/jam_strings.h:14
↓ 4 callersClassList
test/BoostBuild.py:1203
↓ 4 callersClassTestEnvironmentError
test/BoostBuild.py:44
↓ 4 callersClassarg
test/toolset-mock/src/MockProgram.py:115
↓ 2 callersClassMatchError
test/TestCmd.py:175
↓ 2 callersClassQBrush
example/qt/qt3/hello/canvas.h:30
↓ 2 callersClassiterator
src/engine/lists.h:117
↓ 1 callersClassAlreadyDefined
src/exceptions.py:38
↓ 1 callersClassArchiveGenerator
The generator class for handling STATIC_LIB creation.
src/tools/builtin.py:764
↓ 1 callersClassCCompilingGenerator
Declare a special compiler generator. The only thing it does is changing the type used to represent 'action' in the constructed depen
src/tools/builtin.py:607
↓ 1 callersClassCastTargetClass
src/tools/cast.py:34
↓ 1 callersClassDoxygen2BoostBook
src/tools/doxproc.py:71
↓ 1 callersClassGccLinkingGenerator
The class which check that we don't try to use the <runtime-link>static property while creating or using shared library, since it's n
src/tools/gcc.py:410
↓ 1 callersClassGccPchGenerator
src/tools/gcc.py:231
↓ 1 callersClassInstallTargetClass
src/tools/stage.py:39
↓ 1 callersClassInstalledExeGenerator
src/tools/stage.py:239
↓ 1 callersClassInstalledSharedLibGenerator
src/tools/stage.py:268
↓ 1 callersClassLibGenerator
The generator class for libraries (target type LIB). Depending on properties it will request building of the approapriate specific type -- SH
src/tools/builtin.py:445
↓ 1 callersClassLinkingGenerator
The generator class for handling EXE and SHARED_LIB creation.
src/tools/builtin.py:626
↓ 1 callersClassLocalTester
test/configuration.py:73
↓ 1 callersClassMSVCConfigurations
src/tools/msvc.py:1216
↓ 1 callersClassMakeTarget
src/tools/make.py:20
↓ 1 callersClassManager
This class is a facade to the Boost.Build system. It serves as the root to access all data structures in use.
src/manager.py:13
↓ 1 callersClassMessageTargetClass
src/tools/message.py:16
↓ 1 callersClassMsvcLinkingGenerator
src/tools/msvc.py:1001
↓ 1 callersClassMsvcPchGenerator
src/tools/msvc.py:557
↓ 1 callersClassNotfileGenerator
src/tools/notfile.py:22
↓ 1 callersClassNullLogger
src/util/logger.py:7
↓ 1 callersClassOrder
Allows ordering arbitrary objects with regard to arbitrary binary relation. The primary use case is the gcc toolset, which is sensitive to
src/util/order.py:6
↓ 1 callersClassPrebuiltLibGenerator
src/tools/builtin.py:573
↓ 1 callersClassQPen
example/qt/qt3/hello/canvas.h:29
↓ 1 callersClassRCAction
Class representing bjam action defined from Python. The function must register the action to execute.
src/tools/rc.py:79
↓ 1 callersClassSearchedLibGenerator
src/tools/builtin.py:529
↓ 1 callersClassSearchedLibTarget
src/tools/builtin.py:352
↓ 1 callersClassSetupAction
src/tools/msvc.py:329
↓ 1 callersClassSymlinkTarget
src/tools/symlink.py:28
↓ 1 callersClassTreeDifference
test/tree.py:89
↓ 1 callersClassTreeNode
Fundamental data type used to build file system tree structures. If CHILDREN is None, then the node represents a file. Otherwise, CHILDR
test/tree.py:31
↓ 1 callersClassUnixArchiveGenerator
src/tools/unix.py:44
↓ 1 callersClassUnixPrebuiltLibGenerator
src/tools/unix.py:73
↓ 1 callersClassobject
src/engine/object.h:50
↓ 1 callersClasssigaction
src/engine/execunix.cpp:182
↓ 1 callersClassstat
src/engine/filesys.cpp:318
↓ 1 callersClassstat
src/engine/pathvms.cpp:168
ClassA
A class
test/boostbook/a.hpp:11
ClassArrow_widget
example/qt/qt4/hello/arrow.h:15
ClassBaseBoostBuildException
A base Exception class for all other Boost.Build exceptions to inherit from.
src/exceptions.py:6
ClassCScanner
src/tools/builtin.py:373
ClassCanvas
example/qt/qt3/hello/canvas.h:14
ClassCompileAction
src/tools/builtin.py:593
ClassConfigurations
This class helps to manage toolset configurations. Each configuration has a unique ID and one or more parameters. A typical example o
src/tools/common.py:80
ClassDummyGenerator
Generator that accepts everything and produces nothing. Useful as a general fallback for toolset-specific actions like PCH generation.
src/tools/builtin.py:798
ClassDummyProduct
test/qt5/qtpurchasing.cpp:18
ClassFeatureConflict
src/exceptions.py:14
ClassFixture
test/qt5/qtwidgets.cpp:12
ClassFixture
test/qt5/qtxmlpatterns.cpp:19
ClassFixture
test/qt4/qtxmlpatterns.cpp:19
ClassFixture
test/qt4/qtgui.cpp:12
ClassIllegalOperation
src/exceptions.py:42
ClassInvalidAttribute
src/exceptions.py:34
ClassInvalidFeature
src/exceptions.py:22
ClassInvalidProperty
src/exceptions.py:26
ClassInvalidSource
src/exceptions.py:18
ClassInvalidValue
src/exceptions.py:30
ClassMidlScanner
src/tools/midl.py:28
ClassMock
test/qt5/mock.h:8
ClassMock
test/qt4/mock.h:8
ClassMy_widget
example/qt/qt3/moccable-cpp/main.cpp:13
ClassMy_widget
example/qt/qt4/moccable-cpp/main.cpp:12
ClassNoAction
src/exceptions.py:54
ClassNoBestMatchingAlternative
src/exceptions.py:50
ClassPchGenerator
Base PCH generator. The 'run' method has the logic to prevent this generator from being run unless it's being used for a top-level PC
src/tools/pch.py:46
ClassQCanvas
example/qt/qt3/hello/canvas.h:27
ClassQCanvasView
example/qt/qt3/hello/canvas.h:28
ClassQtTest
test/qt5/qttest.cpp:8
ClassQtTest
test/qt4/qttest.cpp:8
ClassRecursion
src/exceptions.py:46
ClassResScanner
src/tools/rc.py:135
ClassTestA
test/railsys/program/include/test_a.h:12
ClassTestClass
example/pch-multi/include/pch.hpp:14
ClassTestClass
example/pch/include/pch.hpp:14
ClassTestCmd
test/TestCmd.py:232
ClassTestLibX
test/railsys/libx/include/test_libx.h:16
ClassTester
Main tester class for Boost Build. Optional arguments: `arguments` - Arguments passed to the run executable. `executab
test/BoostBuild.py:194
ClassTextLogger
src/util/logger.py:35
ClassUnixLinkingGenerator
src/tools/unix.py:17
ClassUnixSearchedLibGenerator
src/tools/unix.py:58
ClassUserError
src/exceptions.py:10
ClassVAR_EXPANDED
src/engine/function.cpp:640
ClassVAR_PARSE_ACTIONS
src/engine/function.cpp:1692
ClassVAR_PARSE_GROUP
src/engine/function.cpp:1687
ClassVerbatimScanner
example/customization/verbatim.py:26
ClassWindow
example/qt/qt3/hello/main.cpp:11
Class_PARSE
src/engine/parse.h:54
Class_REPARSE_DATA_BUFFER
src/engine/builtins.cpp:1815
Class_YYSTYPE
src/engine/scan.h:37
Class_action
src/engine/rules.h:41
next →1–100 of 263, ranked by callers