Ewerton Scaboro da Silva
124b0e74c7
Remove files related to MBED OS (not mbedtls\!)
2023-02-07 15:47:30 -08:00
Eric Wolz
eb958fb5b6
Move to devops hosted agent ( #539 )
...
* Test windows hosted agent
* Update CMakeLists.txt
* Update CMakeLists.txt
* generate c++ wrappers
* added generate_c_wrapper
* supress 4505
* fix 4505 warning
* vsprintf_wchar_with_empty_string_succeeds test
* fixed warnings and x64 build
* fix unix build
* fix guid tests
* fix win32 unit test
* putback compile_c_test_artifacts_as directive
* added back compile_c_test_artifacts_as
* fixed uniqueid_ut_test_file
* default use_cppunittest to off
x64 build will enable it to test both c and cpp unit tests
* fix cmake warnings
* move to cmake v3.5
* update to use our 1es agents
* pr feedback
* remove guid comment
* fixed EOF
2021-08-12 18:25:51 -07:00
Jelani Brandon
70e4beefd7
Merge branch 'master' into sqm_info3
2019-03-22 12:53:24 -07:00
Ewerton Scaboro da Silva
3b5a7ea36a
Rename macro_utils defines to avoid collisions
...
This commit changed the macros defined below to names prefixed with "MU_" whenever applicable.
When updating your code to consume this change, follow the new names below (<old name> -> <new name>).
Notice that, if present, __FAILURE__ has been changed to MU_FAILURE.
C1 -> MU_C1
C2 -> MU_C2
C3 -> MU_C3
C4 -> MU_C4
C5 -> MU_C5
COUNT_1_OR_MORE_ARG -> MU_COUNT_1_OR_MORE_ARG
COUNT_ARG -> MU_COUNT_ARG
DEC -> MU_DEC
DECLARE_ENUM_STRINGS -> MU_DECLARE_ENUM_STRINGS
DEFINE_ENUM -> MU_DEFINE_ENUM
DEFINE_ENUMERATION_CONSTANT_AS_STRING -> MU_DEFINE_ENUMERATION_CONSTANT_AS_STRING
DEFINE_ENUMERATION_CONSTANT_AS_WIDESTRING -> MU_DEFINE_ENUMERATION_CONSTANT_AS_WIDESTRING
DEFINE_ENUM_STRINGS -> MU_DEFINE_ENUM_STRINGS
DEFINE_LOCAL_ENUM -> MU_DEFINE_LOCAL_ENUM
DEFINE_MICROMOCK -> MU_DEFINE_MICROMOCK
DISPTACH_EMPTY -> MU_DISPTACH_EMPTY
DIV2 -> MU_DIV2
DO -> MU_DO
EMPTY -> MU_EMPTY
ENUM_TO_STRING -> MU_ENUM_TO_STRING
EXPAND_ -> MU_EXPAND_
EXPAND_ARGS -> MU_EXPAND_ARGS
FOR_EACH -> MU_FOR_EACH
FOR_EACH_2 -> MU_FOR_EACH_2
IF -> MU_IF
IFCOMMA -> MU_IFCOMMA
IFCOMMA -> MU_IFCOMMA
INC -> MU_INC
INTERNALIF -> MU_INTERNALIF
ISEMPTY -> MU_ISEMPTY
ISZERO -> MU_ISZERO
LPAREN -> MU_LPAREN
MORE_THAN_1_ARG -> MU_MORE_THAN_1_ARG
P_OR_NULL -> MU_P_OR_NULL
STRING_TO_ENUM -> MU_STRING_TO_ENUM
THE_NTH_ARG -> MU_THE_NTH_ARG
TOSTRING -> MU_TOSTRING
WP_OR_NULL -> MU_WP_OR_NULL
_TRIGGER_PARENTHESIS_ -> MU_TRIGGER_PARENTHESIS
2019-03-18 19:36:48 -07:00
Jonathan Chiu
4b116e0bed
Change uint32_t option to enum
2019-03-05 13:29:28 -08:00
Jonathan Chiu
360989e919
Add SQM ID to platform_get_platform_info string
2019-03-01 11:20:19 -08:00
Arthur Ma
6401941e8d
MOD: %zu->%lu to mbed-related files ( #260 )
...
As %zu cannot be shown correctly on mbed os5, I modified %zu to %lu in some mbed-os5-related files.
2019-01-29 23:08:48 -07:00
Dan Cristoloveanu
42cfaacf69
Change compileAs to have per target statements
2018-11-07 22:59:47 -08:00
zolvarga
0756cea367
${COMMIT_MESSAGE}
2018-09-06 22:35:00 +00:00
Mahesh Rohera
770c24aa9e
Fixes needed as part of enabling stricter warnings
2018-05-31 16:20:56 -07:00
Jelani
9d50efab2e
Fix to wolfssl segfault
2018-01-19 16:25:53 -08:00
Roy Sprowl
2dbe536ede
Always provide on_send_complete callback to xio_send
2018-01-17 14:11:13 -08:00
Jelani
ca99dccf9f
Add Product Id to get platform info
2018-01-10 10:58:37 -08:00
Jelani
027af47845
Ensure if wsio_close is called, it doesn't get into failure loop
2018-01-09 09:56:18 -08:00
Jelani
57b06294c9
Change the raspberry pi script name
2017-12-19 09:10:13 -08:00
Dan Cristoloveanu
43d647e27f
Fix errors for building production code on VS2008
2017-05-08 21:10:15 -07:00
Jelani
d9670421fc
Change project to build on arm
2017-04-28 10:04:08 -07:00
Jelani
b9c0f0d9bd
Add the ability to build wince at the gate
2017-04-28 09:50:41 -07:00
dcristo
fd45a36741
Add underlying IO interface and create parameters to TLSIO config in preparation to HTTP proxy IO usage
2017-03-01 20:46:19 -08:00
Bert Kleewein
69cd129820
return 1 on failure to allow optimizer to do it's thing
2017-02-14 10:30:49 -08:00
Damon Barry
488ec8849f
Make azure-c-shared-utility compile cleanly for clang
2017-01-10 12:46:15 -08:00
Damon Barry
f3e9485668
Add OSX build script for Jenkins
2017-01-09 11:53:04 -08:00
Cameron Skinner
5dc2e0b7b6
Required for clang
2017-01-04 16:50:31 -08:00
Tamer Awad
73af8f4acb
Exclude building these samples for ARM.
2016-09-29 13:12:48 -07:00
dcristoloveanu
c09af8dc2f
Make samples build with use_openssl=ON on Windows
2016-09-25 20:58:57 -07:00
dcristoloveanu
47fa35425a
Add samples for socketio and tlsio
2016-09-23 20:44:50 -07:00
dcristoloveanu
1b57ae136e
Add C shared utility samples to CmakeLists
2016-09-09 16:52:40 -07:00
dcristoloveanu
3aa9fc0a99
Update mbed build scripts so they can be used in other repos that use Azure C shared utility
2016-07-15 20:03:29 -07:00
dcristoloveanu
4769560fe9
Add mbed 2.0 build scripts for Azure C shared utility
2016-07-14 19:28:35 -07:00