Skip to content
Snippets Groups Projects

Feature indirect lists

Merged Mark OLESEN requested to merge feature-indirect-lists into develop

generalizes and combines various methods of indirect addressing for lists.

Edited by Mark OLESEN

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Maintainer

    @kuti - this may be something interesting for you.

  • Mark OLESEN added 11 commits

    added 11 commits

    • 1cba047a...9e358144 - 6 commits from branch develop
    • 04419bc1 - COMP: manage cpu architecture with cARCH, c++ARCH internal make variables
    • 59a8bd1b - CONFIG: wmake -show-xyz in more places (issue #1256 (closed))
    • debb06d2 - DEFEATURE: remove old IRIX code for floating-point-exceptions
    • bf5af092 - COMP: use standard compiler macros when distinguishing the OS
    • 2d7d81bd - ENH: generalize indirect lists and support new types

    Compare with previous version

  • assigned to @andy

  • Mark OLESEN added 8 commits

    added 8 commits

    • 2d7d81bd...b608f90e - 7 commits from branch develop
    • 22173460 - ENH: generalize indirect lists and support new types

    Compare with previous version

  • assigned to @mark

  • Mark OLESEN added 24 commits

    added 24 commits

    • 22173460...853c5503 - 21 commits from branch develop
    • c3403761 - ENH: generalize indirect lists and support new types
    • 1d77aeb5 - STYLE: remove UList operator[] taking std::initializer_list
    • dd11951c - ENH: add partial sorting to SortableList

    Compare with previous version

  • Mark OLESEN unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Mark OLESEN changed the description

    changed the description

  • Author Maintainer

    @andy - one thought was to support slices with a stride, Eg list[{10,5,2}] but this makes the definition in UList rather ugly (since various indirect lists depend on UList). Could forward declare the operator in UList.H and define the corresponding implementation in SliceList, but this is probably just as ugly.

    For the time being, simply no definition of such slicing.

  • assigned to @andy

  • merged

    By Andrew Heather on 2019-04-29T09:48:18 (imported from GitLab project)

Please register or sign in to reply
Loading