]> granicus.if.org Git - graphviz/shortlog
graphviz
2017-01-19 Erwin JanssenReplace "." with "${CMAKE_CURRENT_SOURCE_DIR}"
2017-01-19 Erwin JanssenAdd lib/dotgen to CMake build
2017-01-19 Erwin JanssenAdd Graphviz version define to config-cmake.h.in
2017-01-19 Erwin JanssenAdd lib/circogen to CMake build
2017-01-19 Erwin JanssenAdd lib/twopigen to CMake build
2017-01-19 Erwin JanssenAdd lib/patchwork to CMake build
2017-01-19 Erwin JanssenAdd lib/pathplan to the CMake build
2017-01-19 Erwin JanssenModify files generated by Bison and Flex, to match...
2017-01-19 Erwin JanssenRestructure root CMakeLists.txt
2017-01-19 Erwin JanssenAdd lib/cgraph to the CMake build
2017-01-19 Erwin JanssenAdd (so)version specification to cdt CMake build
2017-01-19 Erwin JanssenAdd 'uninstall' target to CMake build
2017-01-19 Erwin JanssenAdd install target and initial packaging to CMake
2017-01-19 Erwin JanssenCMake: add BISON and FLEX as build dependencies
2017-01-19 Erwin JanssenCMake: Add Graphviz version information
2017-01-19 Erwin JanssenAdd CMake build to Travis
2017-01-19 Erwin JanssenAdd the CMake build to Appveyor CI
2017-01-19 Erwin JanssenInitial minimal CMake project
2017-01-19 John EllsonMerge pull request #1197 from ErwinJanssen/various...
2017-01-17 Erwin JanssenUse prebuild libgd from windows deps submodule
2017-01-17 Erwin JanssenMerge Windows dependencies into one submodule
2017-01-17 Erwin JanssenUpdate Freetype download link in appveyor.yml
2017-01-17 Erwin JanssenReplace checks for `WIN32` with `_WIN32`
2017-01-17 Erwin JanssenRemove checks standard C funcs from features/sfio
2017-01-17 Erwin JanssenMove headers checks features/sfio to configure.ac
2017-01-17 Erwin JanssenRemove mmap code from sfio
2017-01-17 Erwin JanssenAssume default memchr and memcpy are fast enough
2017-01-17 Erwin JanssenRemove checks bcopy and bzero from features/sfio
2017-01-17 Erwin JanssenRemove disabled vt_threaded code from lib/sfio
2017-01-17 Erwin JanssenRemove checks memset and memcpy from features/sfio
2017-01-17 Erwin JanssenRemove three unused checks from features/sfio
2017-01-17 Erwin JanssenRemove usage of _ast_int and _ast_flt defines
2017-01-17 Erwin JanssenRemove definition and usage of _hdr_math in sfio
2017-01-17 Erwin JanssenFix incorrect assignment in gvCloneGVC function
2017-01-17 Erwin JanssenFixed use of unitialized variable in lefty
2017-01-17 Erwin JanssenReplace Windows' pragma linking with VS linking
2017-01-17 Erwin JanssenMade vmalloc a static library on Windows
2017-01-12 Emden GansnerFix github issue #919; general cleanup.
2017-01-05 John EllsonMerge pull request #1195 from ErwinJanssen/various...
2017-01-05 Erwin JanssenRemove usage of features/vmalloc
2017-01-05 Erwin JanssenMove checks from features/vmalloc to configure.ac
2017-01-05 Erwin JanssenRemove unused checks from features/vmalloc
2017-01-04 Erwin JanssenRemove declaration enqueue_neighbors from render.h
2017-01-04 Erwin JanssenMade xdot a dynamic library on Windows
2017-01-04 Erwin JanssenDisable warning 4706 in Windows build of lib/cdt
2017-01-04 Erwin JanssenRemove cdt/dttreeset.c, not present in newest CDT
2017-01-04 Erwin JanssenRemove checks for 'libgen', library not used
2017-01-04 Erwin JanssenUse <limits.h> in favor of <values.h>
2017-01-04 Erwin JanssenRemove definition and usage of HAVE_STRERROR
2017-01-04 Erwin JanssenRemove usage and definition of HAVE_ERRNO_H
2017-01-04 John EllsonMerge pull request #1194 from Chiel92/expose_ageqedge
2017-01-04 John EllsonMerge pull request #1193 from Chiel92/update-winbuild
2017-01-04 John EllsonMerge pull request #1192 from Chiel92/master
2017-01-03 Emden GansnerGive AgraphVersion a meaningful value.
2017-01-03 Stephen C NorthFixed typo that broke wildcard feature in agedgeidcmpf()
2017-01-03 Chiel ten BrinkeExpose ageqedge in cgraph.dll.
2017-01-03 Chiel ten BrinkeAdd newer build instructions to winbuild.html.
2017-01-03 Chiel ten BrinkeAdd newer build instructions to winbuild.html.
2017-01-03 Chiel ten BrinkePrevent git from interpreting dot files as Microsoft...
2017-01-03 Chiel ten BrinkeAdd missing agissimple to .def file.
2017-01-03 Chiel ten BrinkeFix flex build command in cgraph project in Release...
2016-12-25 John Ellsoncontinuing 2.41 development series
2016-12-25 John Ellsonstable_release_2.40.1 2.40.1 stable_release_2.40.1
2016-12-22 Emden GansnerDon't use aptr->u.asym unless it has been set. This...
2016-12-22 Emden GansnerMerge branch 'master' of https://github.com/ellson...
2016-12-22 Emden GansnerNull out input file name after parsing, as a user may...
2016-12-22 John Ellsonmaybe called libgd-dev
2016-12-22 John EllsonMerge branch 'master' of github.com:/ellson/graphviz
2016-12-22 John Ellsonprobably need gd-dev for diffimg
2016-12-21 John EllsonMerge pull request #1189 from ErwinJanssen/various...
2016-12-21 Erwin JanssenRemove usage of ast_common.h
2016-12-21 Erwin JanssenReplace remaining "ast_common.h" includes
2016-12-21 Erwin JanssenRemove `_dll_import` define block in ast_common.h
2016-12-21 Erwin JanssenRemove va_* and ast_va_* defines from ast_common.h
2016-12-21 Erwin JanssenReplace last usage of _BEGIN/END_EXTERNS_
2016-12-21 Erwin JanssenRemove limits.h/values.h include from ast_common.h
2016-12-21 Erwin JanssenRemove `_typ_long_double` define from ast_common.h
2016-12-21 Erwin JanssenFix: remove trailing `]` from sfhdr.h
2016-12-21 Erwin JanssenRemove `varargs.h` include from ast_common.h.in
2016-12-21 Erwin JanssenRemove unused function checks and defines
2016-12-21 Erwin JanssenRemove check for `size_t` in configure.ac
2016-12-21 Erwin JanssenRemove check for `mode_t` in configure.ac
2016-12-21 Erwin JanssenRemove check for `const` keyword in configure.ac
2016-12-21 Erwin JanssenRemove unused header checks and defines
2016-12-21 Erwin JanssenRemove definition and usage of HAVE_TIME_H
2016-12-21 Erwin JanssenRemove definition of HAVE_FLOAT_H
2016-12-21 Erwin JanssenRemove definition and usage of HAVE_STDDEF_H
2016-12-21 Erwin JanssenRemoved all _ast_int and _ast_flt defines
2016-12-21 Erwin JanssenRemove defintion of HAVE_STDARG_H and _hdr_stdarg
2016-12-21 Erwin JanssenAdd CI build status badges to README.md
2016-12-21 Erwin JanssenRemove defintion of HAVE_SYS_SOCKET_H and _sys_socket
2016-12-21 John Ellsonrestarting 2.41 development series
2016-12-21 John Ellsonredo 2.40 stable release with neatoinit.c change reverted
2016-12-20 John Ellsonstarting 2.41 development series
2016-12-20 John Ellsonstable release 2.40 2.40.0
2016-12-20 John EllsonMerge branch 'master' of github.com:/ellson/graphviz
2016-12-20 John Ellsoncomment out refs to tred2, not intended for distribution
2016-12-20 Stephen C NorthRemove spurious #define DEBUG 1 in source code
2016-12-20 Stephen C NorthMerge branch 'master' of https://github.com/ellson...
2016-12-20 Stephen C North"Beware of bugs in the above code; I have only proved...
next