index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 10.0.1
Tom Stellard
2020-04-13
1
-1
/
+1
*
Drop git version suffix
Aaron Puchert
2020-02-17
1
-1
/
+1
*
[libc++] Require C++14 in all cases.
Eric Fiselier
2019-12-11
1
-13
/
+7
*
[libcxx{,abi}] Emit deplibs only when detected by CMake
Michał Górny
2019-12-02
1
-1
/
+6
*
[libc++] Separate -include and path to the site config file
Louis Dionne
2019-11-18
1
-1
/
+1
*
change LLVM_VERSION_SUFFIX default from svn to git
Nick Desaulniers
2019-11-11
1
-1
/
+1
*
build: avoid custom handling for C++ standard
Saleem Abdulrasol
2019-11-02
1
-14
/
+11
*
[libc++] Force the ABI namespace to be a reserved identifier
Louis Dionne
2019-10-29
1
-1
/
+1
*
[libc++] Move the linker script generation step to CMake
Louis Dionne
2019-10-08
1
-6
/
+0
*
[libc++] Make sure we link all system libraries into the benchmarks
Louis Dionne
2019-10-08
1
-0
/
+61
*
[libc++] Localize common build flags into a single CMake function
Louis Dionne
2019-10-04
1
-0
/
+11
*
Add an off-by-default option to enable testing for gdb pretty printers.
Sterling Augustine
2019-10-04
1
-0
/
+1
*
[libc++] Make the modules-related flags PUBLIC instead of PRIVATE
Louis Dionne
2019-10-04
1
-2
/
+2
*
[libc++] Move more CMake flags to per-target definitions
Louis Dionne
2019-10-04
1
-19
/
+25
*
[libc++] Add a per-target flag to include the generated config_site
Louis Dionne
2019-10-03
1
-12
/
+12
*
[libc++] Use functions instead of global variables to set libc++ build flags
Louis Dionne
2019-10-02
1
-38
/
+73
*
[libc++] Use a function to set warning flags per target
Louis Dionne
2019-10-02
1
-32
/
+33
*
[libc++] Re-apply workaround for D63883
Louis Dionne
2019-10-01
1
-0
/
+10
*
[libc++] Remove workaround for D63883
Louis Dionne
2019-10-01
1
-10
/
+0
*
Revert "[libc++] Take 3: Do not cleverly link against libc++abi just because ...
Louis Dionne
2019-08-08
1
-0
/
+23
*
[libc++] Remove temporary hack for D63883
Louis Dionne
2019-08-07
1
-10
/
+0
*
[libc++] Take 3: Do not cleverly link against libc++abi just because it happe...
Louis Dionne
2019-08-07
1
-13
/
+0
*
[libc++] Take 2: Integrate the PSTL into libc++
Louis Dionne
2019-08-05
1
-0
/
+2
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
1
-2
/
+0
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
1
-0
/
+2
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
1
-1
/
+1
*
Constrain workaround to avoid affecting other buildbots
Eric Fiselier
2019-07-15
1
-2
/
+4
*
Add another buildbot username to the workaround list
Eric Fiselier
2019-07-12
1
-1
/
+1
*
Attempt to override broken buildbot config for libc++abi.
Eric Fiselier
2019-07-12
1
-0
/
+8
*
Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because ...
Vitaly Buka
2019-07-08
1
-0
/
+13
*
[libc++] Take 2: Do not cleverly link against libc++abi just because it happe...
Louis Dionne
2019-07-08
1
-13
/
+0
*
Revert "[libc++] Do not cleverly link against libc++abi just because it happe...
Louis Dionne
2019-07-05
1
-0
/
+13
*
[libc++] Do not cleverly link against libc++abi just because it happens to be...
Louis Dionne
2019-07-05
1
-13
/
+0
*
Fix placement of -Wno-ignored-attributes
Eric Fiselier
2019-06-23
1
-2
/
+3
*
Disable -Wignored-attributes for now
Eric Fiselier
2019-06-23
1
-0
/
+1
*
[runtimes] Check if pragma comment(lib, ...) is supported first
Petr Hosek
2019-05-30
1
-0
/
+4
*
Rework std::type_info definition to support systems without fully
Eric Fiselier
2019-05-29
1
-1
/
+15
*
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...
Petr Hosek
2019-05-22
1
-9
/
+11
*
[gn] Support for building libc++
Petr Hosek
2019-05-02
1
-2
/
+1
*
[libcxx] Move CMake file to src, avoid using globs
Petr Hosek
2019-05-01
1
-1
/
+1
*
[libc++][CMake] Always provide new/delete in libc++ unless specified otherwise
Louis Dionne
2019-04-18
1
-12
/
+2
*
[libc++][CMake] Allow building neither the shared nor the static library
Louis Dionne
2019-04-17
1
-4
/
+0
*
[libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platforms
Louis Dionne
2019-03-25
1
-6
/
+2
*
Allow disabling of filesystem library.
Eric Fiselier
2019-03-21
1
-0
/
+6
*
[libc++][CMake] Clean up some of the libc++ re-exporting logic
Louis Dionne
2019-03-20
1
-0
/
+2
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
1
-17
/
+0
*
Revert "[libc++] Build <filesystem> support as part of the dylib"
Louis Dionne
2019-03-19
1
-0
/
+17
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
1
-17
/
+0
*
[libc++][NFC] Promote CMake comment to an actual option description
Louis Dionne
2019-03-18
1
-3
/
+3
*
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
Matthew Voss
2019-03-08
1
-11
/
+9
[next]