magic/cif
R. Timothy Edwards 957d7edd64 A number of things in one commit:
1) Added a "*showmem" "wizard" command to get a dump of all memory
   being used by tiles in the database.
2) Made a slight correction to the way magic detects exact overlap
   of instances of the same cell.  This probably does not make any
   actual difference in practice.
3) Corrected an uninitialized variable in dbReComputeBboxFunc().
4) Changes DBSrCellPlaneArea() to use a static BPEnum variable, so
   that it does not waste time allocating and freeing memory for
   the same thing over and over again.
5) Corrected a memory leak in the tech file "extract" section that
   loses memory every time the extraction style is changed.
6) Corrected the tile join routines to fix a bad memory leak in the
   tile allocation and recovery---a fix which was mentioned in issue
   #414 but which had not yet been implemented.  This has now been
   tested and confirmed to work.
2025-11-07 11:00:22 -05:00
..
CIFgen.c Corrected an unfortunate error from the previous commit due to 2025-11-03 15:06:54 -05:00
CIFhier.c cif: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CIFint.h A number of things in one commit: 2025-11-07 11:00:22 -05:00
CIFmain.c cif: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CIFrdcl.c gcc11 -Wall -Wpedantic cleanup (post TCL9) 2025-01-06 16:24:57 +00:00
CIFrdpoly.c cif: use 'const' with readonly data (also consumer DBpaint) 2025-01-04 11:31:17 -05:00
CIFrdpt.c Modified the GDS read routine to give location information when 2025-09-05 17:51:46 -04:00
CIFrdtech.c cif: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CIFrdutils.c configuration: #ifdef ROUTE_MODULE 2025-07-26 17:48:31 -04:00
CIFread.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00
CIFsee.c cif: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
CIFtech.c Made a few corrections to recent code additions. Also added 2025-10-31 17:37:02 -04:00
CIFwrite.c cif: use 'const' with 'rcsid' 2025-01-04 11:31:17 -05:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
cif.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00