Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
1fc5010d6b70bb5c2330595230ca5c5fe07bcad0
/
libcxx
/
lib
ecf313c
[libc++] Fix the no-exceptions build of libc++ on Apple
by Louis Dionne
· 5 years ago
d34241a
[libc++] Add SHA for C++20 Synchronization Library in ABI changelog
by Louis Dionne
· 5 years ago
b21405d
[libc++] Fix CI and Linux failures after landing D68480
by Louis Dionne
· 5 years ago
80e73f2
[libc++] Adapt a few things around the implementation of P1135R6
by Louis Dionne
· 5 years ago
5e52eff
[libc++] Add ABI list for 9.0 release
by Louis Dionne
· 5 years ago
0961a15
[libc++] Add missing revision number in ABI changelog
by Louis Dionne
· 6 years ago
be8c669
[libc++] Update ABI list for ABI v2
by Louis Dionne
· 6 years ago
f80c4b6
[libcxx] Move CMake file to src, avoid using globs
by Petr Hosek
· 6 years ago
68924e6
[libc++][CMake] Refactor how we link against system libraries
by Louis Dionne
· 6 years ago
de32935
Remove incorrect explicit instantiation declarations for valarray
by Richard Smith
· 6 years ago
e9a2d1c
[libcxx] Update gen_link_script.py to support different input and output
by Petr Hosek
· 6 years ago
549048f
[libc++] Make sure we re-export some missing libc++abi symbols from libc++
by Louis Dionne
· 6 years ago
1788b89
[CMake] Split linked libraries for shared and static libc++
by Petr Hosek
· 6 years ago
5e165fb
[NFC] Add missing revision number in libc++ ABI changelog
by Louis Dionne
· 6 years ago
c90045b
[CMake] Fix statically linking in libcxxabi if built separately
by Martin Storsjo
· 6 years ago
fecbf59
[libc++] Remove install_name and compatibility_version on OS X
by Louis Dionne
· 6 years ago
cd9a528
[libc++][CMake] Make sure the benchmarks link against libc++abi
by Louis Dionne
· 6 years ago
6e68a79
[libc++] Localize CMake code only related to the shared library
by Louis Dionne
· 6 years ago
30d9af1
[CMake] Differentiate between static and shared libc++abi
by Petr Hosek
· 6 years ago
9760737
[libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platforms
by Louis Dionne
· 6 years ago
c48e223
[libc++] Update the list of symbols exported from libc++abi for new/delete
by Louis Dionne
· 6 years ago
5934341
[libc++] Re-export the sjlj ABI v2 for ARM architectures
by Louis Dionne
· 6 years ago
f1d87f8
Allow disabling of filesystem library.
by Eric Fiselier
· 6 years ago
2d0b4d6
[libc++][CMake] Clean up some of the libc++ re-exporting logic
by Louis Dionne
· 6 years ago
2b27c00
[libc++] Complete the ABI changelog after landing <filesystem> in the dylib
by Louis Dionne
· 6 years ago
cc37af7
[libc++] Build <filesystem> support as part of the dylib
by Louis Dionne
· 6 years ago
f7b4323
Revert "[libc++] Build <filesystem> support as part of the dylib"
by Louis Dionne
· 6 years ago
9b7685d
Fixup ABI lists on Linux after adding <filesystem> to the dylib.
by Eric Fiselier
· 6 years ago
72122d0
[libc++] Build <filesystem> support as part of the dylib
by Louis Dionne
· 6 years ago
61b302f
Remove exception throwing debug mode handler support.
by Eric Fiselier
· 6 years ago
702411f
[libc++][CMake] Do not define `cxx_shared_EXPORTS` when building the shared library
by Louis Dionne
· 6 years ago
850a3d3
[libc++][CMake] Fix typo introduced in r356150
by Louis Dionne
· 6 years ago
30f305e
[libc++] Do not force building with -fPIC (re-applying)
by Louis Dionne
· 6 years ago
989eca6
[libc++] Do not share an object library to create the static/shared libraries
by Louis Dionne
· 6 years ago
9dd9495
Revert "[libc++] Do not force building with -fPIC"
by Eric Fiselier
· 6 years ago
2714d58
[libc++] Do not force building with -fPIC
by Louis Dionne
· 6 years ago
3d678b5
[NFC] Add missing revision information to ABI Changelog
by Louis Dionne
· 6 years ago
1262e52
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
by Matthew Voss
· 6 years ago
28302c6
[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/
by Petr Hosek
· 6 years ago
1c014d7
Fix -fsanitize=vptr badness in <__debug>
by Eric Fiselier
· 6 years ago
fc778fa
[libc++] Remove old CMake workaround
by Louis Dionne
· 6 years ago
9d487c7
Make LIBCXX_STANDARD_VER configurable
by Eric Fiselier
· 6 years ago
609d676
Format sym_extract.py output to minimize diff output.
by Eric Fiselier
· 6 years ago
17f9331
Add missing symbols to Apple v2 abi list.
by Eric Fiselier
· 6 years ago
7cddb68
Add ABI list directories for 8.0
by Eric Fiselier
· 6 years ago
8e78915
[CMake] Use correct visibility for linked libraries in CMake
by Petr Hosek
· 6 years ago
c0b3d36
Revert "[CMake] Use correct visibility for linked libraries in CMake"
by Petr Hosek
· 6 years ago
b9128d8
[CMake] Use correct visibility for linked libraries in CMake
by Petr Hosek
· 6 years ago
6409d75
[NFC] Add missing revision for removal of bad_array_length in ABI changelog
by Louis Dionne
· 6 years ago
a2685cd
[libcxx] Support building hermetic static library
by Petr Hosek
· 6 years ago
e823b6d
[libcxx] Remove bad_array_length
by Louis Dionne
· 7 years ago
1497359
[libcxx] Make sure the re-export logic works when paths contain spaces
by Louis Dionne
· 7 years ago
3aeeaff
[libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
by Louis Dionne
· 7 years ago
2359864
[NFC][libcxx] Add revision number to ABI changelog
by Louis Dionne
· 7 years ago
835140a
[libcxx] Make sure we can build with -fvisibility=hidden on Linux
by Louis Dionne
· 7 years ago
bdc6dee
Correct ABI list change wrongly advertised as being in the 7.0 release
by Louis Dionne
· 7 years ago
88be0d1
Revert "Build with -fvisibility=hidden"
by Eric Fiselier
· 7 years ago
6426a8d
Build with -fvisibility=hidden
by Eric Fiselier
· 7 years ago
7bf4557
[NFC] Update comment in libc++ ABI changelog
by Louis Dionne
· 7 years ago
9b3222f
[libc++] Make sure we can build libc++ with -fvisibility=hidden
by Louis Dionne
· 7 years ago
950b8e1
[libcxx] Remove custom CMake code targeting Mac OS 10.6
by Louis Dionne
· 7 years ago
436a401
[libcxx] Document new symbols __u64toa and __u32toa on Darwin
by Louis Dionne
· 7 years ago
8a15c92
[libcxx] Fix the definition of the check-cxx-abilist target on Darwin
by Louis Dionne
· 7 years ago
dbbb4b1
Document new symbols for __u64toa and __u32toa
by Zhihao Yuan
· 7 years ago
f3b9472
Similar to the handling of darwin target triples, strip the version
by Dimitry Andric
· 7 years ago
ba71bd7
[libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro
by Louis Dionne
· 7 years ago
63ebd3b
[libc++] Fix build failures after merging <charconv>
by Zhihao Yuan
· 7 years ago
67ea02b
Add libc++fs to the test deps, and not to the target 'cxx'.
by Eric Fiselier
· 7 years ago
ce65245
Attempt to unbreak *all the bots*
by Eric Fiselier
· 7 years ago
998a5c8
Implement <filesystem>
by Eric Fiselier
· 7 years ago
4a1e14e
[CMake] Option to control whether shared/static library is installed
by Petr Hosek
· 7 years ago
058c04c
Reland "[CMake] Support statically linking dependencies only to shared or static library"
by Petr Hosek
· 7 years ago
781ee0b
Revert "[CMake] Support statically linking dependencies only to shared or static library"
by Petr Hosek
· 7 years ago
7a0295c
[CMake] Support statically linking dependencies only to shared or static library
by Petr Hosek
· 7 years ago
e9b3f58
[libc++] Allow running ABI list tests with different ABI versions
by Louis Dionne
· 7 years ago
21e7aab
[CMake] Rename cxx_headers back to cxx-headers.
by Ahmed Bougacha
· 7 years ago
a9e7908
[CMake] Use common variable for all header targets NFC
by Petr Hosek
· 7 years ago
0aa70fa
[CMake] Add a missing target dependency on C++ ABI headers
by Petr Hosek
· 7 years ago
c20c182
Reland "Use custom command and target to install libc++ headers"
by Petr Hosek
· 7 years ago
18567ea
Update ABI lists after change in r333467.
by Eric Fiselier
· 7 years ago
f73514c
Revert "[CMake] Use custom command and target to install libc++ headers"
by Petr Hosek
· 7 years ago
e10ef35
[CMake] Use custom command and target to install libc++ headers
by Petr Hosek
· 7 years ago
aaabea0
[CMake] Copy the generated __config header into build directory
by Petr Hosek
· 7 years ago
88434fe
LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() is
by Don Hinton
· 7 years ago
d21aeff
Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.
by Don Hinton
· 7 years ago
7e9453d
Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.
by Don Hinton
· 7 years ago
7b4be6f
[cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.
by Don Hinton
· 7 years ago
f7c7944
[libc++] Create install-stripped targets
by Shoaib Meenai
· 7 years ago
80705d8
Update changelog revision
by Eric Fiselier
· 8 years ago
d87b880
ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX
by Eric Fiselier
· 8 years ago
fb8eb6f
Use CMAKE_AR instead of the system default 'ar' for merging static libraries
by Martin Storsjo
· 8 years ago
783d433
Add MINGW_LIBRARIES to the linker flags
by Martin Storsjo
· 8 years ago
95e45f9
[CMake] Use MATCHES for regular expression.
by Leo Li
· 8 years ago
510e70f
[libcxx][CMake] Add install path variable to allow overriding the destination
by Petr Hosek
· 8 years ago
6af1b7d
Move external instantiation for __vector_base_common to vector.cpp
by Eric Fiselier
· 8 years ago
8fd2d37
libcxx: fix bootstrapping for mingw-w64
by Martell Malone
· 8 years ago
3e254a6
[libc++] Implement exception_ptr on Windows
by Eric Fiselier
· 8 years ago
70a3eb6
Rename the static version of libc++ on Windows.
by Eric Fiselier
· 8 years ago
9b25fb7
[libcxx] Fix check-cxx-abilist on OS X
by Eric Fiselier
· 8 years ago
963bcd2
[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested
by Petr Hosek
· 8 years ago
Next »