summaryrefslogtreecommitdiff
path: root/lib/libcxxrt
AgeCommit message (Expand)Author
2025-04-11src: Use gnu++17 as the default C++ standardJohn Baldwin
2024-08-21libcxxrt: Add a stub implementation of __cxa_call_terminateJohn Baldwin
2024-05-17libcxxrt: allow build with gcc13 and --no-undefined-versionBrooks Davis
2024-04-22libcxxrt: align more with libc/MakefileBrooks Davis
2024-04-22libcxxrt: define SHLIBDIR before including bsd.own.mkDimitry Andric
2024-04-16libcxxrt: don't export nonexistant symbolsBrooks Davis
2024-01-25Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28baDimitry Andric
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-01-22Sort SRCS in libcxxrt's Makefile, and use += to list sourcesDimitry Andric
2020-09-11Only set WARNS if not definedKyle Evans
2020-01-14Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-10-06Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-07-26Merge libcxxrt master f96846efbfd508f66d91fcbbef5dd808947c7f6d.Dimitry Andric
2019-04-22Rework CXXSTD setting via r345708Enji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345706: the third time will be the charmEnji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345704Enji Cooper
2019-03-29CXXSTD is the C++ analogue to CSTD.Enji Cooper
2018-01-23libcxxrt: Move mangled symbols out of extern "C++" in Version.mapEd Maste
2017-11-03Export std::get_new_handler() from libcxxrt.soAlex Richardson
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-22Surround any unmangled C++ names in libcxxrt's version map with 'externDimitry Andric
2017-02-21Add __int128-related symbols to libcxxrt's version map. Put these intoDimitry Andric
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-06-29libcxxrt: correct mangled "typeinfo name" symbols in Version.mapEd Maste
2016-05-29GCC External: Revert r300886, r300904, r300917, r300918Bryan Drewery
2016-05-27Move external GCC compiler hacks to bsd.sys.mk.Bryan Drewery
2016-05-27After r300770, for libc++ and libcxxrt, use -isystem instead of -I.Dimitry Andric
2016-04-04MFHGlen Barber
2016-03-27Compile libcxxrt as C++11, since it is only really used in combinationDimitry Andric
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-02-05Remove libc, librtld_db, libthr packages, and further increaseGlen Barber
2016-02-04First pass through library packaging.Glen Barber
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-10-05Add std::uncaught_exceptions() to libcxxrt (C++17, see N4152 and N4259).Dimitry Andric
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-06-23Add __cxa_deleted_virtual to libcxxrt's version map.Dimitry Andric
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-21Add support for __cxa_throw_bad_array_new_length in libcxxrtBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-27Merge headSimon J. Gerraty