haiku/build/jam
Augustin Cavalier 37ea891aad Enable -fvisibility=hidden on static libraries by default.
Only on non-GCC2 for now, as GCC2 does not have -fvisibility.

An opt-out is left as a possibility, and is unfortunately necessary
for libshared and libicon, as these two are used even in WebKit instead
of linking to the .a. However, libcolumnlistview, libagg, and a whole
bunch of others are now no longer exported, so this is already a major
improvement on what symbols we were leaking.

This may provide performance differences for consumers of these APIs,
as GCC and the linker are now free to merge and directly use functions
that previously could have been semantically interposed. AGG usage in
app_server, especially, may benefit.

We can also now remove the addition from libnetservices, so do that.
2021-09-08 17:32:47 -04:00
..
board system/boot: Add support for multiple bootloaders 2018-10-17 14:47:46 -05:00
images arm: make sure fdt bus_mananger is added for arm 2021-09-03 17:34:42 -05:00
packages Remove fdt from arm64 haiku image 2021-08-28 17:34:10 +02:00
repositories Intial HaikuPorts config for ARM64 2021-08-28 17:47:22 +02:00
ArchitectureRules Use PIC and shared flags on ARM64 2021-08-21 10:33:59 +02:00
BeOSRules Adding the Quick Tour 2019-11-26 06:39:58 +00:00
BootRules efi: Don't skip TargetBootLibgcc, we need it for 32-bit fp math 2020-02-26 18:01:42 +00:00
BuildFeatureRules configure & build: Rework legacy GCC detection to parse versions outside of Jam. 2020-10-09 01:20:02 +00:00
BuildFeatures Translators: Add an AVIF translator 2021-08-27 19:04:28 +00:00
BuildSetup build: add rpath for build tools. 2021-07-11 12:12:57 +00:00
CDRules build: Use the absolute path on more instances of build_* scripts. 2018-11-02 23:26:11 -04:00
CommandLineArguments Remove deprecated build profiles @image and @vmware-image. 2020-05-09 19:35:06 +00:00
ConfigRules Add more missing 'local's to variable declarations. 2014-08-13 13:32:43 +02:00
DefaultBuildProfiles build: Small bump to release image size 2021-07-06 13:20:46 +00:00
FileRules build/jam: Inline HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR where possible. 2019-08-30 17:11:50 -04:00
HaikuPackages netfs: Fix and enable on 64-bit. 2018-11-18 14:37:06 -05:00
HeadersRules jam/HeaderRules: Put posix before gcc 2019-06-03 13:25:48 +00:00
HelperRules HelperRules: Fix typo in the new CC_IS_LEGACY_GCC test. 2020-10-10 16:24:43 -04:00
ImageRules Fix build on OSX host 2021-08-16 11:17:29 +00:00
KernelRules KernelLd: the kernel must be rebuilt when its linker script is modified. 2021-01-01 00:45:13 +00:00
LocaleRules LocaleRules: Ignore errors in ExtractCatalogEntries. 2021-09-06 16:45:13 -04:00
MainBuildRules Enable -fvisibility=hidden on static libraries by default. 2021-09-08 17:32:47 -04:00
MathRules Add more missing 'local's to variable declarations. 2014-08-13 13:32:43 +02:00
MiscRules build/jam: Inline HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR where possible. 2019-08-30 17:11:50 -04:00
OptionalPackages Update build packages repository 2021-05-14 14:59:19 +00:00
OverriddenJamRules OverriddenJamRules: Remove an unneeded and erroneous ";" 2019-08-28 22:52:22 -04:00
PackageRules Overhaul "haiku" PackageInfo. 2021-08-27 13:40:10 -04:00
RepositoryRules build/jam: Inline HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR where possible. 2019-08-30 17:11:50 -04:00
SystemLibraryRules build: Rework gcc2 test_app_server build logic a bit. 2020-01-05 17:17:41 -05:00
TestsRules unittests: Build copied BAppTest files 2015-11-01 14:19:04 +01:00
UserBuildConfig.ReadMe Update build packages repository 2021-05-14 14:59:19 +00:00
UserBuildConfig.sample Make it a bit easier to skip first boot prompt 2017-01-01 16:59:47 -08:00