Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stdlib] Work around the materialization bug present in #2825 #2826

Open
wants to merge 110 commits into
base: nightly
Choose a base branch
from

Commits on May 25, 2024

  1. Add sbo to List

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed May 25, 2024
    Configuration menu
    Copy the full SHA
    e83c663 View commit details
    Browse the repository at this point in the history
  2. [stdlib] Work around the materialization bug present in modularml#2825

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed May 25, 2024
    Configuration menu
    Copy the full SHA
    28cb8fe View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    c9b1d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6803cf7 View commit details
    Browse the repository at this point in the history
  3. Dummy modification

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d3db455 View commit details
    Browse the repository at this point in the history
  4. Revert the dummy modification

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed May 26, 2024
    Configuration menu
    Copy the full SHA
    935133c View commit details
    Browse the repository at this point in the history
  5. Work around the compiler bug introduced the 25/05/2024

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6956e67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97b6287 View commit details
    Browse the repository at this point in the history
  7. Add the missing Parameter section to the Span constructor

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a759dfc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Squash all

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ad2a5d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. [stdlib] Add a unsafe_assume_initialized constructor to InlineArray

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9000440 View commit details
    Browse the repository at this point in the history
  2. Reword docstring

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    94aa4c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    419eae2 View commit details
    Browse the repository at this point in the history
  4. Fix incorrect docstring and test

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    65f3701 View commit details
    Browse the repository at this point in the history
  5. Remove func call

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4ec64d9 View commit details
    Browse the repository at this point in the history
  6. [stdlib] Add static method InlineArray.unsafe_uninitialized()

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2103632 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    a1bb080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba4183 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'nightly' into sbo_take_2

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f92d948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af201a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. [stdlib] Add trait CollectionElementNew to a few structs

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ad0bc0e View commit details
    Browse the repository at this point in the history
  2. [stdlib] Add CollectionElementNew trait to Dict and DictEntry

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fe96ef8 View commit details
    Browse the repository at this point in the history
  3. [stdlib] Add the trait CollectionElementNew to List

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a1a4785 View commit details
    Browse the repository at this point in the history
  4. [stdlib] Add CollectionElementNew to new traits

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3b98599 View commit details
    Browse the repository at this point in the history
  5. Add unit test for legacy pointer

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0d2341c View commit details
    Browse the repository at this point in the history
  6. Add test for arc

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c7a6801 View commit details
    Browse the repository at this point in the history
  7. Add the test for pointer copy

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1a1813a View commit details
    Browse the repository at this point in the history
  8. [stdlib] Add CollectionElementNew to a few structs, part 3

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    87872f0 View commit details
    Browse the repository at this point in the history
  9. add the traits explicitly

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    af298fd View commit details
    Browse the repository at this point in the history
  10. [stdlib] Add CollectionElementNew to a few structs, part 4

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    95e5b79 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    4bcd776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ec253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d075e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add_copy_constructors' into make_dict_list_set_work_wit…

    …h_collectionelementnew
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a517dd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22ead11 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'give_collectionelementnew_trait_to_list' into make_dict…

    …_list_set_work_with_collectionelementnew
    gabrieldemarmiesse committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4991574 View commit details
    Browse the repository at this point in the history
  7. I only need to fix sort next

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f8457a3 View commit details
    Browse the repository at this point in the history
  8. Fix most of the sort errors

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    336b7e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'nightly' into make_dict_list_set_work_with_collectionel…

    …ementnew
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    adc370b View commit details
    Browse the repository at this point in the history
  2. Removed diff

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a81fe92 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. [stdlib] All done with a few bugs

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e326324 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'explicit_copy_take_2' into make_dict_list_set_work_with…

    …_collectionelementnew
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3c16445 View commit details
    Browse the repository at this point in the history
  3. Reduce diff in types.mojo

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1f5edef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c65ce1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    c80e260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f37b1c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge branch 'nightly' into make_dict_list_set_work_with_collectionel…

    …ementnew
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a89778e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    f18f72a View commit details
    Browse the repository at this point in the history
  2. Fix recursive reference to self issue

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    30c3d62 View commit details
    Browse the repository at this point in the history
  3. Revert the contrustor move

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    57c22d6 View commit details
    Browse the repository at this point in the history
  4. Better comments

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    95a1f36 View commit details
    Browse the repository at this point in the history
  5. Rewording

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    954981c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    65fd9fe View commit details
    Browse the repository at this point in the history
  2. [stdlib] Remove Copyable From CollectionElement

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cc38b93 View commit details
    Browse the repository at this point in the history
  3. [stdlib] Remove CollectionElementNew and use only CollectionElement

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    44b7910 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge branch 'nightly' into fix_destructor_inlinearray

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d1bf7c5 View commit details
    Browse the repository at this point in the history
  2. Revert change to inline array, use ptrs now

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e319e58 View commit details
    Browse the repository at this point in the history
  3. Reverted most changes

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b682743 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e13f6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7ebc80 View commit details
    Browse the repository at this point in the history
  6. Fix function

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    53c2f51 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'nightly' into add_unsafe_uninitialized_array_constructor

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    de3407d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add_new_methods' into add_unsafe_uninitialized_array_co…

    …nstructor
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fe8584d View commit details
    Browse the repository at this point in the history
  9. Simplify the API

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d0b92b8 View commit details
    Browse the repository at this point in the history
  10. Simplify the api

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e139d6b View commit details
    Browse the repository at this point in the history
  11. Simplify some stuff

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    023f877 View commit details
    Browse the repository at this point in the history
  12. Simplify again

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6e35670 View commit details
    Browse the repository at this point in the history
  13. Simplify more

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    aa5a005 View commit details
    Browse the repository at this point in the history
  14. Add docstring

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f2bf4a4 View commit details
    Browse the repository at this point in the history
  15. Remove this_size and make parameters infer-only

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    755176b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4f3b62 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ec2a548 View commit details
    Browse the repository at this point in the history
  18. Fix all incompatible changes

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5f11c71 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'common_branch' into sbo_take_2

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    151c3df View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    3f88841 View commit details
    Browse the repository at this point in the history
  2. Fixed List.__moveinit__

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b031e06 View commit details
    Browse the repository at this point in the history
  3. Re-enabled dtor test

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bed39ae View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sbo_take_2' into fix_materializing

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b59a4f1 View commit details
    Browse the repository at this point in the history
  5. Fixed a type safety issue when calling getpwnam

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    883568c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    4891d5f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'make_dict_list_set_work_with_collectionelementnew' into…

    … remove_copyable_from_collectionelement
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5876d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0fea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    704390a View commit details
    Browse the repository at this point in the history
  5. Fix import

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    598e4ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92c533b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add_new_methods' into add_unsafe_uninitialized_array_co…

    …nstructor
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f9fa2cb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add_unsafe_uninitialized_array_constructor' into common…

    …_branch
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a52c1a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4dd0de View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    c13eb8f View commit details
    Browse the repository at this point in the history
  2. Removed unrelated files

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    66699ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a96560a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    172f5c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'make_dict_list_set_work_with_collectionelementnew' into…

    … remove_copyable_from_collectionelement
    
    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f4084a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24de66c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae0245d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a0ac75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93b376e View commit details
    Browse the repository at this point in the history
  7. [stdlib] Use memcpy in list when moving trivial types

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5883db2 View commit details
    Browse the repository at this point in the history
  8. III

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    05b9311 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    aa52df9 View commit details
    Browse the repository at this point in the history
  2. Use export instead of a one-off definition

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    221db24 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'use_memcpy_for_trivial_types' into common_branch

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cb75011 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'common_branch' into sbo_take_2

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bfcc65c View commit details
    Browse the repository at this point in the history
  5. Use memcpy even with sbo

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bc74730 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7de757f View commit details
    Browse the repository at this point in the history
  7. Added test

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    43b92da View commit details
    Browse the repository at this point in the history
  8. Use steal_data()

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    63eced7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23a90c2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'common_branch' into sbo_take_2

    Signed-off-by: gabrieldemarmiesse <gabrieldemarmiesse@gmail.com>
    gabrieldemarmiesse committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c90bde4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2cc4d81 View commit details
    Browse the repository at this point in the history