]> granicus.if.org Git - graphviz/shortlog
graphviz
2016-09-01 Erwin JanssenResolve four warnings in grammar.y
2016-09-01 Erwin JanssenResolve one Wsign-conversion in attr.c
2016-09-01 Erwin JanssenResolve three Wsign-conversion in agxbuf.c
2016-08-23 John Ellsonconvert 'unsigned long' to 'uint64_t' for Windows porta... untagged-4bd8dcccfa75989e4d17
2016-08-22 John EllsonMerge pull request #1151 from arjamizo/master untagged-5b049c6cdfd083f5dbf2
2016-08-22 arjamizofix typo TB->BT in docs:shapes
2016-08-19 Emden R. GansnerReplace cluster with subgraph, as the output will also... untagged-f6bbc5576feb1e03c4b8
2016-08-18 Emden R. GansnerAdd schema for dot output in json format. untagged-0dc7cf263f66ae1825bb
2016-08-17 John EllsonMerge pull request #1150 from ErwinJanssen/configure-ac untagged-1bc5df88610db337fc67
2016-08-17 Erwin JanssenRemoved POSIX version flag from configure.ac
2016-08-16 John Ellsonel5 breakage, need , in dist target, but not in instal... untagged-383680da5ca9da9f5250
2016-08-16 John Ellsonremove -D_POSIX_C_SOURCE=200112L as it breaks ./configu... untagged-d177ed11e0540b07902a
2016-08-15 John EllsonMerge branch 'master' of github.com:/ellson/graphviz untagged-95487e465cf6bdb4c605
2016-08-15 John Ellsondisable php in fedora24 till we can work out what broke
2016-08-15 John Ellsontry updating php includedirs to match php-config -...
2016-08-15 John Ellson build manpages unconditionally on Travis hsost
2016-08-13 John EllsonMerge pull request #1149 from ErwinJanssen/improve... untagged-950e8f23afa87abe4973
2016-08-13 Emden GansnerSmall formatting change. untagged-0aac90e5c2817176609d
2016-08-12 Emden GansnerEdges attached to a cluster were not getting assigned... untagged-c6ce5b1f17878d776124
2016-08-10 John Ellsonquote as it contains spaces when No untagged-1aed90cbe517038de3a0
2016-08-10 John Ellsonsuppress "unused parameter" warning during ./configure
2016-08-10 Erwin JanssenTravis: deploy result of `make dist`
2016-08-10 Erwin JanssenTravis: clean build steps.
2016-08-10 Erwin JanssenTravis: color gcc output
2016-08-09 John EllsonMerge pull request #1148 from ErwinJanssen/unit-test untagged-27ff95768eb6958bcef7
2016-08-08 Erwin JanssenTests added for current behaviour command line.
2016-08-08 Erwin JanssenTravis: Install Criterion
2016-08-08 Erwin JanssenSimple unit test added.
2016-08-08 Erwin JanssenCheck for unit test framework in configure.ac
2016-08-01 John EllsonMerge pull request #1147 from GadgetSteve/master untagged-cf3150dc2db96b5bb4d6
2016-07-31 Steve BarnesChanges to README.md to reference github for documentation
2016-07-31 Steve (Gadget... Merge pull request #3 from ellson/master
2016-07-27 John Ellsonsome -W flags not available on centos[56] untagged-749ecd6837d5c822253e
2016-07-26 Emden GansnerFix bug in printing error message about graphs with... untagged-282a92de118059697b67
2016-07-26 John Ellsoncgraph is not a configure option these days untagged-3443de97cd58035a8aea
2016-07-26 John Ellsonimprove handling of extra warnings if C99 available
2016-07-25 John Ellsonmore incompatible warning switches untagged-f5823de05291db506275
2016-07-25 John Ellson-Wtrampolines -Wdouble-promotion - cause errors on...
2016-07-22 John EllsonMerge pull request #1145 from ErwinJanssen/refactor untagged-9ee5934fa10f12b4043f
2016-07-22 John Ellsonadd missing layers support in -Tsvgz device untagged-1d58b621a7287e0b0a25
2016-07-22 Erwin JanssenFixed Wundef warnings in various files in sfio.
2016-07-22 Erwin JanssenFixed various Wundef warnings.
2016-07-22 Erwin JanssenSurrounded _BLD_cdt with defined() in cdt.h.
2016-07-22 Erwin JanssenSurrounded _PACKAGE_ast with defined() where needed.
2016-07-22 Erwin JanssenFixed Wundef warnings in ast_common.h.in
2016-07-22 Erwin JanssenSet std=c99 and multiple warnings for GCC
2016-07-21 John EllsonMerge branch 'master' of github.com:/ellson/graphviz untagged-1843dff5ba962a1be63b untagged-3324163453e4161833a0
2016-07-21 John EllsonMerge pull request #1142 from ikrabbe/figdriver
2016-07-21 John EllsonMerge pull request #1141 from ikrabbe/master
2016-07-21 John Ellsonfix broken ref to GD_LIBS that broke static builds
2016-07-19 Ingo Krabbeapproximate height and move the text point by a constant
2016-07-19 Ingo Krabbequickfix for metapost
2016-07-14 John EllsonMerge pull request #1137 from ErwinJanssen/replace... untagged-dca5f3fa2a3476aaf8e3
2016-07-13 Erwin JanssenDelete references to old lib/gd location.
2016-07-13 Erwin JanssenUpdated graphviz-build-utilities submodule.
2016-07-12 Erwin JanssenAppveyor: Hard path to build utilities.
2016-07-12 Erwin JanssenAppveyor: Added empty lines as seperation
2016-07-12 Erwin JanssenChanged Bison, Flex and SED source.
2016-07-12 Erwin JanssenAppveyor: automated build of libgd dependency
2016-07-12 Erwin JanssenDeleted two `extern` in gvrender_gd.c
2016-07-12 Erwin JanssenChanged references to libgd to new location.
2016-07-12 Erwin JanssenDeleted lib/gd
2016-07-12 Erwin JanssenAdded source of libgd as submodule.
2016-07-10 John EllsonMerge branch 'master' of github.com:ellson/graphviz untagged-720ca8034db44a953d87
2016-07-10 John Ellson--exclude=w[Cindows/dependencies/*/* not our code...
2016-07-10 John Ellsonno need to remove CVS dirs in dist-hook:
2016-07-10 John EllsonMerge pull request #1135 from ErwinJanssen/fix-windows... untagged-3c169aaa6280ec506b08
2016-07-10 Erwin JanssenDeleted `defined()` in ast_common.h around set values.
2016-07-10 Erwin JanssenDisabled mp_types on Windows as it causes errors.
2016-07-10 Erwin JanssenWindows: fix error when parallel building with VS.
2016-07-10 John Ellson add 'make dist' to travis builds untagged-7f41f60ca2025e3251ad
2016-07-10 Steve (Gadget... Merge pull request #2 from ellson/master
2016-07-10 John Ellsonfix diffimg test code untagged-64c3562a21c18efca077
2016-07-10 John EllsonMerge pull request #1134 from GadgetSteve/master untagged-3e86d2bf29bb52eaf3f6
2016-07-10 Steve BarnesFix for litteral warnings in color_palette.c to address...
2016-07-10 Steve BarnesFix for litteral warnings in color_palette.c to address #95
2016-07-10 John Ellsonremove rxpencer (unused, unneeded) untagged-02d82c4c9d0263e3d595
2016-07-10 John Ellsoncomment out empty "file:" statement untagged-fd4ca25a4ca4e4dc471c
2016-07-10 John Ellsonattempting to set up travis
2016-07-09 John Ellsonfix break to 'make dist'
2016-07-09 John Ellsondon't know why we need this anymore - but softling...
2016-07-09 John EllsonMerge pull request #96 from ErwinJanssen/windows-build
2016-07-09 John Ellsonfix mp pluging loading
2016-07-09 John EllsonMerge pull request #1133 from ikrabbe/master
2016-07-09 Ingo Krabbefixed metapost core plugin to compile
2016-07-09 Steve (Gadget... Merge pull request #1 from ellson/master
2016-07-08 John Ellsonretry disable PHP7
2016-07-08 John Ellsonretry disable PHP7
2016-07-08 John Ellsondisable PHP7 support in fc25 until swig supports it
2016-07-08 Erwin JanssenSync branch with upstream master to resolve conflicts.
2016-07-06 John Ellsonclean automated rules from .gitignore, fix lib/cdt...
2016-07-06 John EllsonMerge pull request #158 from ErwinJanssen/gitignore
2016-07-06 John EllsonMerge pull request #98 from GadgetSteve/master
2016-07-04 Erwin JanssenAdded regression test resut folders to ignore files.
2016-07-04 Erwin JanssenGrouped all files generated during make in ignore file.
2016-07-04 Erwin JanssenDo not ignore Windows MSI setup.exe for now.
2016-07-04 Erwin JanssenGrouped files generated by configure in ignore files.
2016-07-04 Erwin JanssenRemoved word 'ignored' in ignore file comments.
2016-07-04 Erwin JanssenGrouped files generated by autogen and added missing.
2016-07-04 Erwin JanssenSynced .gitignore and .hgingore
next