index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcxx.zig
Age
Commit message (
Expand
)
Author
2024-06-08
libcxx: fix building when -fsingle-threaded
Michael Dusan
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-08
libcxx, libtsan, libunwind: fix error reporting
Andrew Kelley
2024-05-08
libcxx: update to LLVM 18
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-01-18
libcxx: fix C++ builds with glibc <2.16 without aligned_alloc
Emil Tywoniak
2024-01-13
libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibc >=2.18
jimying
2024-01-10
libcxx: fix not passing any_sanitize_thread correctly
Andrew Kelley
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
glibc: update to new Compilation API
Andrew Kelley
2024-01-01
libcxx: update to new Compilation API
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2023-10-20
llvm: set PIE only for executables
Michael Dusan
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-19
libcxx: update to LLVM 17
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2022-11-22
Compilation: avoid Cache hash dependency on zig lib path
Andrew Kelley
2022-10-27
libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibc
Andrew Kelley
2022-09-12
libcxx: define _LIBCPP_ABI_VERSION and _LIBCPP_ABI_NAMESPACE
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-04
update libcxxabi to LLVM 15
Andrew Kelley
2022-08-04
update libcxx to LLVM 15
Andrew Kelley
2022-07-02
libcxx: add additional include directory
Andrew Kelley
2022-07-01
update libcxx to llvm 14.0.6
Andrew Kelley
2022-05-10
Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx.
Alexander Slesarev
2022-01-30
remove __muloti4 from libc++
Jonathan Marler
2022-01-10
Build fs/filesystem libcxx module when targeting GNU Win
Jakub Konka
2022-01-02
stage2: fix path to cache artifacts in libcxx,
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-16
libcxx: disable redundant new/delete definitions
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-10-01
libcxx: pass -faligned-allocation flag when needed
Andrew Kelley
2021-10-01
libcxx: update to compile with -std=c++20
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-01
stage2: libcxx: logic for skipping OS-specific files
Andrew Kelley
2021-08-16
update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-06-15
fix comments.
Takeshi Yoneda
[next]