]> granicus.if.org Git - graphviz/shortlog
graphviz
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...
2021-08-07 Magnus Jacobssonadd test of Agraph construction throwing an exception...
2021-08-07 Magnus Jacobssonadd test of Agraph construction from DOT source
2021-08-07 Magnus Jacobssonenable building the C++ API in CI in Windows CMake...
2021-08-07 Magnus Jacobssonenable building the C++ API in CI in macOS CMake builds
2021-08-07 Magnus Jacobssonenable building the C++ API in CI in Ubuntu 21.04 CMake...
2021-08-07 Magnus Jacobssonadd a new cgraph++ library with a very basic AGraph...
2021-08-07 Magnus Jacobssonrun ctest before installing packages in CI
2021-08-07 Magnus Jacobssonadd JUnit test reports from C++ tests to artifacts
2021-08-07 Magnus Jacobsson[nfc] add dependency to the gvc library for all tests
2021-08-06 Matthew FernandezMerge branch 'lefty-build-cleanup' into 'main'
2021-08-06 Matthew Fernandezchangelog entry about improved Xaw/Xmu detection
2021-08-06 David SeifertSimplify `lefty` building
2021-08-04 Matthew FernandezMerge branch 'smattr/ebf3cf31-f820-4853-8bf1-b23127e213...
2021-08-04 Matthew Fernandezexcast: avoid sfprintf in integer-to-string
2021-08-04 Matthew Fernandezexcast: avoid sfprintf in float-to-string
2021-08-04 Matthew FernandezexstringOf: avoid sfprintf in integer-to-string
2021-08-04 Matthew FernandezexstringOf: avoid sfprintf in float-to-string
2021-08-04 Matthew Fernandezeval: avoid sfprintf in integer-to-string dynamic
2021-08-04 Matthew Fernandezeval: avoid sfprintf in integer-to-string static
2021-08-04 Matthew Fernandezeval: avoid sfprintf in float-to-string dynamic
next