mirror of https://github.com/CGAL/cgal
Use a form "#ifndef" more consistently. The idea is to automatize most of the verification of the consistency in the names used in the #ifndef and the following #define using a simple : grep -r -m 1 '#ifndef' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros grep -r -m 1 '#define' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > define.macros diff ifndef.macros define.macros |
||
|---|---|---|
| .. | ||
| Bounding_box_2.h | ||
| Constrained_triang_traits.h | ||
| HDS_items.h | ||
| Line_to_epoint.h | ||
| Object_handle.h | ||
| Object_index.h | ||
| PM_checker.h | ||
| PM_const_decorator.h | ||
| PM_decorator.h | ||
| PM_explorer.h | ||
| PM_io_parser.h | ||
| PM_overlayer.h | ||
| PM_persistent_PL.h | ||
| PM_point_locator.h | ||
| Polynomial.h | ||
| Segment_overlay_traits.h | ||
| debug.h | ||
| gen_point_location.h | ||
| geninfo.h | ||
| iterator_tools.h | ||