Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ functions
Functions
2,375 in github.com/boostorg/build
⨍
Functions
2,375
◇
Types & classes
418
↳
Endpoints
8
↓ 5 callers
Function
pop_state
src/engine/make1.c:156
↓ 5 callers
Method
scanners
(self)
src/manager.py:44
↓ 5 callers
Function
stack_at
src/engine/function.c:272
↓ 5 callers
Function
timestamp_max
src/engine/timestamp.c:177
↓ 5 callers
Method
unlink
Unlinks the specified file name. The file name may be a list, in which case the elements are concatenated using the os.path.join()
test/TestCmd.py:488
↓ 5 callers
Function
var_dump
src/engine/variable.c:368
↓ 5 callers
Function
yymode
src/engine/scan.c:58
↓ 4 callers
Function
CORD_from_fn
src/engine/boehm_gc/cord/cordbscs.c:273
↓ 4 callers
Function
CORD_substr_closure
A version of CORD_substr that simply returns a function node, thus */ postponing its work. The fourth argument is a function that may */ be used for e
src/engine/boehm_gc/cord/cordbscs.c:342
↓ 4 callers
Function
FindTopOfStack
src/engine/boehm_gc/darwin_stop_world.c:33
↓ 4 callers
Function
GC_CreateThread
src/engine/boehm_gc/win32_threads.c:1029
↓ 4 callers
Function
GC_FirstDLOpenedLinkMap
src/engine/boehm_gc/dyn_load.c:127
↓ 4 callers
Function
GC_add_to_fl
* Add hhdr to the appropriate free list. * We maintain individual free lists sorted by address. */
src/engine/boehm_gc/allchblk.c:356
↓ 4 callers
Function
GC_delete_gc_thread
If a thread has been joined, but we have not yet */ been notified, then there may be more than one thread */ in the table with the same win32 id.
src/engine/boehm_gc/win32_threads.c:488
↓ 4 callers
Function
GC_delete_thread
Delete a thread from GC_threads. We assume it is there. */ (The code intentionally traps if it wasn't.) */ Assumes we hold the allocation lock unle
src/engine/boehm_gc/win32_threads.c:533
↓ 4 callers
Function
GC_destroy_thread_local
We hold the allocator lock. */
src/engine/boehm_gc/thread_local_alloc.c:113
↓ 4 callers
Function
GC_enable_incremental
src/engine/boehm_gc/misc.c:770
↓ 4 callers
Function
GC_exclude_static_roots
src/engine/boehm_gc/mark_rts.c:409
↓ 4 callers
Function
GC_expand_hp_inner
* this explicitly increases the size of the heap. It is used * internally, but may also be invoked from GC_expand_hp by the user. * The argument is
src/engine/boehm_gc/alloc.c:847
↓ 4 callers
Function
GC_get_maps
* Copy the contents of /proc/self/maps to a buffer in our address space. * Return the address of the buffer, or zero on failure. * This code could b
src/engine/boehm_gc/os_dep.c:198
↓ 4 callers
Function
GC_get_stack_base
src/engine/boehm_gc/os_dep.c:746
↓ 4 callers
Function
GC_init_thread_local
Each thread structure must be initialized. */ This call must be made from the new thread. */ Caller holds allocation lock. */
src/engine/boehm_gc/thread_local_alloc.c:77
↓ 4 callers
Function
GC_install_header
Install a header for block h. */ The header is uninitialized. */ Returns the header or 0 on failure. */
src/engine/boehm_gc/headers.c:249
↓ 4 callers
Function
GC_invoke_finalizers
Invoke finalizers for all objects that are ready to be finalized. */ Should be called without allocation lock. */
src/engine/boehm_gc/finalize.c:741
↓ 4 callers
Function
GC_is_malloc_heap_base
Is p the base of one of the malloc heap sections we already know */ about? */
src/engine/boehm_gc/os_dep.c:1480
↓ 4 callers
Function
GC_lookup_thread
A version of the above that acquires the lock if necessary. Note */ that the identically named function for pthreads is different, and */ just assume
src/engine/boehm_gc/win32_threads.c:467
↓ 4 callers
Function
GC_make_closure
src/engine/boehm_gc/dbg_mlc.c:901
↓ 4 callers
Function
GC_malloc_atomic_uncollectable
Allocate lb bytes of pointerfree, untraced, uncollectable data */ This is normally roughly equivalent to the system malloc. */ But it may be useful
src/engine/boehm_gc/mallocx.c:527
↓ 4 callers
Function
GC_page_was_dirty
src/engine/boehm_gc/os_dep.c:2425
↓ 4 callers
Function
GC_print_all_errors
Print all objects on the list after printing any smashed objs. */ Clear both lists. */
src/engine/boehm_gc/reclaim.c:52
↓ 4 callers
Function
GC_register_displacement
src/engine/boehm_gc/obj_map.c:27
↓ 4 callers
Function
GC_register_finalizer_inner
Register a finalization function. See gc.h for details. */ in the nonthreads case, we try to avoid disabling signals, */ since it can be expensive.
src/engine/boehm_gc/finalize.c:305
↓ 4 callers
Function
GC_remap
src/engine/boehm_gc/os_dep.c:2124
↓ 4 callers
Function
GC_round_up
Compute a number of words >= n+1 bytes. The +1 allows for pointers one past the end.
src/engine/boehm_gc/include/new_gc_alloc.h:117
↓ 4 callers
Function
GC_round_up_uncollectable
The same but don't allow for extra byte.
src/engine/boehm_gc/include/new_gc_alloc.h:123
↓ 4 callers
Function
GC_set_fl_marks
Set all mark bits for the free list whose first entry is q */
src/engine/boehm_gc/alloc.c:515
↓ 4 callers
Function
GC_set_warn_proc
src/engine/boehm_gc/misc.c:1030
↓ 4 callers
Function
GC_setup_temporary_fault_handler
src/engine/boehm_gc/os_dep.c:878
↓ 4 callers
Function
GC_stopped_mark
* Assumes lock is held, signals are disabled. * We stop the world. * If stop_func() ever returns TRUE, we may fail and return FALSE. * Increment GC
src/engine/boehm_gc/alloc.c:442
↓ 4 callers
Function
GC_thr_init
Called by GC_init() - we hold the allocation lock. */
src/engine/boehm_gc/win32_threads.c:1177
↓ 4 callers
Function
GC_wait_for_reclaim
src/engine/boehm_gc/pthread_support.c:1447
↓ 4 callers
Function
GetStackFrames
src/engine/boehm_gc/msvc_dbg.c:98
↓ 4 callers
Method
__ignore_elements
Removes in-place 'list' elements matching the given 'wildcard'.
test/BoostBuild.py:956
↓ 4 callers
Function
_env_set
Sets the given environment variable value or unsets it, if the value is None.
test/configuration.py:268
↓ 4 callers
Function
_info
(*values)
test/collect_debug_info.py:312
↓ 4 callers
Function
alloc_mark_stack
Allocate or reallocate space for mark stack of size n entries. */ May silently fail. */
src/engine/boehm_gc/mark.c:1166
↓ 4 callers
Function
c
(c)
website/bootstrap/js/bootstrap.min.js:7
↓ 4 callers
Function
callback
()
website/bootstrap/js/bootstrap.js:55
↓ 4 callers
Function
class_module_stat
src/engine/modules.c:181
↓ 4 callers
Function
define_rule
src/engine/rules.c:123
↓ 4 callers
Function
delete_module
src/engine/modules.c:101
↓ 4 callers
Function
do_command
Perform the command associated with character c. C may be an */ integer > 256 denoting a windows command, one of the above control */ characters, or
src/engine/boehm_gc/cord/de.c:397
↓ 4 callers
Function
downcase_inplace
src/engine/builtins.c:671
↓ 4 callers
Function
downcase_list
src/engine/builtins.c:730
↓ 4 callers
Function
ec_len
src/engine/boehm_gc/cord/cordprnt.c:39
↓ 4 callers
Function
edit
(file, *replacements)
src/engine/bump_version.py:25
↓ 4 callers
Function
expand_modifiers
src/engine/function.c:806
↓ 4 callers
Function
f
(name)
test/collect_debug_info.py:77
↓ 4 callers
Function
file_archive_query
src/engine/filesys.c:108
↓ 4 callers
Function
filelist_back
src/engine/filesys.c:670
↓ 4 callers
Function
filelist_begin
src/engine/filesys.c:617
↓ 4 callers
Function
filelist_end
src/engine/filesys.c:626
↓ 4 callers
Function
filelist_item
src/engine/filesys.c:648
↓ 4 callers
Function
filelist_next
src/engine/filesys.c:632
↓ 4 callers
Function
filetime_to_seconds
src/engine/execnt.c:676
↓ 4 callers
Function
freesettings
src/engine/rules.c:446
↓ 4 callers
Function
function_get_named_variable
src/engine/function.c:397
↓ 4 callers
Function
function_refer
src/engine/function.c:3658
↓ 4 callers
Function
get_source_line
src/engine/builtins.c:1282
↓ 4 callers
Method
getenv
(self, name)
src/manager.py:71
↓ 4 callers
Method
glob_file
(self, name)
test/BoostBuild.py:519
↓ 4 callers
Function
glob_remove
(sequence, pattern)
test/BoostBuild.py:156
↓ 4 callers
Function
if_attribute
(node, attribute, true_value, false_value=None)
src/tools/doxproc.py:65
↓ 4 callers
Function
import_rule
src/engine/rules.c:720
↓ 4 callers
Function
initialize_config_module
(module_name, location=None)
src/build_system.py:166
↓ 4 callers
Function
lol_init
src/engine/lists.c:388
↓ 4 callers
Function
module_add_fixed_var
src/engine/modules.c:366
↓ 4 callers
Function
module_stat
src/engine/modules.c:161
↓ 4 callers
Function
on_cygwin
()
src/tools/msvc.py:52
↓ 4 callers
Function
on_windows
Returns true if running on windows, whether in cygwin or not.
src/util/utility.py:153
↓ 4 callers
Function
out_
src/engine/output.c:17
↓ 4 callers
Function
out_putc
src/engine/output.c:48
↓ 4 callers
Function
out_puts
src/engine/output.c:38
↓ 4 callers
Function
outf_double
src/engine/output.c:157
↓ 4 callers
Function
profile_enter
src/engine/debug.c:27
↓ 4 callers
Function
profile_exit
src/engine/debug.c:83
↓ 4 callers
Function
raw_command_length
src/engine/execnt.c:570
↓ 4 callers
Method
read
(self, name, binary=False)
test/BoostBuild.py:534
↓ 4 callers
Function
reginsert
- reginsert - insert an operator in front of already-emitted operand * * Means relocating the operand. */
src/engine/regexp.c:695
↓ 4 callers
Function
regoptail
src/engine/regexp.c:757
↓ 4 callers
Function
search
src/engine/search.c:138
↓ 4 callers
Function
set_rule_actions
src/engine/rules.c:604
↓ 4 callers
Method
stderr
Returns the error output from the specified run number. If there is no specified run number, then returns the error output of the l
test/TestCmd.py:426
↓ 4 callers
Function
store_old
Set ofn and ocd to reflect the values we got back. */
src/engine/boehm_gc/dbg_mlc.c:924
↓ 4 callers
Function
strcspn
src/engine/regexp.c:1312
↓ 4 callers
Function
string_renew
src/engine/execnt.c:548
↓ 4 callers
Function
string_reserve
src/engine/strings.c:92
↓ 4 callers
Function
suffix
(rename)
test/generators_test.py:311
↓ 4 callers
Function
tag_maybe
(param)
src/contrib/boost.py:269
↓ 4 callers
Function
test_default_toolset_on_os
Test that the given toolset is used as the default toolset on the given os. Uses hardcoded knowledge of how Boost Build decides on which host OS i
test/default_toolset.py:115
← previous
next →
301–400 of 2,375, ranked by callers