SuccessChanges

Summary

  1. tests/rename: fix hwloc_snprintf() redefinition (details)
  2. tests/rename: remove obsolete .svn directory filtering (details)
  3. tests/rename: rework dependencies (details)
  4. tests/rename: use $(CPP) instead of hardwiring cpp (details)
  5. tests/rename: also check $(CPP) warnings/errors during renaming (details)
  6. bitmap: add hwloc_bitmap_nr_ulongs() and from/to_ulongs() (details)
Commit f4c6fe82e29ea05400012a08b10ab2ec71ddbaa5 by brice.goglin
tests/rename: fix hwloc_snprintf() redefinition
include <private/autogen/config.h> first, so that we have
HWLOC_HAVE_CORRECT_SNPRINTF for renaming hwloc_snprintf() or not, and
then include all headers where we redefine symbol names.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedtests/hwloc/rename/main.c (diff)
The file was modifiedinclude/hwloc/rename.h (diff)
Commit f1244956f46a2a01b4f12e6fd61b15b85f1359d1 by brice.goglin
tests/rename: remove obsolete .svn directory filtering
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedtests/hwloc/rename/Makefile.am (diff)
Commit 89e10dc23ea4a779aa64aa9ed42c0f476dcdf2a4 by brice.goglin
tests/rename: rework dependencies
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedtests/hwloc/rename/Makefile.am (diff)
Commit 5e487995a0bc02a4ae923ec3d7f24bc44f67b55e by brice.goglin
tests/rename: use $(CPP) instead of hardwiring cpp
On some of our platforms, cpp is the default old/buggy versions while
gcc points to a correct/modern compiler, and configure already uses gcc
-E for CPP.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedtests/hwloc/rename/Makefile.am (diff)
Commit db3252221a80391ceddfc1a5a3ef1febb1a38ee6 by brice.goglin
tests/rename: also check $(CPP) warnings/errors during renaming
In case of conflicting renaming of macros as if they were functions
(such as the previously fixed hwloc_snprintf() renaming), etc.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedtests/hwloc/rename/Makefile.am (diff)
Commit 213bee004852c544a4c066c59713c85a788a0f87 by brice.goglin
bitmap: add hwloc_bitmap_nr_ulongs() and from/to_ulongs()
Useful for dumping/building an entire bitmap to/from an array of
unsigned longs.
Thanks to Junchao Zhang for the suggestion.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedNEWS (diff)
The file was modifiedinclude/hwloc/bitmap.h (diff)
The file was modifiedhwloc/bitmap.c (diff)
The file was modifieddoc/Makefile.am (diff)
The file was modifiedinclude/hwloc/rename.h (diff)
The file was modifiedtests/hwloc/hwloc_bitmap.c (diff)