Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/config/abi/borland_prefix.hpp @ 133:4acb5d8d80b6 tip
Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author | Chris Cannam |
---|---|
date | Tue, 30 Jul 2019 12:25:44 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 // (C) Copyright John Maddock 2003. |
Chris@16 | 2 // Use, modification and distribution are subject to the |
Chris@16 | 3 // Boost Software License, Version 1.0. (See accompanying file |
Chris@16 | 4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 5 |
Chris@16 | 6 // for C++ Builder the following options effect the ABI: |
Chris@16 | 7 // |
Chris@16 | 8 // -b (on or off - effect emum sizes) |
Chris@16 | 9 // -Vx (on or off - empty members) |
Chris@16 | 10 // -Ve (on or off - empty base classes) |
Chris@16 | 11 // -aX (alignment - 5 options). |
Chris@16 | 12 // -pX (Calling convention - 4 options) |
Chris@16 | 13 // -VmX (member pointer size and layout - 5 options) |
Chris@16 | 14 // -VC (on or off, changes name mangling) |
Chris@16 | 15 // -Vl (on or off, changes struct layout). |
Chris@16 | 16 |
Chris@16 | 17 // In addition the following warnings are sufficiently annoying (and |
Chris@16 | 18 // unfixable) to have them turned off by default: |
Chris@16 | 19 // |
Chris@16 | 20 // 8027 - functions containing [for|while] loops are not expanded inline |
Chris@16 | 21 // 8026 - functions taking class by value arguments are not expanded inline |
Chris@16 | 22 |
Chris@16 | 23 #pragma nopushoptwarn |
Chris@16 | 24 # pragma option push -a8 -Vx- -Ve- -b- -pc -Vmv -VC- -Vl- -w-8027 -w-8026 |
Chris@16 | 25 |
Chris@16 | 26 |
Chris@16 | 27 |