SuccessChanges

Summary

  1. lstopo/interactive: no need to list --index parameters (details)
  2. lstopo/interactive: make a/t text/attrs toggle individual flags (details)
  3. lstopo: rename the internal collapse toggle into pci_collapse_enabled (details)
  4. lstopo/windows use transparent background for writing text (details)
  5. lstopo/draw: Don't fit zoom to window with 'f' shortcut (details)
  6. lstopo/draw: add factorizing of identical children (details)
Commit 79f81ea368218cb6f9575cd43ef7067a988b53e2 by brice.goglin
lstopo/interactive: no need to list --index parameters
Only the global index type may be changed interactively.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo.h (diff)
The file was modifiedutils/lstopo/lstopo.c (diff)
Commit a668ca17f7e90aee8fa887df47ab4074dd0ea7cb by brice.goglin
lstopo/interactive: make a/t text/attrs toggle individual flags
Don't bother changing the flag of each type, just have a global
override only modified in interactive mode.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo.h (diff)
The file was modifiedutils/lstopo/lstopo-cairo.c (diff)
The file was modifiedutils/lstopo/lstopo.c (diff)
The file was modifiedutils/lstopo/lstopo-draw.c (diff)
The file was modifiedutils/lstopo/lstopo-windows.c (diff)
Commit 11ade541eb5969c3ecd2cde6c39af8f4eeb1a776 by brice.goglin
lstopo: rename the internal collapse toggle into pci_collapse_enabled
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-text.c (diff)
The file was modifiedutils/lstopo/lstopo.h (diff)
The file was modifiedutils/lstopo/lstopo-draw.c (diff)
The file was modifiedutils/lstopo/lstopo-windows.c (diff)
The file was modifiedutils/lstopo/lstopo-cairo.c (diff)
The file was modifiedutils/lstopo/lstopo.c (diff)
Commit f005ad5712bef461fc3b14f5d65df6e63e8b07ac by brice.goglin
lstopo/windows use transparent background for writing text
Useful for displaying text outside of object boxes.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedtests/hwloc/ports/include/windows/windows.h (diff)
The file was modifiedutils/lstopo/lstopo-windows.c (diff)
Commit 8f629b7ebebf0986b20490b3d30f08b796355121 by brice.goglin
lstopo/draw: Don't fit zoom to window with 'f' shortcut
'F' is enough.
'f' will be used for factorizing.
Signed-off-by: Valentin Hoyet <Valentin.Hoyet@inria.fr> Signed-off-by:
Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo.c (diff)
The file was modifiedutils/lstopo/lstopo-cairo.c (diff)
The file was modifiedutils/lstopo/lstopo-windows.c (diff)
Commit 31b14e42d0b927aa80186d112f33e428f94940bd by brice.goglin
lstopo/draw: add factorizing of identical children
Whenever there are more than 4 objects, show the first, second and last
ones, and replace others with dots.
This is enabled by default, but may be configured with --no-factorize
and --factorize, either globally or on a per-type basis: one may change
the number of objects before factorizing gets enabled, and how many
first and last children to keep out of the dots.
The 'f' shortcut now toggles factorizing and PCI collapsing.
'c' doesn't toggle collapsing anymore.
Factorizing only applies to normal CPU-side children. It is similar to
PCI collapsing, but the latter is pretty much always enabled, hence we
don't want to always toggle them simultaneously.
Closes #228
Signed-off-by: Valentin Hoyet <Valentin.Hoyet@inria.fr> Signed-off-by:
Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo.c (diff)
The file was modifiedutils/lstopo/lstopo-cairo.c (diff)
The file was modifiedutils/lstopo/lstopo-windows.c (diff)
The file was modifiedNEWS (diff)
The file was modifiedutils/lstopo/lstopo.h (diff)
The file was modifiedcontrib/completion/hwloc-completion.bash (diff)
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)
The file was modifiedutils/lstopo/lstopo-draw.c (diff)