]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-08-14 Matthew Fernandezpathcat: return a const char* instead of char*
2021-08-14 Matthew Fernandezpathcanon: remove some int-as-char type confusion
2021-08-14 Matthew Fernandezremove PRESERVE_TRAILING_SLASH and DONT_PRESERVE_TRAILI...
2021-08-14 Matthew Fernandezfmquote: squash -Wconversion warnings
2021-08-14 Matthew Fernandezfmtquote: remove reuse of an int variable
2021-08-14 Matthew Fernandezsfwrite: squash a -Wsign-conversion warning
2021-08-14 Matthew Fernandezsfwr: remove unnecessary cast of 'write' argument
2021-08-14 Matthew Fernandezsfoutput: squash a -Wsign-conversion warning
2021-08-14 Matthew Fernandezremove disabled _lib_wctype-guarded code
2021-08-14 Matthew Fernandezremove _hdr_wchar-guarded code
2021-08-14 Matthew Fernandezremove isxdigit shim
2021-08-14 Matthew Fernandezremove _lib_fnmatch-guarded code
2021-08-13 Matthew FernandezMerge branch 'smattr/4aa37954-37b6-4d19-a3b0-c8554069c3...
2021-08-13 Matthew Fernandezrec_apply: take 'preorder' parameter as a C99 bool...
2021-08-13 Matthew Fernandezagapply: remove useless comment
2021-08-13 Matthew Fernandezaginit: take a const char* instead of char* for record...
2021-08-13 Matthew Fernandezagdelrec: take a const char* instead of char* for recor...
2021-08-13 Matthew Fernandezset_data: use a bool for 'mtf'
2021-08-13 Matthew Fernandezobjputrec: remove unused 'g' parameter
2021-08-13 Matthew Fernandezremove unnecessary casts in rec.c
2021-08-13 Matthew Fernandezremove unnecessary bracketing in rec.c
2021-08-13 Matthew Fernandezagbindrec: realign parameter names in prototype with...
2021-08-13 Matthew Fernandezagbindrec: take a const char* instead of char* for...
2021-08-13 Matthew Fernandezaggetrec: take a const char* instead of char* for recor...
2021-08-13 Matthew Fernandezaggetrec: remove micro-optimization of string comparison
2021-08-12 Magnus JacobssonMerge branch 'dont-wait-for-portable-source-for-cmake...
2021-08-12 Matthew FernandezMerge branch 'smattr/16235491-04e0-471e-a116-e92e994517...
2021-08-12 Magnus Jacobssonremove the dependency on the portable-source job for...
2021-08-12 Magnus Jacobssonadd archiving of VERSION and COLLECTION to all build...
2021-08-12 Magnus Jacobssonremove the dependency on the portable-source job for...
2021-08-12 Magnus Jacobssonadd generation of VERSION to all CMake test jobs
2021-08-12 Magnus Jacobssonremove the dependency on the portable-source job for...
2021-08-12 Magnus Jacobssondon't read the VERSION file for CMake builds in ci...
2021-08-12 Matthew Fernandezremove unnecessary casts of parameters to sfio extf...
2021-08-12 Matthew Fernandezremove the first parameter of Sffmtext_f
2021-08-12 Matthew Fernandezrestructure "%.*s" handling to avoid sfio dynamic alloc...
2021-08-12 Matthew Fernandezremove the use of an sfio temporary buffer in expr...
2021-08-12 Matthew Fernandezremove fallback "%?%K" strftime format in expr’s printf
2021-08-12 Magnus JacobssonMerge branch 'add-svg-analyzer' into 'main'
2021-08-12 Magnus Jacobssonadd a few first tests of the rendered SVG
2021-08-12 Magnus Jacobssonadd a very basic SVG analyzer based on SVG++
2021-08-12 Magnus Jacobssonadd the RapidXml library as a test dependency
2021-08-12 Magnus Jacobssonadd the SVG++ library as a test dependency
2021-08-12 Magnus Jacobssonadd the Boost library as a test dependency
2021-08-10 Matthew FernandezMerge branch 'smattr/0d0a4b9b-fa49-4682-ba70-cfff5fb32a...
2021-08-10 Matthew Fernandezremove now-unused pathexists.c
2021-08-10 Matthew Fernandezpathpath: replace PATH_REGULAR pathexists call with...
2021-08-10 Matthew Fernandezpathpath: replace PATH_EXECUTE pathexists call with...
2021-08-10 Matthew Fernandezpathpath: remove 'a' parameter
2021-08-10 Matthew Fernandezpathpath: remove mode parameter
2021-08-10 Magnus JacobssonMerge branch 'fix-ctest' into 'main'
2021-08-09 Magnus Jacobssonfix multiple layout test case using rvalue refs
2021-08-09 Magnus Jacobssonfix CTestTestfile.cmake files not archived
2021-08-09 Magnus Jacobssonfix C++ test programs not archived
2021-08-08 Matthew FernandezMerge branch 'smattr/248235f2-06a2-400f-adad-66d935359f...
2021-08-08 Matthew Fernandezpathgetlink: use a ssize_t locally, squashing -Wsign...
2021-08-08 Matthew Fernandezpathgetlink: return a size_t and SIZE_MAX for an error...
2021-08-08 Matthew Fernandezpathcanon: avoid reusing `dots` variable for unrelated...
2021-08-08 Matthew Fernandezpathgetlink: accept a size_t size to avoid -Wsign-conve...
2021-08-08 Matthew Fernandezremove unnecessary #include
2021-08-08 Matthew Fernandezsquash -Wmissing-prototypes warnings for pathgetlink
2021-08-08 Matthew Fernandezremove unnecessary ifdef sun guard
2021-08-08 Matthew Fernandezremove UNIV_MAX-guarded code
2021-08-08 Matthew Fernandezsquash -Wundef warnings for _DEBUG_MATCH
2021-08-08 Magnus JacobssonMerge branch 'add-GVLayout-construction-overloads-using...
2021-08-08 Magnus Jacobssonadd test of multiple GVLayout constructions of the...
2021-08-07 Magnus Jacobssonadd GVLayout construction overload, passing the context...
2021-08-07 Magnus Jacobssonadd test of multiple GVLayout constructions of differen...
2021-08-07 Magnus Jacobssonadd GVLayout construction overload, passing the graph...
2021-08-07 Magnus Jacobssonadd test of GVLayout construction overload, passing...
2021-08-07 Magnus Jacobssonadd GVLayout constructor overload, passing the context...
2021-08-07 Magnus JacobssonMerge branch 'add-cpp-api' into 'main'
2021-08-07 Magnus Jacobssonadd test of throwing exception when trying to create...
2021-08-07 Magnus Jacobssonthrow exception if trying to create a layout on a graph...
2021-08-07 Magnus Jacobssondestroy first layout before creating second in multiple...
2021-08-07 Magnus Jacobssonadd a gvLayoutDone function to the gvc lib
2021-08-07 Magnus Jacobssonadd a CHANGELOG entry for the new C++ API
2021-08-07 Magnus Jacobssonstep minor release version
2021-08-07 Magnus Jacobssonadd test of GVLayout render throwing an exception for...
2021-08-07 Magnus Jacobssonadd test of GVLayout render creating a GVRenderData...
2021-08-07 Magnus Jacobssonadd render method to GVLayout that returns a GVRenderDa...
2021-08-07 Magnus Jacobssonadd a GVRenderData class
2021-08-07 Magnus Jacobssonadd test of multiple GVLayout constructions of the...
2021-08-07 Magnus Jacobssonadd test of multiple GVLayout constructions of differen...
2021-08-07 Magnus Jacobssonadd test of GVLayout move construction
2021-08-07 Magnus Jacobssonadd test of GVLayout move assignment
2021-08-07 Magnus Jacobssonadd test of GVLayout construction throwing an exception...
2021-08-07 Magnus Jacobssonadd test of GVLayout construction using built-in plugins
2021-08-07 Magnus Jacobssonadd test of GVLayout construction using on-demand loade...
2021-08-07 Magnus Jacobssonadd a GVLayout class with construction from AGraph...
2021-08-07 Magnus Jacobssonadd test of GVContext move assignment
2021-08-07 Magnus Jacobssonadd test of GVContext move construction
2021-08-07 Magnus Jacobssonadd test of GVContext construction without built-in...
2021-08-07 Magnus Jacobssonconfigure the dot layout plugin for use pre-installation
2021-08-07 Magnus Jacobssonarchive the just-built dot program in the Ubuntu 21...
2021-08-07 Magnus Jacobssonadd test of GVContext construction with built-in plugins
2021-08-07 Magnus Jacobssonadd a new gvc++ library with a very basic GVContext...
2021-08-07 Magnus Jacobssonadd test of Agraph move assignment
2021-08-07 Magnus Jacobssonadd test of Agraph move construction
2021-08-07 Magnus Jacobssonadd test of Agraph construction throwing an exception...
next