Commit Graph

  • a5bc3d313e update examples + execution_context impl Oliver Kowalke 2014-11-28 19:11:59 +0100
  • db17670917 some small fixes Oliver Kowalke 2014-11-26 22:37:14 +0100
  • df95a9a63d use 0 isntead of nullptr for stack_context Oliver Kowalke 2014-11-24 18:31:54 +0100
  • f285d64a3f docu update Oliver Kowalke 2014-11-24 18:07:24 +0100
  • ba36e3d243 add support for execution_context Oliver Kowalke 2014-11-21 20:21:47 +0100
  • c5292fea24 make ARM64 unsupported Oliver Kowalke 2014-11-21 20:21:22 +0100
  • cbcd605a24 add support fro ARM64/MACH-O Oliver Kowalke 2014-11-12 19:46:42 +0100
  • 8bc0c17489 Update jump_arm_aapcs_macho_gas.S olk 2014-11-04 13:22:02 +0100
  • 894ca4a4b3 fix title in docu Oliver Kowalke 2014-10-14 20:07:49 +0200
  • c8acc48d67 fix performance test Oliver Kowalke 2014-08-27 16:49:40 +0200
  • f053b52df9 Merge pull request #3 from danieljames/metadata olk 2014-08-23 14:24:00 +0200
  • 4c144a3ccf Add metadata file. Daniel James 2014-08-18 14:58:14 +0100
  • a7af622769 support for generting PDF docs Oliver Kowalke 2014-08-17 17:28:27 +0200
  • b00ce1b054 Merge pull request #2 from ibmsoe/aix_fix olk 2014-08-01 20:55:32 +0200
  • ada351d11a Fixed assembly support for PowerPC 32-bit XCOFF on AIX and added assembly support for PowerPC 64-bit XCOFF on AIX Axel Ismirlian 2014-08-01 13:33:43 -0500
  • 902b98c94a Update architectures.qbk olk 2014-07-21 08:00:06 +0200
  • 7bf60bd05c enable support for PowerPC 32bit XCOFF on AIX Oliver Kowalke 2014-07-02 19:14:20 +0200
  • bc9aed4974 docu - do not re-throw Oliver Kowalke 2014-06-20 22:08:20 +0200
  • e8f58a00a6 fix typo in Jamfile.v2 reagdring to MacOSX Oliver Kowalke 2014-06-11 20:49:45 +0200
  • 13bdb27d4f add rethrow example Oliver Kowalke 2014-06-09 10:27:34 +0200
  • 9d68bc3e7f enable universal and combined for PPC on MacOS X Oliver Kowalke 2014-06-01 10:20:08 +0200
  • 557cfca7d6 Update Jamfile.v2 olk 2014-05-12 09:45:13 +0200
  • cd49a86006 Revert "change labels for i386/mach-o/darwi" Oliver Kowalke 2014-03-30 19:41:04 +0200
  • c338020df9 change labels for i386/mach-o/darwi Oliver Kowalke 2014-03-30 19:34:56 +0200
  • db98f62cbe fix issue with MacOSX: bug #9772 Oliver Kowalke 2014-03-19 17:09:13 +0100
  • f5865b30b7 enable universal build for x86 and MACH-O Oliver Kowalke 2014-03-13 17:55:19 +0100
  • 2775fe1c5d Update Jamfile.v2 olk 2014-03-13 08:50:36 +0100
  • 0320c4d888 update docu Oliver Kowalke 2014-03-11 06:17:34 +0100
  • 65298767a5 explicit clang for Mac OS X Oliver Kowalke 2014-03-11 06:17:26 +0100
  • 42af6cc3f9 dow pass asm-files directly to toolset darwin Oliver Kowalke 2014-03-10 20:32:01 +0100
  • 25fffab8d8 remove -am option for GNU as Oliver Kowalke 2014-03-09 22:04:18 +0100
  • 7e49b373f5 enable powerpc_64 for ELF+SYSV Oliver Kowalke 2014-03-06 19:14:54 +0100
  • 54a58eaf6d let asm files pass preprocessor Oliver Kowalke 2014-03-06 19:09:24 +0100
  • 2b879699f0 fixes for powerpc_64 Oliver Kowalke 2014-03-06 19:09:03 +0100
  • 1a54746f77 exclude SPARC platform in docu Oliver Kowalke 2014-03-04 12:38:11 +0100
  • 5c2c78a702 add example for stacked contexts Oliver Kowalke 2014-03-01 22:37:22 +0100
  • ab863e8f3d fix comment in jump_fcontext for Win32 Oliver Kowalke 2014-03-01 20:54:27 +0100
  • e33edfd016 move SEH-struct on correct place Oliver Kowalke 2014-03-01 20:42:39 +0100
  • e0a8c3f49c add new example stacking contexts Oliver Kowalke 2014-03-01 19:30:20 +0100
  • 0d9529da10 32byte shadow-space is already reserved for _exit() on Win64 Oliver Kowalke 2014-03-01 14:28:49 +0100
  • dcf7fa159a align stack correctly for _exit() on Win64 Oliver Kowalke 2014-03-01 14:23:29 +0100
  • fe3cd4e710 use SUB isntead of LEA on Win64 Oliver Kowalke 2014-03-01 13:12:30 +0100
  • aef6e58eba fix bug: use RSP for reserving shadow-space on Win64 Oliver Kowalke 2014-03-01 12:57:39 +0100
  • a271c7fe0d reserve shadow-space for _exit() on Win64 Oliver Kowalke 2014-03-01 12:54:34 +0100
  • 739fa95cae fix make_fcontext() for X86_64 Oliver Kowalke 2014-03-01 12:05:58 +0100
  • 946fccee11 reserve space for first arg of context-function on I386 Oliver Kowalke 2014-03-01 11:23:11 +0100
  • 340760cec7 reserve space for first arg of context-function on X86_64 Oliver Kowalke 2014-03-01 11:21:19 +0100
  • 190f7a9563 use std::malloc() in examples Oliver Kowalke 2014-03-01 09:36:46 +0100
  • 03f7418656 examples enhanced (SSE) Oliver Kowalke 2014-02-28 19:06:29 +0100
  • 86b7d49607 Merge branch 'feature/flat' into develop Oliver Kowalke 2014-02-21 07:00:00 +0100
  • 0f0e39412e mark SPARC target as unsupported Oliver Kowalke 2014-02-21 06:59:32 +0100
  • 80a586d247 specify clang explicitly for MacOS X Oliver Kowalke 2014-02-20 22:33:57 +0100
  • f1f7a800a5 update documentation Oliver Kowalke 2014-02-20 20:38:23 +0100
  • 9ed3c19900 change untested - output Oliver Kowalke 2014-02-20 19:41:07 +0100
  • f420d66274 make untested platforms not compile-able Oliver Kowalke 2014-02-20 19:22:05 +0100
  • efcb3b74ff PPC64/SYSV/XCOFF Oliver Kowalke 2014-02-20 19:10:00 +0100
  • 6bec48ec6b PPC64/SYSV/MACH-O Oliver Kowalke 2014-02-20 19:05:05 +0100
  • b78ff5bcdc PPC64/SYSV/ELF Oliver Kowalke 2014-02-20 16:22:39 +0100
  • 41ecd3f8b5 PPC32/SYSV/XCOFF Oliver Kowalke 2014-02-20 14:30:33 +0100
  • d6b6df0a7f PPC32/SYSV/MACH-O Oliver Kowalke 2014-02-20 14:25:52 +0100
  • bbaebaee31 comments Oliver Kowalke 2014-02-20 12:13:25 +0100
  • 3da097d12c PPC32/SYSV/ELF Oliver Kowalke 2014-02-20 12:13:02 +0100
  • 40ac8cb3b5 MIPS/O32/ELF Oliver Kowalke 2014-02-20 12:12:34 +0100
  • 85a0293fac ARM/AAPCS/PE Oliver Kowalke 2014-02-20 12:11:38 +0100
  • 207f087aba ARM/AAPCS/MACH-O Oliver Kowalke 2014-02-20 12:10:52 +0100
  • 5f3a08eb11 ARM/AAPCS/ELF Oliver Kowalke 2014-02-20 12:10:29 +0100
  • 7f51eed10c adapt asm for ARM/AAPCS/ELF Oliver Kowalke 2014-02-19 20:09:41 +0100
  • 94aca0ec46 fix make_fcontext() for 64bit WIndows Oliver Kowalke 2014-02-19 16:51:41 +0100
  • 3f9295a226 update Oliver Kowalke 2014-02-19 16:36:56 +0100
  • 295792da13 update Oliver Kowalke 2014-02-18 20:04:18 +0100
  • 744f2b0b46 modifications for 64bit Windows Oliver Kowalke 2014-02-18 17:00:40 +0100
  • b31c44c5b3 makefcontext() for 64bit Windows Oliver Kowalke 2014-02-17 22:17:28 +0100
  • 1687271389 fix asm for 32bit Windows Oliver Kowalke 2014-02-17 20:27:44 +0100
  • 1ee850538b fix comment for 32bit Windows Oliver Kowalke 2014-02-17 19:50:43 +0100
  • 75dd60bf13 updates Oliver Kowalke 2014-02-17 19:42:14 +0100
  • ffc63734e8 update , fixes Oliver Kowalke 2014-02-17 17:11:32 +0100
  • 676b4e5d79 fcontext_t as typedef of void* Oliver Kowalke 2014-02-16 21:07:50 +0100
  • fac5cc5e12 fix type in docu Oliver Kowalke 2014-01-17 17:34:47 +0100
  • fdbf0d5211 add html-pages for Oliver Kowalke 2014-01-17 17:28:19 +0100
  • 1e05fc5fad docuemntation updated (supported architectures) Oliver Kowalke 2014-01-17 17:25:11 +0100
  • c998284e1c add asm for XCOFF ABI on PPC32/64 Oliver Kowalke 2014-01-17 17:20:03 +0100
  • 61ca823193 add some notes for X32 ABI Oliver Kowalke 2014-01-17 17:04:49 +0100
  • 4500b922cb fix typo Oliver Kowalke 2014-01-16 18:17:22 +0100
  • 47329c468a fix docu Oliver Kowalke 2014-01-16 18:02:09 +0100
  • 06a46e8db1 improve perfromance measurements Oliver Kowalke 2014-01-16 17:57:47 +0100
  • 78457edc28 add missing file for testing for architecture combined Oliver Kowalke 2014-01-13 18:02:17 +0100
  • 1ef88de0e5 change Jamfile for Apple's OSs Oliver Kowalke 2014-01-11 10:06:29 +0100
  • 5f52abd82f add support for 'combined' architeture on MacOS X Oliver Kowalke 2014-01-09 17:39:59 +0100
  • 7534fe5d1c reduce selection of asm-files in Jamfile Oliver Kowalke 2014-01-09 17:33:12 +0100
  • d66264f297 change selection of asm-files on MacOS X on x86 Oliver Kowalke 2014-01-09 17:21:20 +0100
  • 7b15eab70d dd support for PPC universal libs Oliver Kowalke 2014-01-08 19:39:02 +0100
  • 8086f73fd6 fixes for PPC64 little endian Oliver Kowalke 2013-12-25 10:03:07 +0100
  • f183534baa add support for x32 on x86_64 Oliver Kowalke 2013-12-08 11:50:10 +0100
  • 7710c36098 support for universal libraries on MacOS X Oliver Kowalke 2013-12-08 09:44:43 +0100
  • 6b2ea3b210 Create README.md olk 2013-12-05 11:20:24 +0100
  • 0a3c2ed927 fixes for Windows/ARM Oliver Kowalke 2013-12-04 17:41:27 +0100
  • f201ec576d support adn fixes for iOS/ARM Oliver Kowalke 2013-12-04 06:43:59 +0100
  • 597f40dd06 support for XCOF on AIX (powerpc) Oliver Kowalke 2013-12-04 06:42:02 +0100
  • 7140574f72 change file permissions Oliver Kowalke 2013-12-04 06:40:51 +0100
  • 46226c63df enhance test for MSVC version (#pragma once) Oliver Kowalke 2013-12-04 06:38:40 +0100