• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

animation/H19-Nov-2021-4826

api/H07-May-2022-316148

blockmean/H07-May-2022-225165

blockmedian/H19-Nov-2021-11781

blockmode/H19-Nov-2021-11178

byteswap/H03-May-2022-12551

filter1d/H07-May-2022-13293

fitcircle/H07-May-2022-3221

gdal/H19-Nov-2021-9262

genper/H07-May-2022-451313

geodesy/H07-May-2022-633385

gmt_core/H19-Nov-2021-2212

gmtbinstats/H07-May-2022-325224

gmtconnect/H07-May-2022-147

gmtconvert/H07-May-2022-588499

gmtinfo/H03-May-2022-4235

gmtlogo/H07-May-2022-3623

gmtmath/H07-May-2022-371297

gmtmex/H07-May-2022-10473

gmtregress/H07-May-2022-214148

gmtselect/H07-May-2022-151101

gmtsimplify/H07-May-2022-127

gmtspatial/H07-May-2022-374277

gmtsplit/H07-May-2022-2820

gmtvector/H07-May-2022-160121

grd2cpt/H07-May-2022-4735

grd2xyz/H07-May-2022-5641

grdblend/H07-May-2022-215169

grdclip/H07-May-2022-2011

grdcontour/H07-May-2022-437301

grdconvert/H19-Nov-2021-210100

grdcut/H07-May-2022-156115

grdedit/H07-May-2022-5634

grdfft/H07-May-2022-251186

grdfill/H07-May-2022-5232

grdfilter/H07-May-2022-209151

grdgdal/H07-May-2022-3526

grdgradient/H07-May-2022-11357

grdimage/H07-May-2022-514309

grdinterpolate/H07-May-2022-11174

grdlandmask/H07-May-2022-10455

grdmask/H07-May-2022-9,4659,422

grdmath/H07-May-2022-226165

grdmix/H07-May-2022-4332

grdpaste/H07-May-2022-13274

grdproject/H19-Nov-2021-1611

grdsample/H07-May-2022-6042

grdselect/H07-May-2022-163137

grdtrack/H07-May-2022-149115

grdtrend/H07-May-2022-5430

grdvector/H07-May-2022-248169

grdview/H07-May-2022-297213

grdvolume/H07-May-2022-8970

greenspline/H07-May-2022-194125

gshhg/H07-May-2022-2511

img/H07-May-2022-3518

kml/H07-May-2022-13,26713,249

latex/H07-May-2022-5129

makecpt/H07-May-2022-4729

mapproject/H07-May-2022-599356

mgd77/H07-May-2022-10,67910,585

modern/H07-May-2022-257186

movie/H07-May-2022-214149

nearneighbor/H07-May-2022-2316

ogr/H07-May-2022-15294

postscriptlight/H07-May-2022-113

potential/H07-May-2022-1,266911

project/H07-May-2022-265173

psbasemap/H07-May-2022-963635

psclip/H07-May-2022-10885

pscoast/H07-May-2022-392192

pscontour/H07-May-2022-18,09018,060

psevents/H07-May-2022-8347

pshistogram/H07-May-2022-152113

psimage/H07-May-2022-13885

pslegend/H07-May-2022-561463

psmask/H07-May-2022-9788

pspolar/H07-May-2022-133105

psrose/H07-May-2022-211134

pssac/H07-May-2022-222133

psscale/H07-May-2022-549407

pssolar/H07-May-2022-5729

psternary/H07-May-2022-5339

pstext/H07-May-2022-396307

pswiggle/H07-May-2022-2823

psxy/H07-May-2022-72,88171,931

psxyz/H07-May-2022-672530

sample1d/H07-May-2022-177134

segy/H07-May-2022-10354

seis/H07-May-2022-887615

spectrum1d/H07-May-2022-151143

sph/H07-May-2022-8750

sph2grd/H07-May-2022-5335

spotter/H07-May-2022-356201

subplot/H07-May-2022-524252

surface/H07-May-2022-6631

time/H07-May-2022-269164

trend1d/H07-May-2022-2110

trend2d/H07-May-2022-2015

triangulate/H07-May-2022-5137

x2sys/H07-May-2022-111,119110,918

xyz2grd/H19-Nov-2021-107

README.testsH A D19-Nov-20211.6 KiB4443

gmtest.inH A D19-Nov-20218.9 KiB303238

invalidate_modules.shH A D19-Nov-2021619 185

README.tests

1#
2# This is README for the test directory
3#
4# Each program or theme should have a separate directory
5# which may contain any number of Bash (*.sh)
6# scripts that tests one or more aspects of the program.
7# The script should report a PASS/FAIL grade so
8# that it is easy to tell which test failed.
9# The animation directory is exempt from these rules.
10# Scripts making plots should also have an original PS file
11# with the same file prefix as the script (stuff.sh -> stuff.ps).
12# In addition, each script that fails should add a single line
13# to the file ../fail_count.txt so we may report a total.
14#
15# Scripts that are known to fail can be excluded from the test
16# by adding the comment
17#
18#	# GMT_KNOWN_FAILURE
19#
20# to the script anywhere.  Their failures will be listed in the
21# test/fail_count.txt file but not counted by ctest.
22#
23# If a script is known to fail on a specific platform, you can
24# exclude the test by adding one of the following comments:
25#
26#	# GMT_KNOWN_FAILURE_WINDOWS
27#	# GMT_KNOWN_FAILURE_MACOS
28#	# GMT_KNOWN_FAILURE_LINUX
29#
30# Under Linux you can have all module calls be run via valgrind
31# in order to track down pesky memory leaks.  To do this, cd
32# into the build directory and do this:
33# 1. Remove old logs with: find . -name '.log' -exec rm -f {} \;
34# 2. export VALGRIND_ARGS="--track-origins=yes --leak-check=full"
35# Afterwards you can find all the *.log files and examine them.
36# On any OS you can activate the full GMT memory tracking by
37# setting
38# 	export GMT_TRACK_MEMORY=2
39# This assumes you configured GMT via with cmake/ConfigUserAdvanced.cmake
40#	add_definitions(-DDEBUG)
41#	add_definitions(-DMEMDEBUG)
42#
43# P. Wessel, June 2019
44