]> granicus.if.org Git - graphviz/log
graphviz
4 years agoMerge branch '74a4b672-00f6-4510-be6a-1c3f57a1935b' into 'master'
Matthew Fernandez [Sun, 4 Oct 2020 19:34:27 +0000 (19:34 +0000)]
Merge branch '74a4b672-00f6-4510-be6a-1c3f57a1935b' into 'master'

remove one use of longjmp

See merge request graphviz/graphviz!1593

4 years agoremove no longer necessary setjmp setup in libpack
Matthew Fernandez [Sun, 27 Sep 2020 20:57:39 +0000 (13:57 -0700)]
remove no longer necessary setjmp setup in libpack

Related to #1801.

4 years agoreturn failure from push() in libpack instead of longjmping
Matthew Fernandez [Sun, 27 Sep 2020 20:55:34 +0000 (13:55 -0700)]
return failure from push() in libpack instead of longjmping

Related to #1801.

4 years agocheck for failure of push() in dfs() in libpack
Matthew Fernandez [Sun, 27 Sep 2020 20:54:06 +0000 (13:54 -0700)]
check for failure of push() in dfs() in libpack

Related to #1801.

4 years agoadd a return value to push() in libpack
Matthew Fernandez [Sun, 27 Sep 2020 20:52:10 +0000 (13:52 -0700)]
add a return value to push() in libpack

Related to #1801.

4 years agoanticipate return of SIZE_MAX indicating failure from dfs()
Matthew Fernandez [Sun, 27 Sep 2020 20:43:46 +0000 (13:43 -0700)]
anticipate return of SIZE_MAX indicating failure from dfs()

Related to #1801.

4 years agoremove some unused macros
Matthew Fernandez [Sun, 27 Sep 2020 20:16:25 +0000 (13:16 -0700)]
remove some unused macros

4 years agoMerge branch 'add-tools-test' into 'master'
Magnus Jacobsson [Fri, 2 Oct 2020 14:29:44 +0000 (14:29 +0000)]
Merge branch 'add-tools-test' into 'master'

Add tools test

See merge request graphviz/graphviz!1592

4 years agoMerge branch '7f9609f1-0ed6-4616-a6b4-bf59bac9919f' into 'master'
Matthew Fernandez [Fri, 2 Oct 2020 14:21:04 +0000 (14:21 +0000)]
Merge branch '7f9609f1-0ed6-4616-a6b4-bf59bac9919f' into 'master'

fix build system support for pstopdf

See merge request graphviz/graphviz!1591

4 years agofix: pstopdf support in the Autotools build system
Matthew Fernandez [Sat, 26 Sep 2020 01:51:44 +0000 (18:51 -0700)]
fix: pstopdf support in the Autotools build system

pstopdf can now be used as a substitute for ps2pdf when using the Autotools
build system. This commit adapts a downstream packaging tweak from Homebrew [0]
commit f231dcfd69a290c8a289bccd8cfc9aa9b8dc5472, that now works correctly as of
the previous commit. Related to #1763.

  [0]: https://github.com/Homebrew/homebrew-core

4 years agoremove explicit output filename in PDF Makefile rules
Matthew Fernandez [Sat, 26 Sep 2020 01:37:26 +0000 (18:37 -0700)]
remove explicit output filename in PDF Makefile rules

For all of these rules, the output filename ps2pdf infers is the same as the
explicit one being removed, so this change is a no-op. The intent here is to
make these invocations compatible with either ps2pdf or pstopdf filling the role
of @PS2PDF@. The usage for these two differs slightly:

  ps2pdf infile [outfile]
  pstopdf infile [-o outfile]

pstopdf is not currently supported -- there is an attempt at this in
configure.ac, but it is faulty -- but we plan to support it in an upcoming
commit. Related to #1763.

4 years agoUpdate CHANGELOG with tools usage and other fixes
Magnus Jacobsson [Sat, 26 Sep 2020 14:36:52 +0000 (16:36 +0200)]
Update CHANGELOG with tools usage and other fixes

4 years agoSkip execution of dot_builtins in tools test for Centos and Fedora builds
Magnus Jacobsson [Sat, 26 Sep 2020 10:13:42 +0000 (12:13 +0200)]
Skip execution of dot_builtins in tools test for Centos and Fedora builds

Fails because dot_builtins is not installed for Ubuntu or Centos. See
https://gitlab.com/graphviz/graphviz/-/issues/1839.

4 years agoSkip execution of all tools not built with MSBuild in tools test for MSBuild builds
Magnus Jacobsson [Sat, 26 Sep 2020 08:09:00 +0000 (10:09 +0200)]
Skip execution of all tools not built with MSBuild in tools test for MSBuild builds

Fails because not all tools are built with MSBuild. See
https://gitlab.com/graphviz/graphviz/-/issues/1837.

4 years agoAdd all tools built with autotools on Ubuntu 18.04 to tools test
Magnus Jacobsson [Sat, 26 Sep 2020 08:07:08 +0000 (10:07 +0200)]
Add all tools built with autotools on Ubuntu 18.04 to tools test

4 years agoFix gvmap.sh -? option to exit with zero exit status
Magnus Jacobsson [Sat, 26 Sep 2020 11:26:06 +0000 (13:26 +0200)]
Fix gvmap.sh -? option to exit with zero exit status

4 years agoCorrect shebang of gvmap.sh to use ksh
Magnus Jacobsson [Sat, 26 Sep 2020 09:53:42 +0000 (11:53 +0200)]
Correct shebang of gvmap.sh to use ksh

4 years agoAdd option -? for usage to vimdot
Magnus Jacobsson [Sat, 26 Sep 2020 08:52:45 +0000 (10:52 +0200)]
Add option -? for usage to vimdot

4 years agoSkip execution of gvpack in tools test for non-Windows CMake builds
Magnus Jacobsson [Sat, 26 Sep 2020 07:32:39 +0000 (09:32 +0200)]
Skip execution of gvpack in tools test for non-Windows CMake builds

Fails becasue gvpack does not find libgvplugin_neato_layout.so.6 when
built with CMake. See
https://gitlab.com/graphviz/graphviz/-/issues/1838.

4 years agoAdd check of usage to tools test
Magnus Jacobsson [Thu, 24 Sep 2020 16:18:59 +0000 (18:18 +0200)]
Add check of usage to tools test

4 years agoFix edgepaint -? to actually print usage instead of error
Magnus Jacobsson [Fri, 25 Sep 2020 06:38:33 +0000 (08:38 +0200)]
Fix edgepaint -? to actually print usage instead of error

4 years agoFix edgepaint -o option
Magnus Jacobsson [Fri, 25 Sep 2020 06:08:03 +0000 (08:08 +0200)]
Fix edgepaint -o option

4 years agoFix apparently incorrect indentation in mingle
Magnus Jacobsson [Thu, 24 Sep 2020 21:05:58 +0000 (23:05 +0200)]
Fix apparently incorrect indentation in mingle

This change corrects hard-to-read code by changing a few instances of
four spaces to tabs which is the prevalent indentation method in the
surrounding code. There are more incorrect indentation in this file,
but it is left untouched since it is less distracting.

4 years agoCorrect misspelled 'smyrna' in usage
Magnus Jacobsson [Thu, 24 Sep 2020 16:18:32 +0000 (18:18 +0200)]
Correct misspelled 'smyrna' in usage

4 years agoRemove '"' from usage text in non-Windows version of dotty
Magnus Jacobsson [Thu, 24 Sep 2020 16:17:57 +0000 (18:17 +0200)]
Remove '"' from usage text in non-Windows version of dotty

Removed both from dotty.bsh and dotty.sh which is the one that is
released as dotty.

4 years agoSkip execution of all tools not built with CMake in tools test for CMake builds
Magnus Jacobsson [Fri, 25 Sep 2020 14:57:05 +0000 (16:57 +0200)]
Skip execution of all tools not built with CMake in tools test for CMake builds

Fails because not all tools are built with CMake. See
https://gitlab.com/graphviz/graphviz/-/issues/1753 and
https://gitlab.com/graphviz/graphviz/-/issues/1836.

4 years agoSkip execution of mingle in tools test for Ubuntu and Centos builds
Magnus Jacobsson [Fri, 25 Sep 2020 14:56:02 +0000 (16:56 +0200)]
Skip execution of mingle in tools test for Ubuntu and Centos builds

Fails because mingle is not built for Ubuntu and Centos. See
https://gitlab.com/graphviz/graphviz/-/issues/1835.

4 years agoSkip execution of smyrna in tools test for Centos builds
Magnus Jacobsson [Fri, 25 Sep 2020 14:55:14 +0000 (16:55 +0200)]
Skip execution of smyrna in tools test for Centos builds

Fails because smyrna is not built for Centos. See
https://gitlab.com/graphviz/graphviz/-/issues/1834.

4 years agoSkip execution of smyrna in tools test for Windows MSBuilds
Magnus Jacobsson [Sun, 20 Sep 2020 15:26:41 +0000 (17:26 +0200)]
Skip execution of smyrna in tools test for Windows MSBuilds

Fails because of missing DLLs. See
https://gitlab.com/graphviz/graphviz/-/issues/1829.

4 years agoAdd new tools test that tests that all tools can be started
Magnus Jacobsson [Sat, 19 Sep 2020 15:39:31 +0000 (17:39 +0200)]
Add new tools test that tests that all tools can be started

4 years agoPropagate OS ID to pytest
Magnus Jacobsson [Thu, 24 Sep 2020 15:46:31 +0000 (17:46 +0200)]
Propagate OS ID to pytest

4 years agoFix smyrna -? to actually print usage instead of error
Magnus Jacobsson [Sun, 20 Sep 2020 20:55:49 +0000 (22:55 +0200)]
Fix smyrna -? to actually print usage instead of error

4 years agoAdd option -? for usage to non-Windows version of lneato
Magnus Jacobsson [Sun, 20 Sep 2020 20:02:44 +0000 (22:02 +0200)]
Add option -? for usage to non-Windows version of lneato

Added the option to lneato.ksh, lneato.bsh and lneato.sh which is the
one that is released as lneato.

4 years agoAdd option -? for usage to non-Windows version of dotty
Magnus Jacobsson [Sun, 20 Sep 2020 19:50:06 +0000 (21:50 +0200)]
Add option -? for usage to non-Windows version of dotty

4 years agoAdd option -? for usage to Windows version of lneato
Magnus Jacobsson [Sun, 20 Sep 2020 12:52:03 +0000 (14:52 +0200)]
Add option -? for usage to Windows version of lneato

4 years agoAdd option -? for usage to Windows version of dotty
Magnus Jacobsson [Sun, 20 Sep 2020 12:48:09 +0000 (14:48 +0200)]
Add option -? for usage to Windows version of dotty

4 years agoAdd option -? for usage to diffimg
Magnus Jacobsson [Sun, 20 Sep 2020 11:23:06 +0000 (13:23 +0200)]
Add option -? for usage to diffimg

4 years agoAdd archiving of test report also from tests on Windows
Magnus Jacobsson [Thu, 17 Sep 2020 16:07:35 +0000 (18:07 +0200)]
Add archiving of test report also from tests on Windows

4 years agoMerge branch '0943AE25-50C6-419B-8583-E855B1BA66AA' into 'master'
Matthew Fernandez [Fri, 2 Oct 2020 02:16:40 +0000 (02:16 +0000)]
Merge branch '0943AE25-50C6-419B-8583-E855B1BA66AA' into 'master'

fix name of rebuild_vlists in an error message

See merge request graphviz/graphviz!1596

4 years agoMerge branch 'master' into HEAD
Matthew Fernandez [Thu, 1 Oct 2020 14:39:23 +0000 (07:39 -0700)]
Merge branch 'master' into HEAD

4 years agoadd changelog note about E2K support
Matthew Fernandez [Thu, 1 Oct 2020 14:38:55 +0000 (07:38 -0700)]
add changelog note about E2K support

Related to !1595.

4 years agoMerge branch '9B333B00-0CA0-4019-8DF1-DC96CA0EFF97' into 'master'
Matthew Fernandez [Wed, 30 Sep 2020 15:03:18 +0000 (15:03 +0000)]
Merge branch '9B333B00-0CA0-4019-8DF1-DC96CA0EFF97' into 'master'

switch to ustar POSIX format for tarballs produced by make dist

Closes #1830

See merge request graphviz/graphviz!1590

4 years agofix name of rebuild_vlists in an error message
Matthew Fernandez [Wed, 30 Sep 2020 15:01:12 +0000 (08:01 -0700)]
fix name of rebuild_vlists in an error message

4 years agoswitch to ustar POSIX format for tarballs produced by make dist
Matthew Fernandez [Thu, 24 Sep 2020 01:52:23 +0000 (18:52 -0700)]
switch to ustar POSIX format for tarballs produced by make dist

Without setting this option, Automake was defaulting to the “V7” format that
only supports filenames up to 99 characters. This was causing the following
(unnoticed) error during portable source generation:

  tardir=graphviz-2.44.2~dev.20200921.1021 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >graphviz-2.44.2~dev.20200921.1021.tar.gz
  tar: graphviz-2.44.2~dev.20200921.1021/macosx/graphviz.xcodeproj/project.xcworkspace/contents.xcworkspacedata: file name is too long (max 99); not dumped
  tar: graphviz-2.44.2~dev.20200921.1021/macosx/graphviz.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: file name is too long (max 99); not dumped
  tar: Exiting with failure status due to previous errors

In this commit, we switch to the newer “ustar” format that supports filenames
up to 256 characters. This format is still widely supported. From the Automake
documentation [0]:

  tar-ustar selects the ustar format defined by POSIX 1003.1-1988. This format
  is old enough to be portable: As of 2018, it is supported by the native tar
  command on GNU, FreeBSD, NetBSD, OpenBSD, AIX, HP-UX, and Solaris, at least.
  It fully supports empty directories. It can store file names with up to 256
  characters, provided that the file name can be split at directory separator in
  two parts, first of them being at most 155 bytes long. So, in most cases the
  maximum file name length will be shorter than 256 characters.

Closes #1830.

  [0]: https://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html

4 years agoMerge branch 'install-plugins-at-build-time' into 'master'
Magnus Jacobsson [Wed, 30 Sep 2020 07:49:07 +0000 (07:49 +0000)]
Merge branch 'install-plugins-at-build-time' into 'master'

Configure plugins at build time

See merge request graphviz/graphviz!1581

4 years agoRemove now obsolete exec of dot -c for Windows CI builds
Magnus Jacobsson [Tue, 15 Sep 2020 17:33:18 +0000 (19:33 +0200)]
Remove now obsolete exec of dot -c for Windows CI builds

4 years agoAdd install of plugin configuration file config6 for Windows MSBuild builds
Magnus Jacobsson [Tue, 15 Sep 2020 18:23:22 +0000 (20:23 +0200)]
Add install of plugin configuration file config6 for Windows MSBuild builds

4 years agoAdd gd and gdiplus plugins dependency to dot for MSBuild
Magnus Jacobsson [Wed, 16 Sep 2020 05:32:36 +0000 (07:32 +0200)]
Add gd and gdiplus plugins dependency to dot for MSBuild

This will ensure that the plugin configuration file config6, which
will be generated directly after dot is built in an upcoming commit,
contains all plugins.

4 years agoRemove now obsolete exec of dot -c for Linux CMake CI builds
Magnus Jacobsson [Tue, 15 Sep 2020 16:53:44 +0000 (18:53 +0200)]
Remove now obsolete exec of dot -c for Linux CMake CI builds

4 years agoAdd install of plugin configuration file config6 for CMake builds
Magnus Jacobsson [Sun, 13 Sep 2020 15:07:44 +0000 (17:07 +0200)]
Add install of plugin configuration file config6 for CMake builds

4 years agoMerge branch '06e77d83-9cd7-4e6a-b814-d74136617645' into 'master'
Matthew Fernandez [Wed, 30 Sep 2020 00:19:17 +0000 (00:19 +0000)]
Merge branch '06e77d83-9cd7-4e6a-b814-d74136617645' into 'master'

remove more unused files

See merge request graphviz/graphviz!1589

4 years agoremove unused sfvalue()
Matthew Fernandez [Wed, 23 Sep 2020 04:01:06 +0000 (21:01 -0700)]
remove unused sfvalue()

4 years agoremove unused sfulen()
Matthew Fernandez [Wed, 23 Sep 2020 03:53:32 +0000 (20:53 -0700)]
remove unused sfulen()

4 years agoremove unused sfstacked()
Matthew Fernandez [Wed, 23 Sep 2020 03:45:39 +0000 (20:45 -0700)]
remove unused sfstacked()

4 years agoremove unused sfputu() and variants
Matthew Fernandez [Wed, 23 Sep 2020 03:38:02 +0000 (20:38 -0700)]
remove unused sfputu() and variants

4 years agoremove unused sfputm() and variants
Matthew Fernandez [Wed, 23 Sep 2020 03:30:21 +0000 (20:30 -0700)]
remove unused sfputm() and variants

4 years agoremove unused sfputl() and variants
Matthew Fernandez [Wed, 23 Sep 2020 03:20:20 +0000 (20:20 -0700)]
remove unused sfputl() and variants

4 years agoremove unused sfputd() and variants
Matthew Fernandez [Wed, 23 Sep 2020 03:12:52 +0000 (20:12 -0700)]
remove unused sfputd() and variants

4 years agoremove unused sfllen() and variants
Matthew Fernandez [Wed, 23 Sep 2020 03:05:00 +0000 (20:05 -0700)]
remove unused sfllen() and variants

4 years agoremove unused sferror()
Matthew Fernandez [Wed, 23 Sep 2020 02:56:03 +0000 (19:56 -0700)]
remove unused sferror()

4 years agoremove unused sfeof()
Matthew Fernandez [Wed, 23 Sep 2020 02:48:44 +0000 (19:48 -0700)]
remove unused sfeof()

4 years agoremove unused sfdlen() and variants
Matthew Fernandez [Wed, 23 Sep 2020 02:41:39 +0000 (19:41 -0700)]
remove unused sfdlen() and variants

4 years agoremove unused sfclrerr()
Matthew Fernandez [Wed, 23 Sep 2020 02:31:33 +0000 (19:31 -0700)]
remove unused sfclrerr()

Related to #19. I do not believe this is a full fix. It just bypasses the first
error in the referenced issue.

4 years agoconfigure.ac: Add e2k platform
Michael Shigorin [Tue, 29 Sep 2020 11:26:12 +0000 (14:26 +0300)]
configure.ac: Add e2k platform

Elbrus (also known as Elbrus 2000) is a Russian 64-bit LE VLIW.

4 years agoMerge branch '22783486-1007-4063-bcc5-c902a9bf8dc7' into 'master'
Matthew Fernandez [Tue, 29 Sep 2020 00:42:21 +0000 (00:42 +0000)]
Merge branch '22783486-1007-4063-bcc5-c902a9bf8dc7' into 'master'

remove direct use of 'environ'

See merge request graphviz/graphviz!1587

4 years agoremove build system detection of _NSGetEnviron() and crt_externs.h
Matthew Fernandez [Tue, 22 Sep 2020 02:51:49 +0000 (19:51 -0700)]
remove build system detection of _NSGetEnviron() and crt_externs.h

Neither of these are used any more.

4 years agoremove now unnecessary environ abstraction code
Matthew Fernandez [Tue, 22 Sep 2020 02:34:58 +0000 (19:34 -0700)]
remove now unnecessary environ abstraction code

4 years agoremove direct use of environ
Matthew Fernandez [Tue, 22 Sep 2020 02:33:10 +0000 (19:33 -0700)]
remove direct use of environ

This code was manually parsing environment variable settings for some reason. It
also (incorrectly) assumed $_ would always be the first environment variable.

4 years agoremove unused uid_t #define
Matthew Fernandez [Tue, 22 Sep 2020 02:09:17 +0000 (19:09 -0700)]
remove unused uid_t #define

4 years agoMerge branch '1785-4' into 'master'
Matthew Fernandez [Tue, 29 Sep 2020 00:22:47 +0000 (00:22 +0000)]
Merge branch '1785-4' into 'master'

disambiguate #includes (4/5)

See merge request graphviz/graphviz!1588

4 years agodisambiguate tclpkg/tclpathplan #includes
Matthew Fernandez [Thu, 3 Sep 2020 03:51:07 +0000 (20:51 -0700)]
disambiguate tclpkg/tclpathplan #includes

Related to #1242 and #1785.

4 years agoremove unnecessary tclpkg/tclpathplan include path
Matthew Fernandez [Thu, 3 Sep 2020 03:42:40 +0000 (20:42 -0700)]
remove unnecessary tclpkg/tclpathplan include path

4 years agodisambiguate tclpkg/tcldot #includes
Matthew Fernandez [Thu, 3 Sep 2020 03:39:03 +0000 (20:39 -0700)]
disambiguate tclpkg/tcldot #includes

Related to #1242 and #1785.

4 years agoremove unnecessary tclpkg/tcldot include path
Matthew Fernandez [Thu, 3 Sep 2020 03:27:30 +0000 (20:27 -0700)]
remove unnecessary tclpkg/tcldot include path

4 years agodisambiguate tclpkg/gv #includes
Matthew Fernandez [Thu, 3 Sep 2020 02:46:29 +0000 (19:46 -0700)]
disambiguate tclpkg/gv #includes

Related to #1242 and #1785.

4 years agoremove unnecessary tclpkg/gv include path
Matthew Fernandez [Thu, 3 Sep 2020 02:32:17 +0000 (19:32 -0700)]
remove unnecessary tclpkg/gv include path

4 years agoMerge branch '4a751607-966c-4130-84cb-77a26d194de8' into 'master'
Matthew Fernandez [Sun, 27 Sep 2020 02:17:39 +0000 (02:17 +0000)]
Merge branch '4a751607-966c-4130-84cb-77a26d194de8' into 'master'

drop explicit libstdc++ references, allowing linking with libc++

Closes #163

See merge request graphviz/graphviz!1586

4 years agoremove explicit linking of libstdc++
Matthew Fernandez [Mon, 21 Sep 2020 00:38:52 +0000 (17:38 -0700)]
remove explicit linking of libstdc++

The autotools build should now be compatible with libc++. Closes #163.

4 years agoforce the C++ compiler to be used when linking C++-dependent targets
Matthew Fernandez [Mon, 21 Sep 2020 00:36:22 +0000 (17:36 -0700)]
force the C++ compiler to be used when linking C++-dependent targets

This looks pretty hacky, but is apparently the libtool-sanctioned way of doing
this [0]. Related to #163.

  [0]: https://www.gnu.org/software/automake/manual/automake.html#Libtool-Convenience-Libraries

4 years agoremove duplicated Makefile content
Matthew Fernandez [Mon, 21 Sep 2020 00:17:24 +0000 (17:17 -0700)]
remove duplicated Makefile content

4 years agoMerge branch '23CD380E-C5C0-414F-B23F-122C42B26417' into 'master'
Matthew Fernandez [Sat, 26 Sep 2020 01:28:05 +0000 (01:28 +0000)]
Merge branch '23CD380E-C5C0-414F-B23F-122C42B26417' into 'master'

remove testing pieces from CMake build

Closes #1795

See merge request graphviz/graphviz!1584

4 years agoremove testing pieces from CMake build
Matthew Fernandez [Sat, 19 Sep 2020 17:19:49 +0000 (10:19 -0700)]
remove testing pieces from CMake build

The existing test fragments in the CMake files had two undesirable effects:

  1. Projects using Graphviz as a subdirectory would pick up this test suite and
     it would get run as part of their own test suite. See #1795.

  2. The fragments incorrectly gave the impression this was the canonical set of
     Graphviz tests and/or that this is what was run in CI. The current reality
     is that CI ignores this path to a subset of the tests, and most of the
     maintainers do not run this either.

4 years agoremove build system workaround for GCC 3
Matthew Fernandez [Sat, 19 Sep 2020 17:00:32 +0000 (10:00 -0700)]
remove build system workaround for GCC 3

We no longer support anything below GCC 4.4.7.

4 years agodon't squash -O2 when using ICC
Matthew Fernandez [Sat, 19 Sep 2020 16:56:58 +0000 (09:56 -0700)]
don't squash -O2 when using ICC

ICC is Intel's C Compiler. All recent versions of it *do* support `-O2`.

4 years agoMerge branch '803B960B-999F-41B4-981C-21E1EB0BB124' into 'master'
Matthew Fernandez [Sat, 26 Sep 2020 01:05:01 +0000 (01:05 +0000)]
Merge branch '803B960B-999F-41B4-981C-21E1EB0BB124' into 'master'

remove eFence support

Closes #1827

See merge request graphviz/graphviz!1585

4 years agoremove eFence support
Matthew Fernandez [Sat, 19 Sep 2020 21:35:02 +0000 (14:35 -0700)]
remove eFence support

The eFence memory debugging tool has these days been superseded by Valgrind and
Address Sanitizer. Closes #1827.

4 years agoremove commented out library checks
Matthew Fernandez [Sat, 19 Sep 2020 21:34:10 +0000 (14:34 -0700)]
remove commented out library checks

4 years agoremove legacy comment
Matthew Fernandez [Sat, 19 Sep 2020 21:33:01 +0000 (14:33 -0700)]
remove legacy comment

4 years agoMerge branch '6B1AB424-B66A-42CC-B5CF-BAC9AEEF6129' into 'master'
Matthew Fernandez [Fri, 25 Sep 2020 15:41:02 +0000 (15:41 +0000)]
Merge branch '6B1AB424-B66A-42CC-B5CF-BAC9AEEF6129' into 'master'

miscellaneous cleanup

See merge request graphviz/graphviz!1583

4 years agoremove ignore rules from some legacy files
Matthew Fernandez [Sat, 19 Sep 2020 01:02:16 +0000 (18:02 -0700)]
remove ignore rules from some legacy files

libgraph was removed in d5f98556f654b41e5fdabd2d6f7528256bdea519.

4 years agoremove commented out strToL
Matthew Fernandez [Sat, 19 Sep 2020 00:57:21 +0000 (17:57 -0700)]
remove commented out strToL

4 years agoremove Windows strto[u]ll redirects
Matthew Fernandez [Sat, 19 Sep 2020 00:55:02 +0000 (17:55 -0700)]
remove Windows strto[u]ll redirects

These functions exist on Windows. There is no need to remap them.

4 years agoremove unused 'external'
Matthew Fernandez [Sat, 19 Sep 2020 00:45:15 +0000 (17:45 -0700)]
remove unused 'external'

4 years agoremove unused 'cast'
Matthew Fernandez [Sat, 19 Sep 2020 00:43:56 +0000 (17:43 -0700)]
remove unused 'cast'

4 years agoMerge branch 'fix-linux-cmake-and-add-test-job-to-ci' into 'master'
Magnus Jacobsson [Wed, 23 Sep 2020 06:55:59 +0000 (06:55 +0000)]
Merge branch 'fix-linux-cmake-and-add-test-job-to-ci' into 'master'

Add Linux CMake test job to CI (including needed generation of a .deb package and correction of some linking problems)

See merge request graphviz/graphviz!1578

4 years agoAdd skip of format png:gd also for Linux CMake rtest
Magnus Jacobsson [Tue, 15 Sep 2020 14:02:51 +0000 (16:02 +0200)]
Add skip of format png:gd also for Linux CMake rtest

4 years agoAdd skip of PNG diff for also for Linux CMake rtest
Magnus Jacobsson [Tue, 15 Sep 2020 13:21:43 +0000 (15:21 +0200)]
Add skip of PNG diff for also for Linux CMake rtest

4 years agoAdd skip of test_1813 also for Linux CMake
Magnus Jacobsson [Mon, 14 Sep 2020 22:23:54 +0000 (00:23 +0200)]
Add skip of test_1813 also for Linux CMake

4 years agoAdd ubuntu18-04-cmake-test job to CI
Magnus Jacobsson [Fri, 11 Sep 2020 05:45:09 +0000 (07:45 +0200)]
Add ubuntu18-04-cmake-test job to CI

Also adapt existing test jobs to accomodate this.

4 years agoFix lib/pack objs not included in lib/gvc dynamic lib for CMake builds
Magnus Jacobsson [Mon, 14 Sep 2020 21:34:49 +0000 (23:34 +0200)]
Fix lib/pack objs not included in lib/gvc dynamic lib for CMake builds

This is what the autotools builds do.

For some reason this was not a problem on Windows.

Without this, the rtest/test_examples.py gave errors like this for neatopack.c:

neatopack.c:(.text+0x81): undefined reference to `ccomps'