Commit Graph

30 Commits

Author SHA1 Message Date
黄国辉 9b846b9885 update unity 2.6.0
Signed-off-by: 黄国辉 <huangguohui6@huawei.com>
2024-05-13 17:57:44 +08:00
openharmony_ci e4b531f70e 回退 'Pull Request !16 : update unity2.6.0' 2024-05-11 11:52:21 +00:00
lizhengrong 04aac07d60 update unity 2.6.0
Signed-off-by: lizhengrong <lizhengrong9@huawei.com>
2024-04-23 11:35:37 +08:00
mipengwei b81b849bf5 Signed-off-by:mipengwei<mipengwei@huawei.com> 2022-06-29 11:45:13 +08:00
mamingshuai 5891e6f712 update openharmony 1.0.1 2021-03-11 18:42:54 +08:00
wenjun 3f760d041f add OpenHarmony 1.0 baseline 2020-09-09 09:26:48 +08:00
mvandervoord 740c98b164 Updated to newer coding standard 2019-10-24 15:33:41 -04:00
Mark VanderVoord 44ac0779e3 Protect against nil return codes in rakefiles 2019-07-06 11:31:31 -04:00
Mark VanderVoord bc7c79148e Merge pull request #349 from kykrueger/issue-#348-generalize-example-3-gcc-config
Issue #348 generalize example 3 gcc config
2019-05-04 08:11:04 -04:00
John Lindgren 5f8fab986e Fix (most) Rubocop warnings. 2018-11-28 13:27:00 -05:00
Kyle Krueger 6227a1633e add missing trailing slash 2018-09-10 15:19:15 +02:00
Kyle Krueger 071ec6562f Revert "remove change that slipped in from other project"
This reverts commit a24ffdba78.
2018-09-10 11:26:13 +02:00
Kyle Krueger a24ffdba78 remove change that slipped in from other project 2018-09-10 11:21:41 +02:00
Kyle Krueger f32c22f86b fix new references 2018-09-10 10:51:14 +02:00
Kyle Krueger 0f5136123e switch hardcoded string to reference existing value 2018-09-10 10:38:55 +02:00
Mark VanderVoord 87a7641d39 Update to match Ruby style guide 2017-09-08 15:37:31 -04:00
Mark VanderVoord 5e3debb4ed - Generator will not change names by default
- Fixed some style issues.
2017-06-25 13:58:31 -04:00
Mark VanderVoord ad0c4f3631 Finished updating all Ruby scripts to match our coding standard. Woo! 2017-03-28 20:02:53 -04:00
Mark VanderVoord 1426eaa866 Fixed things that the stylizer “autocorrected” to wrong. ;) 2017-03-28 08:52:10 -04:00
Mark VanderVoord 5899519a48 Starting to enforce our coding style. The first step is that we’ve pulled in Rubocop to check out Ruby syntax. There is likely a bit of customization to do yet AND there is definitely that backlog of todo’s that we just told it to ignore. 2017-03-28 08:44:32 -04:00
jsalling 27cb213b12 Compile examples in continuous integration, update example_3 readme
Altered the rake build so that it passes. The example_3 shows off
some failing tests, so the rake build has to ignore those.
Update .gitignore file with executables from examples
2017-01-18 19:33:24 -06:00
ThingamaByte, LLC 06c95fcb08 - Fixed broken examples 2015-06-18 10:38:20 -04:00
Greg Williams 89b003ed0b Removed platform-specific warnings unsupported by GCC 2015-03-12 10:53:44 -04:00
nimrodz b389c71e71 Added stricter error checks by the compiler, and adapted all impacted code.
Primarily -
* Added "static" to static functions.
* Added proper signature with "void" to functions without arguments.
* Marked unused arguments with "(void)".
* Removed entirely unused static functions.
* Added "const" to preserve const-correctness.
* Added function prototypes for external functions.
2015-01-18 00:39:05 +02:00
Greg Williams 28d05e4f33 Fixed tests 2014-11-05 21:57:48 -05:00
Mark VanderVoord bcb4b74de9 - updated example makefiles to handle cygwin better 2014-11-03 19:39:37 -05:00
Sergey Gusarov 399a878c14 Fixed examples compilation 2014-11-01 21:47:04 +04:00
Mark VanderVoord 376480a4d9 make fixtures and examples compatible with new UnityBegin method. 2014-08-16 10:51:25 -04:00
Mark VanderVoord bff1fc68cb rearranged project to centralize all self-test stuff under test directory. only pull in includes when required. 2014-07-30 10:14:02 -04:00
Warwick Stone 8ca802d4dc Updated examples
*  Renamed example x to example 3
2013-07-19 21:30:35 +10:00