]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-04-18 Matthew Fernandezremove unused code
2021-04-18 Matthew FernandezMerge branch 'smattr/5EDB9D68-064A-4027-AFC3-A46101BAF4...
2021-04-18 Matthew Fernandezremove Python 3.8 fallback in Windows CI tasks
2021-04-18 Matthew Fernandezinstall Python 3 as a pre-requisite in Windows CI tasks
2021-04-18 Matthew FernandezMerge branch 'smattr/d3552219-a755-4a56-9a55-2eebb58198...
2021-04-18 Matthew Fernandezpush a variable closer its use in generateYConstraints
2021-04-18 Matthew Fernandezpush a variable closer to its use in generateXConstraints
2021-04-18 Matthew Fernandezuse range-based for loops to clean up some iteration
2021-04-18 Matthew Fernandezcut variable dependency and push closer to its use...
2021-04-18 Matthew Fernandezcut variable dependency and push closer to its use...
2021-04-18 Matthew Fernandezremove unnecessary manual indexing in generateYConstraints
2021-04-18 Matthew Fernandezremove unnecessary manual indexing in generateXConstraints
2021-04-18 Matthew Fernandezmanage events collections in vpsc as values instead...
2021-04-18 Matthew Fernandezreplace some qsort calls with std::sort
2021-04-18 Matthew Fernandezreplace a manual array with a vector in generateYConstr...
2021-04-18 Matthew Fernandezreplace a manual array with a vector in generateXConstr...
2021-04-18 Matthew Fernandezmake events a local variable in generateXConstraints...
2021-04-18 Matthew FernandezMerge branch 'smattr/187F4EB8-B1D4-4C94-B167-3B7BFDA60D...
2021-04-18 Matthew Fernandezremove some unnecessary bracketing
2021-04-18 Matthew Fernandezfix some Windows detection in libexpr
2021-04-18 Matthew Fernandezsquash a -Wsign-compare warning
2021-04-18 Matthew Fernandezsquash a -Wunused-parameter
2021-04-18 Matthew Fernandezsquash a -Wunused-parameter warning
2021-04-18 Matthew Fernandezemove use of persistent buffer in extokens
2021-04-18 Matthew Fernandezremove use of persistent buffer in exsplit
2021-04-18 Matthew Fernandezuse a local buffer for expr sprintf instead of a persis...
2021-04-18 Matthew Fernandezremove use of persistent buffer in str_add
2021-04-18 Matthew Fernandezremove some unnecessary casts
2021-04-18 Matthew FernandezMerge branch 'smattr/71d79a68-7f10-496c-bc4b-4140612974...
2021-04-18 Matthew Fernandezremove now unused jmp buffer
2021-04-18 Matthew Fernandezreturn an error value instead of longjmping out of...
2021-04-18 Matthew Fernandezanticipate <0 meaning failure from find_ints
2021-04-18 Matthew Fernandezfix comment typo
2021-04-18 Matthew FernandezMerge branch 'smattr/a2c0e10b-3770-4314-9761-004b3181b1...
2021-04-17 Matthew Fernandezecho C compiler commands in the test suite
2021-04-17 Matthew Fernandezfix a Python type signature
2021-04-17 Matthew Fernandezsupport receiving C compiler flags in the test suite...
2021-04-17 Matthew Fernandezuse general C compiler support for vmalloc test
2021-04-17 Matthew Fernandezsupport passing extra args to the test suite’s C compil...
2021-04-17 Matthew Fernandezconsolidate common test suite functionality
2021-04-17 Matthew FernandezMerge branch 'smattr/2B83BB5F-5D3B-4537-A875-E8225842E9...
2021-04-17 Matthew Fernandezvisio plugin: manage _chars member of Text as a value...
2021-04-17 Matthew Fernandezvisio plugin: manage _para member of Text as a value...
2021-04-17 Matthew Fernandezvisio plugin: use more modern #pragma once guards
2021-04-17 Matthew Fernandezvisio plugin: manage _fill member of Graphic as a smart...
2021-04-17 Matthew Fernandezvisio plugin: manage _geom member of Graphic as a smart...
2021-04-17 Matthew Fernandezvisio plugin: manage _line member of Graphic as a value...
2021-04-17 Matthew FernandezMerge branch 'smattr/93449861-eaa3-4072-a1fc-0f7aa57f77...
2021-04-17 Matthew Fernandezremove now no longer used pathbin.c
2021-04-17 Matthew Fernandezinline a getenv accessor and use a more appropriate...
2021-04-17 Matthew Fernandezremove non-portable default for $PATH
2021-04-17 Matthew Fernandezremove getenv("PATH") caching
2021-04-17 Matthew FernandezMerge branch 'smattr/AB0E37EB-52FF-4036-8BF3-F01425B748...
2021-04-17 Matthew Fernandezremove astquery prototype
2021-04-17 Matthew FernandezMerge branch 'smattr/ca8249f0-859f-412b-832d-55cdf8d7ba...
2021-04-17 Matthew Fernandezremove commented out code
2021-04-17 Matthew Fernandezremove unused parameter e from addEdgeToNode
2021-04-17 Matthew Fernandezremove some commented out code
2021-04-17 Matthew Fernandeztrack edge counts as size_t in ortho.c
2021-04-17 Matthew Fernandezremove unused parameter ix to emitEdge
2021-04-17 Matthew Fernandezremove an unnecessary cast
2021-04-17 Matthew Fernandezrepresent route array lengths as size_t
2021-04-17 Matthew Fernandezremove some commented out code
2021-04-17 Matthew Fernandezsquash a -Wsign-conversion warning
2021-04-17 Matthew Fernandezsquash a -Wmissing-prototypes warning
2021-04-17 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-04-17 Matthew Fernandezsquash two -Wswitch-default warnings
2021-04-17 Matthew Fernandezsquash a -Wswitch-default warning
2021-04-17 Matthew Fernandezsquash a -Wswitch-default warning
2021-04-17 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-04-17 Matthew Fernandezuse a stronger type to squash a -Wconversion warning
2021-04-17 Matthew Fernandezremove unused parameter route_list from assignTracks
2021-04-17 Matthew Fernandezremove unused parameter nrtes from assignTracks
2021-04-17 Matthew FernandezMerge branch 'smattr/CC513531-8BFC-4587-8816-4E41C46726...
2021-04-17 Matthew Fernandezswap some use of hand rolled NIL for the standard NULL
2021-04-17 Matthew Fernandezremove unnecessary global initialization
2021-04-17 Matthew FernandezMerge branch 'smattr/5D993CF4-B158-4D08-AEFE-FC86452B0F...
2021-04-17 Matthew FernandezMove back to 2.47 development series
2021-04-17 Matthew FernandezMerge branch 'smattr/5689080F-D576-43E6-99D5-B96A4E4D6D... 2.47.1
2021-04-17 Matthew FernandezStable release 2.47.1
2021-04-14 Mark HansenMerge branch 'fopen' into 'main'
2021-04-14 Mark HansenOutput more useful error message on fopen failure
2021-04-10 Matthew FernandezMerge branch 'smattr/556EAFC0-B0EF-4141-AB81-47E2C24419...
2021-04-10 Matthew Fernandezremove an unused variable
2021-04-10 Matthew Fernandezsquash -Wunused-parameter warnings
2021-04-10 Matthew Fernandezsquash -Wunused-parameter warnings
2021-04-10 Matthew FernandezLASI plugin: remove use of endl
2021-04-10 Matthew FernandezLASI plugin: remove unnecessary use of a pointer
2021-04-10 Matthew FernandezLASI plugin: use job context instead of globals
2021-04-10 Matthew Fernandezdelete commented out code
2021-04-10 Matthew Fernandezremove useless code
2021-04-10 Matthew Fernandezsquash a -Wparentheses warning
2021-04-10 Matthew Fernandezsquash a -Wmisleading-indentation warning
2021-04-10 Matthew FernandezMerge branch 'smattr/1F78CB9B-13C5-4885-BAFA-8CB840D952...
2021-04-10 Matthew Fernandezpush a definition closer to its use
2021-04-10 Matthew Fernandezremove unused Info variable
2021-04-10 Matthew Fernandezremove unused SFIO Version
2021-04-10 Matthew Fernandezabbreviate some arithmetic
2021-04-10 Matthew Fernandezremove some unnecessary bracketing
2021-04-10 Matthew Fernandezremove some unnecessary casts
next