Oliver Kowalke
6431d27506
fix #11604 : Assembler Error A1010 with Intel Compiler 16.0 (win7 64bit)
2015-08-31 21:20:41 +02:00
Oliver Kowalke
b48f92384e
define BOOST_DISABLE_ASSERTS in Jamfile
...
- for variant=release or optimization=speed define BOOST_DISABLE_ASSERTS
2015-06-13 08:00:39 +02:00
Oliver Kowalke
fcb2283c76
first guess for support of MinGW
2015-06-05 15:00:36 +02:00
Inseok Lee
4818164601
Do not export symbols for static build on PE builds.
...
Symbols incorrectly marked for export on static libraries exported on final executable. This change make symbols not to be marked as export on static builds.
2015-04-25 11:30:24 +09:00
Oliver Kowalke
39ccd9687e
Lift architecture detection
2015-03-08 17:42:48 +01:00
Oliver Kowalke
8481d3ccfc
add support for ARM64/ELF
2015-02-23 16:23:11 +01:00
Oliver Kowalke
1a119ca612
add support for Valgrind
2015-01-29 19:11:44 +01:00
Oliver Kowalke
fa078765cb
me stack-allocators/some fixes
2015-01-23 22:02:20 +01:00
Oliver Kowalke
d0ab46ad5c
use std::call_once + lambda in stack_traits init
...
- stack_traits uses std::call_once for static initialization
2015-01-15 18:31:45 +01:00
Oliver Kowalke
de60227a90
remove untested.cpp for ARM64/MACH-O
2014-12-30 21:08:50 +01:00
Oliver Kowalke
a917cd01b1
fix linker issue
2014-12-18 19:53:35 +01:00
Oliver Kowalke
c5292fea24
make ARM64 unsupported
2014-11-21 20:21:22 +01:00
Oliver Kowalke
cbcd605a24
add support fro ARM64/MACH-O
2014-11-12 19:46:42 +01:00
Axel Ismirlian
ada351d11a
Fixed assembly support for PowerPC 32-bit XCOFF on AIX and added assembly support for PowerPC 64-bit XCOFF on AIX
2014-08-01 13:33:43 -05:00
Oliver Kowalke
7bf60bd05c
enable support for PowerPC 32bit XCOFF on AIX
2014-07-02 19:14:20 +02:00
Oliver Kowalke
e8f58a00a6
fix typo in Jamfile.v2 reagdring to MacOSX
2014-06-11 20:49:45 +02:00
Oliver Kowalke
9d68bc3e7f
enable universal and combined for PPC on MacOS X
2014-06-01 10:20:08 +02:00
olk
557cfca7d6
Update Jamfile.v2
2014-05-12 09:45:13 +02:00
Oliver Kowalke
db98f62cbe
fix issue with MacOSX: bug #9772
2014-03-19 17:09:13 +01:00
Oliver Kowalke
f5865b30b7
enable universal build for x86 and MACH-O
2014-03-13 17:55:19 +01:00
olk
2775fe1c5d
Update Jamfile.v2
...
- add word size specifier to GNU as command line (required for cross-compiling; ELF only)
- use property <abi> in file selection
2014-03-13 08:50:36 +01:00
Oliver Kowalke
65298767a5
explicit clang for Mac OS X
2014-03-11 06:17:26 +01:00
Oliver Kowalke
42af6cc3f9
dow pass asm-files directly to toolset darwin
2014-03-10 20:32:01 +01:00
Oliver Kowalke
25fffab8d8
remove -am option for GNU as
2014-03-09 22:04:18 +01:00
Oliver Kowalke
7e49b373f5
enable powerpc_64 for ELF+SYSV
2014-03-06 19:14:54 +01:00
Oliver Kowalke
54a58eaf6d
let asm files pass preprocessor
2014-03-06 19:09:24 +01:00
Oliver Kowalke
0f0e39412e
mark SPARC target as unsupported
2014-02-21 06:59:32 +01:00
Oliver Kowalke
80a586d247
specify clang explicitly for MacOS X
2014-02-20 22:33:57 +01:00
Oliver Kowalke
f420d66274
make untested platforms not compile-able
2014-02-20 19:22:05 +01:00
Oliver Kowalke
7f51eed10c
adapt asm for ARM/AAPCS/ELF
2014-02-19 20:09:41 +01:00
Oliver Kowalke
61ca823193
add some notes for X32 ABI
2014-01-17 17:04:49 +01:00
Oliver Kowalke
78457edc28
add missing file for testing for architecture combined
2014-01-13 18:02:17 +01:00
Oliver Kowalke
1ef88de0e5
change Jamfile for Apple's OSs
2014-01-11 10:06:29 +01:00
Oliver Kowalke
5f52abd82f
add support for 'combined' architeture on MacOS X
2014-01-09 17:39:59 +01:00
Oliver Kowalke
7534fe5d1c
reduce selection of asm-files in Jamfile
2014-01-09 17:33:12 +01:00
Oliver Kowalke
d66264f297
change selection of asm-files on MacOS X on x86
2014-01-09 17:21:20 +01:00
Oliver Kowalke
7b15eab70d
dd support for PPC universal libs
2014-01-08 19:39:02 +01:00
Oliver Kowalke
f183534baa
add support for x32 on x86_64
2013-12-08 11:50:10 +01:00
Oliver Kowalke
7710c36098
support for universal libraries on MacOS X
2013-12-08 09:44:43 +01:00
Oliver Kowalke
f201ec576d
support adn fixes for iOS/ARM
2013-12-04 06:43:59 +01:00
Oliver Kowalke
597f40dd06
support for XCOF on AIX (powerpc)
2013-12-04 06:42:02 +01:00
Oliver Kowalke
e71743b756
context: fix auto-link inc config.hpp
...
[SVN r84995]
2013-07-10 06:37:39 +00:00
Oliver Kowalke
6d6affc594
context: support for architecture SPARC added
...
[SVN r82583]
2013-01-21 19:24:01 +00:00
Oliver Kowalke
46edb7e730
context: change input/output files for armasm
...
[SVN r82503]
2013-01-15 20:53:21 +00:00
Oliver Kowalke
8860b5ef38
context: fix bug #7864 for Win32 too
...
[SVN r82389]
2013-01-07 21:31:02 +00:00
Oliver Kowalke
232ba432c8
context: fix for bug #7864
...
[SVN r82388]
2013-01-07 21:24:57 +00:00
Oliver Kowalke
a397f97896
context: asm for ARM modified
...
[SVN r82195]
2012-12-23 21:23:19 +00:00
Oliver Kowalke
d02b60c1ae
context: support for Windows Embedded on ARM
...
[SVN r82167]
2012-12-22 12:03:44 +00:00
Oliver Kowalke
2f1f99d58e
context: initial support for iOS on ARM; used newer vector ld/sr ops
...
[SVN r81766]
2012-12-07 17:53:27 +00:00
Oliver Kowalke
7eb32ae6c2
context: seh cleanup for Windows
...
[SVN r81706]
2012-12-04 18:10:37 +00:00