]> git.ipfire.org Git - thirdparty/u-boot.git/history - test/str_ut.c
Merge branch '2024-04-12-assorted-updates'
[thirdparty/u-boot.git] / test / str_ut.c
2024-04-01  Tom RiniSubtree merge tag 'v6.8-dts' of devicetree-rebasing...
2024-02-29  Tom RiniMerge commit '53633a893a06bd5a0c807287d9cc29337806eaf7...
2023-01-31  Tom RiniMerge tag 'u-boot-amlogic-20230131' of https://source...
2023-01-27  Tom RiniMerge tag 'xilinx-for-v2023.04-rc1' of https://source...
2023-01-25  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-01-24  Tom RiniMerge branch '2023-01-24-bootstd-allow-migration-from...
2023-01-23  Simon Glasslib: Add a function to split a string into substrings
2022-04-27  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2022-04-27  Tom RiniMerge tag 'u-boot-amlogic-20220427' of https://source...
2022-04-25  Tom RiniMerge branch '2022-04-25-initial-implementation-of...
2022-04-25  Simon Glasslib: Add a way to find the postiion of a trailing number
2022-04-25  Simon Glasslib: Fix a few bugs in trailing_strtoln()
2022-04-25  Simon Glasstest: Add tests for trailing_strtol()
2022-04-25  Simon Glasslib: Move string tests to the string module
2021-08-11  Tom RiniMerge tag 'u-boot-amlogic-20210810' of https://source...
2021-08-06  Tom RiniMerge tag 'video-2021-08-05' of https://source.denx...
2021-08-03  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-08-03  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-x86
2021-08-02  Tom RiniMerge branch '2021-08-02-numeric-input-cleanups'
2021-08-02  Simon Glasslib: Allow using 0x when a decimal value is requested
2021-08-02  Simon Glasslib: Add octal tests for simple_strtoul/l()
2021-08-02  Simon Glasslib: Add tests for simple_strtoull()
2021-08-02  Simon Glasslib: Drop unnecessary check for hex digit
2021-08-02  Simon Glassglobal: Convert simple_strtoul() with decimal to dectoul()
2021-08-02  Simon Glassglobal: Convert simple_strtoul() with hex to hextoul()
2021-04-18  Tom RiniMerge tag 'ti-v2021.07-rc1' of https://source.denx...
2021-04-09  Tom RiniMerge tag 'u-boot-stm32-20210409' of https://source...
2021-04-05  Tom RiniMerge branch 'next'
2021-03-31  Tom RiniMerge tag 'xilinx-for-v2021.07' of https://source.denx...
2021-03-30  Tom RiniMerge tag 'u-boot-atmel-2021.07-a' of https://source...
2021-03-29  Tom RiniMerge tag 'v2021.04-rc5' into next
2021-03-15  Tom RiniMerge tag 'v2021.04-rc4' into next
2021-03-12  Tom RiniMerge branch '2021-03-12-test-improvements' into next
2021-03-12  Simon Glasstest: Add a macros for finding tests in linker_lists
2021-01-22  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2021-01-18  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2021-01-18  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2021-01-18  Tom RiniMerge tag 'doc-2021-04-rc1' of https://gitlab.denx...
2021-01-18  Tom RiniMerge branch '2021-01-16-assorted-improvements'
2021-01-16  Patrick Delaunaytest: correct the test prefix in ut str
2020-06-04  Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-05-25  Tom RiniMerge tag 'ti-v2020.07-rc3' of https://gitlab.denx...
2020-05-20  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-19  Tom RiniMerge branch '2020-05-18-reduce-size-of-common.h'
2020-05-18  Simon Glasscommand: Remove the cmd_tbl_t typedef
2020-04-25  Tom RiniMerge branch '2020-04-25-master-imports'
2020-04-24  Simon Glasslib: Add a function to convert a string to upper case
2020-04-24  Simon Glasstest: Add the beginnings of some string tests