Commit Graph

857 Commits

Author SHA1 Message Date
Oliver Kowalke
376fc0466f context: fix incorect member name in fcontext_t
[SVN r78092]
2012-04-20 15:52:38 +00:00
Oliver Kowalke
21dbf595b6 context: add default ctor to fcontext_t
[SVN r78088]
2012-04-20 08:38:57 +00:00
Oliver Kowalke
9b2e86a30c context: reorganize structure of struct fcontext_t
[SVN r78087]
2012-04-20 07:59:28 +00:00
Oliver Kowalke
96b8b9a8db context: comment int documentation related to building on 64bit Windows
[SVN r78084]
2012-04-19 19:39:50 +00:00
Oliver Kowalke
5d8fa5f27b context: cast for void *
[SVN r78083]
2012-04-19 19:33:26 +00:00
Oliver Kowalke
5199d5e7b7 context: update asm according to calling convetion for FP
[SVN r78082]
2012-04-19 19:07:50 +00:00
Oliver Kowalke
73dc406bcd context: addtional comments to FPU and calling convetion
[SVN r78077]
2012-04-19 12:18:50 +00:00
Oliver Kowalke
dde275b359 context: add link to MSDN related to register usage on Win64
[SVN r78071]
2012-04-18 18:42:45 +00:00
Oliver Kowalke
1956ebde6e context: update documentation related to FPU registers and calling conventions
[SVN r78070]
2012-04-18 18:33:57 +00:00
Oliver Kowalke
a8dddfee04 context: documentation related to preserving floating-pointer registers
[SVN r78064]
2012-04-18 13:16:04 +00:00
Oliver Kowalke
d59af1b238 context: no PGI support in cycle_x86-64.hpp
[SVN r78050]
2012-04-17 17:41:12 +00:00
Oliver Kowalke
298e975ae0 context: remove programm_options from performance test
[SVN r78049]
2012-04-17 17:33:52 +00:00
Oliver Kowalke
57a3ddac49 context: correct foramt flag in seh.cpp
[SVN r78048]
2012-04-17 17:17:38 +00:00
Oliver Kowalke
6344c525cc context: MACRO for snprint
[SVN r78038]
2012-04-17 10:16:29 +00:00
Oliver Kowalke
0874afa175 icontext: use snprintf in seh handler
[SVN r78033]
2012-04-17 07:31:34 +00:00
Oliver Kowalke
b5d3fe3e08 context: support of other compilers for performance test
[SVN r78032]
2012-04-17 07:09:19 +00:00
Oliver Kowalke
97ff7d1100 context: reorganice performance measurement
[SVN r77987]
2012-04-15 10:49:42 +00:00
Oliver Kowalke
9deb45a979 context: enable ucontext in performance test
[SVN r77952]
2012-04-13 18:51:26 +00:00
Oliver Kowalke
13b4a5b3bd context: library stripped
[SVN r77938]
2012-04-12 18:42:36 +00:00
Oliver Kowalke
5ecf9bad00 context: refactor unwind example (recursive call)
[SVN r77653]
2012-03-30 18:54:31 +00:00
Oliver Kowalke
792aa90088 context: set correct size on stack for parameter are
[SVN r77641]
2012-03-30 07:16:02 +00:00
Oliver Kowalke
60543ffd83 context: add assembler attributes to ppc64 asm
[SVN r77581]
2012-03-27 07:24:20 +00:00
Oliver Kowalke
880e5d3bbb context: reformating Jamfile
[SVN r77580]
2012-03-27 06:17:35 +00:00
Oliver Kowalke
1bb603231c context: remove 'error' pre-processor macro for i386; add description
[SVN r77579]
2012-03-27 06:03:04 +00:00
Oliver Kowalke
d8c0f44e78 context: fix for icc - test for x86_64 before i386
[SVN r77538]
2012-03-25 07:17:28 +00:00
Oliver Kowalke
7aca3ff9d4 context: fix missing MSVC platform macros
[SVN r77493]
2012-03-23 05:39:33 +00:00
Oliver Kowalke
cebab38d5a context: test macros for architecture enhanced
[SVN r77477]
2012-03-22 16:05:54 +00:00
Oliver Kowalke
43996b8191 context: use boost::forward for function pointers in context class
[SVN r77469]
2012-03-22 07:45:00 +00:00
Oliver Kowalke
25026d4c06 context: tested compilers updated in documentation
[SVN r77459]
2012-03-21 20:44:05 +00:00
Oliver Kowalke
e6b7a00acf context: support other compiler suites (using gas on POSIX/masm on Windows)
[SVN r77450]
2012-03-21 08:19:55 +00:00
Oliver Kowalke
d1f145ce7b context: add support for 32bit MacOS X
[SVN r77449]
2012-03-21 07:52:00 +00:00
Oliver Kowalke
b5a05c891f context: remove differentiation between PIC and non-PIC in assembler
[SVN r77448]
2012-03-21 07:47:04 +00:00
Oliver Kowalke
430e4f9d22 context: asm for ppc corrected
[SVN r77436]
2012-03-20 18:28:29 +00:00
Oliver Kowalke
2dead02be2 context: exclude 32bit darwin from build
[SVN r77426]
2012-03-20 07:10:33 +00:00
Oliver Kowalke
3498950caf context: fix missing memebr functions incontext
[SVN r77331]
2012-03-14 08:29:20 +00:00
Oliver Kowalke
8d1deae68f icontext: add requirements section to documentation
[SVN r77322]
2012-03-13 09:07:40 +00:00
Oliver Kowalke
95937a481c context: documentation update and check-functions in context public interface
[SVN r77321]
2012-03-13 09:06:35 +00:00
Oliver Kowalke
22fedc4bc6 context: echo 'toolset not supported' from Jamfile
[SVN r77282]
2012-03-09 07:45:56 +00:00
Oliver Kowalke
9cacad90b5 context: support only for gcc(mingw)/intel/msvc in Jamfile
[SVN r77281]
2012-03-09 07:33:34 +00:00
Oliver Kowalke
cf38ed5913 context: section 'requirements' added to documentation
[SVN r77280]
2012-03-09 07:00:58 +00:00
Oliver Kowalke
336a2f3e4c context: enclose fcontext-fn in extern C block in cpp files
[SVN r77259]
2012-03-08 10:16:25 +00:00
Oliver Kowalke
b697c12a8d context: enclose fcontext-fns in exten C block (stlport prob?)
[SVN r77258]
2012-03-08 07:26:32 +00:00
Oliver Kowalke
0e52afad61 context: separate compilation of asm only for Windows
[SVN r77253]
2012-03-06 22:39:56 +00:00
Oliver Kowalke
c9ac398535 t script for pic code added
[SVN r77252]
2012-03-06 22:31:32 +00:00
Oliver Kowalke
3815c193c3 context: Jamfile refactored to separated assembler compilation
[SVN r77251]
2012-03-06 21:43:23 +00:00
Oliver Kowalke
08c4561cd9 context: compile asm file separate from C++ files
[SVN r77247]
2012-03-06 16:07:35 +00:00
Oliver Kowalke
e92ef0663c context: header boost/cstdint.hpp added for uintptr_t
[SVN r77246]
2012-03-06 07:39:13 +00:00
Oliver Kowalke
9c92666e11 context: remove build options from documentation
[SVN r77229]
2012-03-05 14:19:11 +00:00
Oliver Kowalke
c39d607e2a context: add seh.cpp to x86_64/Win64 too
[SVN r77228]
2012-03-05 14:17:04 +00:00
Steven Watanabe
9b5f08c649 Only use the deduced architecture/address-model to select the asm source. Don't apply it to the build.
[SVN r77218]
2012-03-04 15:10:05 +00:00