8000 Tags · zhaofengli/aws-c-common · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zhaofengli/aws-c-common

Tags

v0.6.18

Toggle v0.6.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Windows server 2008 (awslabs#868)

Issue #, if available:

-    Functions we used not existed in windows server 2008

Description of changes:

-    Try to load the function from kernel during runtime.
-    If not exist, either not improve it or just return error
-    Raise error when the function is inevitable

v0.6.17

Toggle v0.6.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for detecting watchOS and tvOS (awslabs#863)

v0.6.16

Toggle v0.6.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable CPU extensions on mingw64 builds on Windows (awslabs#862)

* Disable CPU extensions on Mingw-based builds.  Compiler bug in gcc leads to misaligned avx2 instructions leading to crashes

v0.6.15

Toggle v0.6.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed encoding_avx2.c being compiled when AVX is not detected (awslab…

…s#854)

v0.6.14

Toggle v0.6.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
windows string fixes. (awslabs#853)

v0.6.13

Toggle v0.6.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Only attempt to use sys/auxv.h if it exists (awslabs#852)

v0.6.12

Toggle v0.6.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed ARN parser from common, it's in sdkutils now (awslabs#851)

* Removed ARN parser from common, it's in sdkutils now

* Removed tests for arn parser

v0.6.11

Toggle v0.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
-DUSE_CPU_EXTENSIONS=OFF disables CPU-specific function implementatio…

…ns (awslabs#842)

**Issue:**
We have customers encountering mysterious crashes in some of these functions. Give them the ability to disable them while we attempt to diagnose the issue.

**Description of changes:**
New build flag controls whether to use optimized functions that make use of CPU extensions (ex: AVX, SSE).

v0.6.10

Toggle v0.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow use of byte_buf_reserve on buffers with initial capacity 0 (aws…

…labs#843)

* allow use of byte_buf_reserve on buffers with initial capacity 0

v0.6.9

Toggle v0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added metrics to SBA and tests for metrics (awslabs#833)

0