1. 7ff7965 Update headers by Dave Rodgman · 1 year, 8 months ago
  2. cc029af Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  3. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  4. dca0501 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 2 months ago
  5. 47903b1 typo by Gilles Peskine · 2 years, 2 months ago
  6. ba72662 Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 7 months ago
  7. 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 7 months ago
  8. 615be63 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 7 months ago
  9. 46476e0 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 7 months ago
  10. f153c56 parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 7 months ago
  11. 3a37f19 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 7 months ago
  12. 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 7 months ago
  13. a299043 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 7 months ago
  14. ab56a69 Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 7 months ago
  15. f122aed Add line number to a few error messages by Gilles Peskine · 2 years, 7 months ago
  16. aec4bec Preserve line breaks from continued line comments by Gilles Peskine · 2 years, 7 months ago
  17. 07995fd Preserve line breaks in comments before test functions by Gilles Peskine · 2 years, 7 months ago
  18. 7e8d4b6 Explain space preservation by Gilles Peskine · 2 years, 8 months ago
  19. 43febf2 Typos in comments by Gilles Peskine · 2 years, 8 months ago
  20. d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 8 months ago
  21. 5f0057d Remove some Python 2 compatibility code by Gilles Peskine · 2 years, 8 months ago
  22. 8eff06f Minor improvements to test code script by David Horstmann · 2 years, 8 months ago
  23. 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 8 months ago
  24. ff8c80a Remove on-target testing by Gilles Peskine · 3 years, 10 months ago
  25. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  26. 8b02235 Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  27. 184c096 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  28. e915d53 Silence pylint by Gilles Peskine · 6 years ago
  29. b9b3813 Separate REGEX of MACRO to groups by Ron Eldor · 7 years ago
  30. d5062de Add conditional dependency to tests by Ron Eldor · 7 years ago
  31. 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 7 years ago
  32. d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
  33. 440d873 Fix macro validation regex by Mohammad Azim Khan · 7 years ago
  34. 32cbcda Fix Pylint errors in Python scripts by Mohammad Azim Khan · 7 years ago
  35. 6302813 Replaced escaped_split() logic with regex by Azim Khan · 7 years ago
  36. fcdf685 Make test function parsing robust by Azim Khan · 7 years ago
  37. 4084ec7 Fixed unit tests in test_generate_test_code.py by Azim Khan · 7 years ago
  38. 8d686bf Incorporated code revoew comments. by Azim Khan · 7 years ago
  39. b31aa44 Fix style errors reported by pylint by Azim Khan · 7 years ago
  40. aee05bb Add test suite framework summary by Azim Khan · 7 years ago
  41. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  42. e3b26af Improve documentation in generate_test_code.py by Azim Khan · 7 years ago
  43. 040b6a2 Wrap code to 79 character limit by Azim Khan · 7 years ago
  44. 936ea93 Strip whitespaces added by decode() function by Azim Khan · 7 years ago
  45. 00c4b09 Change intermediate data file extension to .datax by Mohammad Azim Khan · 7 years ago
  46. 8f6e8cf Print line number with data file error by Mohammad Azim Khan · 7 years ago
  47. 3b06f22 Replace asserts with exceptions in generate_test_code.py by Mohammad Azim Khan · 7 years ago
  48. c3521df Fix generate_test_code.py unit tests by Mohammad Azim Khan · 7 years ago
  49. 667f7f8 Fix generation of #line directives in Python 2 by Gilles Peskine · 7 years ago
  50. 7776141 Don't generate lines with only whitespace by Gilles Peskine · 7 years ago
  51. b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 7 years ago
  52. 1ec7e6f Python3 compatible generate_test_code.py by Mohammad Azim Khan · 7 years ago
  53. 78befd9 Rename generate_code.py -> generate_test_code.py by Mohammad Azim Khan · 7 years ago[Renamed (99%) from tests/scripts/generate_code.py]
  54. b522929 Add support for per test suite helper functions by Mohammad Azim Khan · 7 years ago
  55. f0e42fb Add missing documentation and fix file doc strings by Azim Khan · 8 years ago
  56. 9540261 Incorporated code review comments by Mohammad Azim Khan · 8 years ago
  57. d61b837 Update unit tests for change in test suites code generator by Azim Khan · 8 years ago
  58. b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 8 years ago
  59. 599cd24 Update unit tests for code generator and make code generator more testable. by Azim Khan · 8 years ago
  60. acc5473 Use FileWrapper class in place of file where line number is required by Azim Khan · 8 years ago
  61. 5e2ac1f Updated generate_code.py unit tests by Azim Khan · 8 years ago
  62. 4b54323 Unit test generate_copy.py by Azim Khan · 8 years ago
  63. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 8 years ago
  64. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
  65. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 8 years ago[Renamed from tests/scripts/gen_mbed_code.py]
  66. 2397bba Update test generator for use of struct for hex parameters by Azim Khan · 8 years ago
  67. a57a420 Add hex parameter dispatch by Azim Khan · 8 years ago
  68. fff4904 mbed-os test code generator by Mohammad Azim Khan · 8 years ago