SuccessChanges

Summary

  1. components: fix a too-early free for component verbose messages (details)
  2. build: remove obsolete variables from the former embedded libltdl (details)
  3. configure: move ltdl LIBS to its own variable for clarity (details)
  4. tests/fake-plugin: use the correct plugin path (details)
  5. tests/fake-plugin: fail the test if debug messages don't appear (details)
  6. configure: cleanup ltdl checks and prepare for alternatives (details)
  7. configure: use dlopen instead of ltdl by default (details)
  8. ci.inria.fr: enable plugins in coverity and sonarqube jobs (details)
  9. lstopo.1: clarify that some options are for graphical output only (details)
  10. lstopo.1: add some documentation about the Graphical output (details)
Commit 20fa278b7348fd91aeaa5704c0faa0b629cd6f94 by brice.goglin
components: fix a too-early free for component verbose messages
Bug introduced when removing VLA in
0760e6d1907a3e89cd6b18d4e9a44bbf4d349bf3
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/components.c (diff)
Commit 3643e7fa9fe6b3fc6f3cdd4c9e65144ec30af4ad by brice.goglin
build: remove obsolete variables from the former embedded libltdl
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/Makefile.am (diff)
Commit a8126e04a199462409064841834ecdca5dea82a9 by brice.goglin
configure: move ltdl LIBS to its own variable for clarity
It was hidden in HWLOC_LIBS and explicitly used in plugins_ldflags
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/Makefile.am (diff)
The file was modifiedconfig/hwloc.m4 (diff)
The file was modifiedhwloc.pc.in (diff)
Commit e023f3417f8ba0c97de877bdadca87219b870f2a by brice.goglin
tests/fake-plugin: use the correct plugin path
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/hwloc/test-fake-plugin.sh.in (diff)
Commit 87fcb9a1cbcf748db64df3571763a676bd7aef8c by brice.goglin
tests/fake-plugin: fail the test if debug messages don't appear
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/hwloc/test-fake-plugin.sh.in (diff)
Commit 17f3ccec1d069704cc91271ce9851f9e9d22e542 by brice.goglin
configure: cleanup ltdl checks and prepare for alternatives
ltdl may be disabled through --disable-plugin-ltdl, which will just
fail to enable plugins for now.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfigure.ac (diff)
The file was modifiedconfig/hwloc_internal.m4 (diff)
The file was modifiedconfig/hwloc.m4 (diff)
Commit 9c02aa1a76d2422cc13d38ddaddfcc23087fe8aa by brice.goglin
configure: use dlopen instead of ltdl by default
Try dlopen first, then ltdl, or fail to enable dynamically loaded
plugins.
dlopen may be disabled with --disable-plugin-dlopen
(not --disable-dlopen because $enable_dlopen is already
used/set somewhere in the configury)
Requested by IBM, already done in OMPI a while ago.
Closes #262
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfig/hwloc_internal.m4 (diff)
The file was modifiedhwloc/Makefile.am (diff)
The file was modifiedNEWS (diff)
The file was modifieddoc/hwloc.doxy (diff)
The file was modifiedhwloc/components.c (diff)
The file was modifiedinclude/hwloc/plugins.h (diff)
The file was modifiedhwloc.pc.in (diff)
The file was modifiedconfig/hwloc.m4 (diff)
Commit 8a5d751090b42b6a5e77475edff0a7fc5f48f1c1 by brice.goglin
ci.inria.fr: enable plugins in coverity and sonarqube jobs
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedcontrib/ci.inria.fr/job-3-sonarscanner.sh (diff)
The file was modifiedcontrib/ci.inria.fr/job-3-coverity.sh (diff)
Commit b04e14e34b5c816628264c33cf99e8462faf3a28 by brice.goglin
lstopo.1: clarify that some options are for graphical output only
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)
Commit 247fe268879fa2d01e0ffa45377b0d9b2e73b4ac by brice.goglin
lstopo.1: add some documentation about the Graphical output
New "GRAPHICAL OUTPUT" section.
Thanks to John Wohlbier for the suggestion.
Refs #385.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedNEWS (diff)
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)