]> granicus.if.org Git - graphviz/log
graphviz
4 years agoMerge branch 'bf9d8724-af7d-4811-8924-cbdd7aa1644d' into 'master'
Matthew Fernandez [Sat, 10 Oct 2020 18:02:47 +0000 (18:02 +0000)]
Merge branch 'bf9d8724-af7d-4811-8924-cbdd7aa1644d' into 'master'

remove some unnecessary stack buffers

See merge request graphviz/graphviz!1601

4 years agoremove use of stack buffer in utf8ToLatin1
Matthew Fernandez [Sat, 3 Oct 2020 19:18:32 +0000 (12:18 -0700)]
remove use of stack buffer in utf8ToLatin1

For similar reasons to the prior commits.

4 years agoremove use of stack buffer in latin1ToUTF8
Matthew Fernandez [Sat, 3 Oct 2020 19:17:19 +0000 (12:17 -0700)]
remove use of stack buffer in latin1ToUTF8

For similar reasons to the prior commit.

4 years agoremove initial stack buffer usage in htmlEntityUTF8
Matthew Fernandez [Sat, 3 Oct 2020 19:11:32 +0000 (12:11 -0700)]
remove initial stack buffer usage in htmlEntityUTF8

The agxbuf used in this function is eventually disowned and its backing memory
needs to be heap-allocated to live beyond the duration of the function call. So
there is no advantage to initially allocating it on the stack as it needs to be
subsequently moved to the heap.

4 years agoremove commented out code in smyrna menu callbacks
Matthew Fernandez [Sat, 3 Oct 2020 19:08:31 +0000 (12:08 -0700)]
remove commented out code in smyrna menu callbacks

4 years agoMerge branch 'fix-1845' into 'master'
Matthew Fernandez [Fri, 9 Oct 2020 14:59:13 +0000 (14:59 +0000)]
Merge branch 'fix-1845' into 'master'

Don't close output file after writing first graph

Closes #1845

See merge request graphviz/graphviz!1605

4 years agoMerge branch '8e5a4e12-19d8-431b-bdd0-1c86065d6d72' into 'master'
Matthew Fernandez [Fri, 9 Oct 2020 14:57:41 +0000 (14:57 +0000)]
Merge branch '8e5a4e12-19d8-431b-bdd0-1c86065d6d72' into 'master'

add configure option for controlling man page PDF generation

Closes #1763

See merge request graphviz/graphviz!1600

4 years agoforce man page PDF generation in CI portable source build
Matthew Fernandez [Sat, 3 Oct 2020 04:03:36 +0000 (21:03 -0700)]
force man page PDF generation in CI portable source build

This forces the CI portable source build to fail if it cannot find a way to
generate PDF versions of man pages.

Related to #1763.

4 years agoimplement --enable-man-pdfs configure option
Matthew Fernandez [Sat, 3 Oct 2020 03:54:54 +0000 (20:54 -0700)]
implement --enable-man-pdfs configure option

There are now the following behaviors during configure and compilation:

  ./configure --enable-man-pdfs ...
    PDFs of man pages will be generated using ps2pdf. If ps2pdf is not
    installed, pstopdf will be used. If pstopdf is also not installed,
    compilation will fail.

  ./configure --disable-man-pdfs ...
    The build will not check for or attempt to generate any PDF versions of man
    pages. It is irrelevant whether ps2pdf or pstopdf are installed.

  ./configure ... (with neither option)
    If ps2pdf is found in $PATH, PDFs of man pages are generated using ps2pdf.
    If ps2pdf is not found, pstopdf will be looked for and, if found, used to
    generate PDFs of man pages. If neither are found, no PDFs of man pages will
    be generated and compilation will succeed, omitting these.

Closes #1763.

4 years agoremove commented out line
Matthew Fernandez [Sat, 3 Oct 2020 03:23:07 +0000 (20:23 -0700)]
remove commented out line

4 years agoremove unused or empty variable expansion in lib/spine
Matthew Fernandez [Sat, 3 Oct 2020 02:52:43 +0000 (19:52 -0700)]
remove unused or empty variable expansion in lib/spine

4 years agoremove commented out configure lines
Matthew Fernandez [Sat, 3 Oct 2020 00:37:46 +0000 (17:37 -0700)]
remove commented out configure lines

4 years agoMerge branch 'replace-outdated-getopt' into 'master'
Magnus Jacobsson [Fri, 9 Oct 2020 05:08:25 +0000 (05:08 +0000)]
Merge branch 'replace-outdated-getopt' into 'master'

Replace outdated getopt

See merge request graphviz/graphviz!1608

4 years agoExplicitly specify -? as an option in lib/spine/spine.c
Magnus Jacobsson [Sat, 3 Oct 2020 14:17:01 +0000 (16:17 +0200)]
Explicitly specify -? as an option in lib/spine/spine.c

4 years agoExplicitly specify -? as an option in sccmap
Magnus Jacobsson [Sat, 3 Oct 2020 14:16:01 +0000 (16:16 +0200)]
Explicitly specify -? as an option in sccmap

4 years agoExplicitly specify -? as an option in tred2
Magnus Jacobsson [Sat, 3 Oct 2020 14:15:01 +0000 (16:15 +0200)]
Explicitly specify -? as an option in tred2

4 years agoExplicitly specify -? as an option in mm2gv
Magnus Jacobsson [Sat, 3 Oct 2020 14:14:00 +0000 (16:14 +0200)]
Explicitly specify -? as an option in mm2gv

4 years agoExplicitly specify -? as an option in dijkstra
Magnus Jacobsson [Sat, 3 Oct 2020 14:12:27 +0000 (16:12 +0200)]
Explicitly specify -? as an option in dijkstra

4 years agoExplicitly specify -? as an option in tred
Magnus Jacobsson [Sun, 4 Oct 2020 18:58:25 +0000 (20:58 +0200)]
Explicitly specify -? as an option in tred

4 years agoExplicitly specify -? as an option in sccmap
Magnus Jacobsson [Sun, 4 Oct 2020 18:57:22 +0000 (20:57 +0200)]
Explicitly specify -? as an option in sccmap

4 years agoExplicitly specify -? as an option in nop
Magnus Jacobsson [Sun, 4 Oct 2020 18:56:14 +0000 (20:56 +0200)]
Explicitly specify -? as an option in nop

4 years agoExplicitly specify -? as an option in mingle
Magnus Jacobsson [Sun, 4 Oct 2020 18:55:09 +0000 (20:55 +0200)]
Explicitly specify -? as an option in mingle

4 years agoExplicitly specify -? as an option in gvpack
Magnus Jacobsson [Sun, 4 Oct 2020 18:54:19 +0000 (20:54 +0200)]
Explicitly specify -? as an option in gvpack

4 years agoExplicitly specify -? as an option in gvmap
Magnus Jacobsson [Sun, 4 Oct 2020 18:53:14 +0000 (20:53 +0200)]
Explicitly specify -? as an option in gvmap

4 years agoExplicitly specify -? as an option in gvcolor
Magnus Jacobsson [Sun, 4 Oct 2020 18:51:58 +0000 (20:51 +0200)]
Explicitly specify -? as an option in gvcolor

4 years agoExplicitly specify -? as an option in gc
Magnus Jacobsson [Sun, 4 Oct 2020 18:50:53 +0000 (20:50 +0200)]
Explicitly specify -? as an option in gc

4 years agoExplicitly specify -? as an option in cluster
Magnus Jacobsson [Sun, 4 Oct 2020 18:49:56 +0000 (20:49 +0200)]
Explicitly specify -? as an option in cluster

4 years agoExplicitly specify -? as an option in ccomps
Magnus Jacobsson [Sun, 4 Oct 2020 18:47:47 +0000 (20:47 +0200)]
Explicitly specify -? as an option in ccomps

4 years agoExplicitly specify -? as an option in bcomps
Magnus Jacobsson [Sun, 4 Oct 2020 18:45:54 +0000 (20:45 +0200)]
Explicitly specify -? as an option in bcomps

4 years agoAdd test of unsupported option handling to tools test
Magnus Jacobsson [Tue, 29 Sep 2020 09:42:30 +0000 (11:42 +0200)]
Add test of unsupported option handling to tools test

4 years agoShow usage and exit non-zero for unsupported option in lib/spine/spine.c
Magnus Jacobsson [Sat, 3 Oct 2020 14:06:06 +0000 (16:06 +0200)]
Show usage and exit non-zero for unsupported option in lib/spine/spine.c

Final commit that fixes
https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in lib/pack/ptest.c
Magnus Jacobsson [Sat, 3 Oct 2020 14:04:44 +0000 (16:04 +0200)]
Show usage and exit non-zero for unsupported option in lib/pack/ptest.c

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in sccmap
Magnus Jacobsson [Sat, 3 Oct 2020 14:04:22 +0000 (16:04 +0200)]
Show usage and exit non-zero for unsupported option in sccmap

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in tred2
Magnus Jacobsson [Sat, 3 Oct 2020 14:04:07 +0000 (16:04 +0200)]
Show usage and exit non-zero for unsupported option in tred2

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in mm2gv
Magnus Jacobsson [Sat, 3 Oct 2020 14:03:50 +0000 (16:03 +0200)]
Show usage and exit non-zero for unsupported option in mm2gv

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in dijkstra
Magnus Jacobsson [Sat, 3 Oct 2020 14:03:37 +0000 (16:03 +0200)]
Show usage and exit non-zero for unsupported option in dijkstra

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in smyrna
Magnus Jacobsson [Sat, 3 Oct 2020 14:03:13 +0000 (16:03 +0200)]
Show usage and exit non-zero for unsupported option in smyrna

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in lefty
Magnus Jacobsson [Sat, 3 Oct 2020 14:02:09 +0000 (16:02 +0200)]
Show usage and exit non-zero for unsupported option in lefty

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in gvedit
Magnus Jacobsson [Sat, 3 Oct 2020 13:59:40 +0000 (15:59 +0200)]
Show usage and exit non-zero for unsupported option in gvedit

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in tred
Magnus Jacobsson [Fri, 2 Oct 2020 13:23:25 +0000 (15:23 +0200)]
Show usage and exit non-zero for unsupported option in tred

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in sccmap
Magnus Jacobsson [Fri, 2 Oct 2020 13:20:52 +0000 (15:20 +0200)]
Show usage and exit non-zero for unsupported option in sccmap

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in nop
Magnus Jacobsson [Fri, 2 Oct 2020 13:19:43 +0000 (15:19 +0200)]
Show usage and exit non-zero for unsupported option in nop

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in mingle
Magnus Jacobsson [Fri, 2 Oct 2020 13:17:21 +0000 (15:17 +0200)]
Show usage and exit non-zero for unsupported option in mingle

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in gvpack
Magnus Jacobsson [Fri, 2 Oct 2020 13:12:07 +0000 (15:12 +0200)]
Show usage and exit non-zero for unsupported option in gvpack

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in gvmap.sh
Magnus Jacobsson [Fri, 2 Oct 2020 13:10:32 +0000 (15:10 +0200)]
Show usage and exit non-zero for unsupported option in gvmap.sh

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in gvmap
Magnus Jacobsson [Fri, 2 Oct 2020 13:02:46 +0000 (15:02 +0200)]
Show usage and exit non-zero for unsupported option in gvmap

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in gvcolor
Magnus Jacobsson [Fri, 2 Oct 2020 12:59:11 +0000 (14:59 +0200)]
Show usage and exit non-zero for unsupported option in gvcolor

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in gc
Magnus Jacobsson [Fri, 2 Oct 2020 12:57:42 +0000 (14:57 +0200)]
Show usage and exit non-zero for unsupported option in gc

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in edgepaint
Magnus Jacobsson [Fri, 2 Oct 2020 12:56:10 +0000 (14:56 +0200)]
Show usage and exit non-zero for unsupported option in edgepaint

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in cluster
Magnus Jacobsson [Fri, 2 Oct 2020 12:54:02 +0000 (14:54 +0200)]
Show usage and exit non-zero for unsupported option in cluster

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in ccomps
Magnus Jacobsson [Fri, 2 Oct 2020 12:26:09 +0000 (14:26 +0200)]
Show usage and exit non-zero for unsupported option in ccomps

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoShow usage and exit non-zero for unsupported option in bcomps
Magnus Jacobsson [Fri, 2 Oct 2020 12:23:00 +0000 (14:23 +0200)]
Show usage and exit non-zero for unsupported option in bcomps

Towards https://gitlab.com/graphviz/graphviz/-/issues/1843.

4 years agoRemove windows/getopt
Magnus Jacobsson [Thu, 10 Sep 2020 18:26:02 +0000 (20:26 +0200)]
Remove windows/getopt

Final commit that fixes
https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoRemove windows/getopt subproject from Graphviz MSBuild solution
Magnus Jacobsson [Sun, 4 Oct 2020 12:31:18 +0000 (14:31 +0200)]
Remove windows/getopt subproject from Graphviz MSBuild solution

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for lib/gvprlib in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:30:00 +0000 (14:30 +0200)]
Replace getopt subproject with vcpkg getopt lib for lib/gvprlib in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for prune in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:28:58 +0000 (14:28 +0200)]
Replace getopt subproject with vcpkg getopt lib for prune in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for unflatten in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:28:45 +0000 (14:28 +0200)]
Replace getopt subproject with vcpkg getopt lib for unflatten in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for tred in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:28:32 +0000 (14:28 +0200)]
Replace getopt subproject with vcpkg getopt lib for tred in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for sccmap in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:28:20 +0000 (14:28 +0200)]
Replace getopt subproject with vcpkg getopt lib for sccmap in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for nop in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:28:03 +0000 (14:28 +0200)]
Replace getopt subproject with vcpkg getopt lib for nop in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for mm2gv in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:27:18 +0000 (14:27 +0200)]
Replace getopt subproject with vcpkg getopt lib for mm2gv in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gxl2gv in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:27:03 +0000 (14:27 +0200)]
Replace getopt subproject with vcpkg getopt lib for gxl2gv in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gvpack in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:26:45 +0000 (14:26 +0200)]
Replace getopt subproject with vcpkg getopt lib for gvpack in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gvgen in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:26:32 +0000 (14:26 +0200)]
Replace getopt subproject with vcpkg getopt lib for gvgen in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gvcolor in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:26:15 +0000 (14:26 +0200)]
Replace getopt subproject with vcpkg getopt lib for gvcolor in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gv2gml in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:25:57 +0000 (14:25 +0200)]
Replace getopt subproject with vcpkg getopt lib for gv2gml in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for graphml2gv in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:25:40 +0000 (14:25 +0200)]
Replace getopt subproject with vcpkg getopt lib for graphml2gv in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gml2gv in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:25:15 +0000 (14:25 +0200)]
Replace getopt subproject with vcpkg getopt lib for gml2gv in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gc in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:24:54 +0000 (14:24 +0200)]
Replace getopt subproject with vcpkg getopt lib for gc in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for dijkstra in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:24:40 +0000 (14:24 +0200)]
Replace getopt subproject with vcpkg getopt lib for dijkstra in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for ccomps in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:24:24 +0000 (14:24 +0200)]
Replace getopt subproject with vcpkg getopt lib for ccomps in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for bcomps in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:24:11 +0000 (14:24 +0200)]
Replace getopt subproject with vcpkg getopt lib for bcomps in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for acyclic in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:23:55 +0000 (14:23 +0200)]
Replace getopt subproject with vcpkg getopt lib for acyclic in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for smyrna in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:23:39 +0000 (14:23 +0200)]
Replace getopt subproject with vcpkg getopt lib for smyrna in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for mingle in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:23:23 +0000 (14:23 +0200)]
Replace getopt subproject with vcpkg getopt lib for mingle in MSBuild

Also fix edgepaint option parsing in MSBuild by not using Unicode that
for some reason caused the new getopt library to not find any options.

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for gvmap in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:23:09 +0000 (14:23 +0200)]
Replace getopt subproject with vcpkg getopt lib for gvmap in MSBuild

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for edgepaint in MSBuild
Magnus Jacobsson [Sun, 4 Oct 2020 12:22:39 +0000 (14:22 +0200)]
Replace getopt subproject with vcpkg getopt lib for edgepaint in MSBuild

Also fix edgepaint option parsing in MSBuild by not using Unicode that
for some reason caused the new getopt library to not find any options.

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoReplace getopt subproject with vcpkg getopt lib for cmd/tools in CMake
Magnus Jacobsson [Sun, 4 Oct 2020 12:02:32 +0000 (14:02 +0200)]
Replace getopt subproject with vcpkg getopt lib for cmd/tools in CMake

Towards https://gitlab.com/graphviz/graphviz/-/issues/1820.

4 years agoAdd preinstalled getopt vcpkg library to CMake
Magnus Jacobsson [Wed, 16 Sep 2020 06:10:36 +0000 (08:10 +0200)]
Add preinstalled getopt vcpkg library to CMake

4 years agoUpdate submodule to get preinstalled getopt vcpkg library
Magnus Jacobsson [Wed, 16 Sep 2020 06:10:36 +0000 (08:10 +0200)]
Update submodule to get preinstalled getopt vcpkg library

4 years agoMove check for getopt.h to config-checks.cmake
Magnus Jacobsson [Mon, 28 Sep 2020 19:38:28 +0000 (21:38 +0200)]
Move check for getopt.h to config-checks.cmake

4 years agoRefactor to use CMAKE_PREFIX_PATH
Magnus Jacobsson [Sun, 4 Oct 2020 08:51:02 +0000 (10:51 +0200)]
Refactor to use CMAKE_PREFIX_PATH

4 years agoRemove ignore of *.cmake which we have plenty of in the source tree
Magnus Jacobsson [Thu, 17 Sep 2020 10:53:50 +0000 (12:53 +0200)]
Remove ignore of *.cmake which we have plenty of in the source tree

4 years agoUnset the DISPLAY environment variable in tools test
Magnus Jacobsson [Tue, 29 Sep 2020 09:39:53 +0000 (11:39 +0200)]
Unset the DISPLAY environment variable in tools test

This ensures that the test fails instead of hanging if print usage and
exit fails and the program continues and tries to open the display.

4 years agoAdd comment in tools test
Magnus Jacobsson [Tue, 29 Sep 2020 09:38:51 +0000 (11:38 +0200)]
Add comment in tools test

4 years agoMerge branch 'BCD44381-875A-4264-9A43-FB6B88822A57' into 'master'
Matthew Fernandez [Thu, 8 Oct 2020 14:27:01 +0000 (14:27 +0000)]
Merge branch 'BCD44381-875A-4264-9A43-FB6B88822A57' into 'master'

remove legacy MSBuild references to lib/agraph

See merge request graphviz/graphviz!1610

4 years agoMerge branch 'fix-brew-install-on-macos' into 'master'
Magnus Jacobsson [Thu, 8 Oct 2020 08:03:28 +0000 (08:03 +0000)]
Merge branch 'fix-brew-install-on-macos' into 'master'

Fix brew install on macOS fail when upgrade is available

See merge request graphviz/graphviz!1609

4 years agoremove legacy MSBuild references to lib/agraph
Matthew Fernandez [Thu, 8 Oct 2020 03:34:35 +0000 (20:34 -0700)]
remove legacy MSBuild references to lib/agraph

lib/agraph was removed in b9b3cb9fbf7eabdb63c92abbea83e104ef5b4b04. Related to
#1549.

4 years agoAdd brew update to macOS CI jobs
Magnus Jacobsson [Wed, 7 Oct 2020 16:19:17 +0000 (18:19 +0200)]
Add brew update to macOS CI jobs

4 years agoMerge branch 'CE68F701-8CA3-411E-941A-829F7B4A0CFB' into 'master'
Matthew Fernandez [Wed, 7 Oct 2020 15:15:56 +0000 (15:15 +0000)]
Merge branch 'CE68F701-8CA3-411E-941A-829F7B4A0CFB' into 'master'

add changelog notes for Flex, Bison dependency bump

See merge request graphviz/graphviz!1599

4 years agoFix brew install on macOS fail when upgrade is available
Magnus Jacobsson [Wed, 7 Oct 2020 11:48:57 +0000 (13:48 +0200)]
Fix brew install on macOS fail when upgrade is available

brew install fails when there is an upgrade available, so run brew
upgrade when this happens.

4 years agoMerge branch '982ABEA8-CBD9-4AF8-B067-FD05D07A0118' into 'master'
Matthew Fernandez [Wed, 7 Oct 2020 03:27:44 +0000 (03:27 +0000)]
Merge branch '982ABEA8-CBD9-4AF8-B067-FD05D07A0118' into 'master'

remove more unused parts of SFIO

See merge request graphviz/graphviz!1597

4 years agoremove unused sfgetu()
Matthew Fernandez [Thu, 1 Oct 2020 01:55:21 +0000 (18:55 -0700)]
remove unused sfgetu()

4 years agoremove unused sfgetm()
Matthew Fernandez [Thu, 1 Oct 2020 01:39:49 +0000 (18:39 -0700)]
remove unused sfgetm()

4 years agoremove unused sfreserve()
Matthew Fernandez [Thu, 1 Oct 2020 01:00:32 +0000 (18:00 -0700)]
remove unused sfreserve()

4 years agoremove unused sfgetr()
Matthew Fernandez [Thu, 1 Oct 2020 00:54:22 +0000 (17:54 -0700)]
remove unused sfgetr()

4 years agoremove unused sfgetl()
Matthew Fernandez [Thu, 1 Oct 2020 00:51:18 +0000 (17:51 -0700)]
remove unused sfgetl()

4 years agoremove unused sfgetd()
Matthew Fernandez [Thu, 1 Oct 2020 00:48:09 +0000 (17:48 -0700)]
remove unused sfgetd()

4 years agoremove unused sfclrlock()
Matthew Fernandez [Thu, 1 Oct 2020 00:40:56 +0000 (17:40 -0700)]
remove unused sfclrlock()

4 years agoMerge branch '1785-5' into 'master'
Matthew Fernandez [Mon, 5 Oct 2020 15:01:10 +0000 (15:01 +0000)]
Merge branch '1785-5' into 'master'

disambiguate #includes (5/5)

Closes #1785 and #1242

See merge request graphviz/graphviz!1594