]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-05-27 Matthew FernandezMerge branch 'smattr/0F3EB13A-FB8F-4B18-BA3B-2C77172988... 2.47.2
2021-05-27 Matthew FernandezStable Release 2.47.2
2021-05-21 Matthew FernandezMerge branch 'dll-data' into 'main'
2021-05-21 Saleem Abdulrasoolsfio: remove uwin specific handling
2021-05-20 Matthew FernandezMerge branch 'smattr/7B3F1422-4C87-4B72-8CBB-F395FF5AAB...
2021-05-20 Matthew Fernandezoptimize 0 case in xdot_fmt_num
2021-05-19 Magnus JacobssonMerge branch 'fix-msvc-linkage-errors' into 'main'
2021-05-19 Magnus JacobssonRemove duplicated declarations in smyrna topviewfuncs.h
2021-05-19 Magnus JacobssonCorrect MSVC storage-class in gvpr.h. Removes one warning
2021-05-19 Magnus JacobssonAdd missing GVDLL define in lib/gvpr Windows MSBuild...
2021-05-19 Magnus JacobssonCorrect MSVC storage-class in geomprocs.h. Removes...
2021-05-19 Matthew FernandezMerge branch 'smattr/5EE54780-9173-406B-8B95-DC903AD46E...
2021-05-19 Matthew Fernandezremove Windows CI check for diff
2021-05-19 Matthew Fernandezreplace use of diff in rtest with filecmp
2021-05-19 Matthew Fernandezreplace use of diff in test_reference with difflib
2021-05-19 Matthew Fernandezremove Windows CI check for grep
2021-05-19 Matthew Fernandezreplace use of grep in Windows CI task with Select...
2021-05-19 Matthew Fernandezreplace use of grep in Windows build utility setup...
2021-05-19 Matthew FernandezMerge branch 'smattr/4B36E297-A6E1-4C9A-A3AE-9D765264D7...
2021-05-19 Matthew Fernandezreplace header guards in gvedit with more modern #pragm...
2021-05-19 Matthew Fernandezremove commented out code in gvedit
2021-05-19 Matthew Fernandezuse isEmpty in preference to checking length against...
2021-05-18 Matthew FernandezMerge branch 'smattr/A7790D85-5D41-49CD-A9BC-38AE5FA3B5...
2021-05-18 Matthew Fernandezremove work around for stateful macOS CI runners
2021-05-16 Matthew FernandezMerge branch 'smattr/dc82b281-8d6d-492b-b2df-62c8944771...
2021-05-16 Matthew Fernandezsquash some -Wfloat-conversion warnings
2021-05-16 Matthew Fernandezuse float square root function withing getEdgeLength
2021-05-16 Matthew Fernandezmore explicit float computation in hsv2rgb
2021-05-16 Matthew Fernandezuse hypotf to squash a -Wfloat-conversion warning
2021-05-16 Matthew Fernandezuse floating point math functions to squash a -Wfloat...
2021-05-16 Matthew Fernandezuse a float literal to squash a -Wfloat-conversion...
2021-05-16 Matthew Fernandezavoid using double literals with a float variable
2021-05-16 Matthew Fernandezremove use of double literals with ydelta in make_flat_...
2021-05-16 Matthew Fernandezremove some commented out code
2021-05-16 Matthew Fernandezsquash a -Wfloat-conversion due to sqrt in distBetweenPts
2021-05-16 Matthew Fernandezsquash some -Wfloat-conversion warnings in lib/glcomp
2021-05-16 Matthew Fernandezmark interpol function as static
2021-05-16 Matthew Fernandezremove unused interpol field in Smyrna
2021-05-16 Matthew Fernandezmark various v* functions in Smyrna as static
2021-05-16 Matthew Fernandezremove unused frmObject_set_scroll function
2021-05-16 Matthew Fernandezmark GFXarrayresizecb as static
2021-05-16 Matthew Fernandezremove unused mm_read_mtx_crd function
2021-05-16 Matthew Fernandezmark compBB as static
2021-05-16 Matthew Fernandezremove some commented out code
2021-05-16 Matthew Fernandezmark attr_value_edited_cb functions as static
2021-05-16 Matthew Fernandezremove unused Operator_uniform_stress_matmul_delete...
2021-05-16 Matthew Fernandezremove unused get_level function
2021-05-16 Matthew Fernandezremove unused colorType function
2021-05-16 Matthew Fernandezremove unused exlexname
2021-05-16 Matthew Fernandezremove unused Pobsbarriers function
2021-05-15 Matthew FernandezMerge branch 'smattr/318A4F88-562E-4495-B0EE-41385C9F66...
2021-05-15 Matthew Fernandezsquash missing-module-docstring Pylint warning in gen_v...
2021-05-15 Matthew Fernandezsquash Pylint import warnings in gen_version
2021-05-15 Matthew FernandezMerge branch 'smattr/8012B430-752A-41A9-9F70-01AC86CA1F...
2021-05-15 Matthew Fernandezmore precisely indicate the argument to edgeType is...
2021-05-15 Matthew Fernandezmake edgeType() static
2021-05-15 Matthew Fernandezsimplify edgeType()
2021-05-15 Matthew FernandezMerge branch 'smattr/C44CD3B6-6BBA-4D56-BB6F-5BACB7265A...
2021-05-15 Matthew Fernandezfix: remove dangling reference to textfont.* in Autotoo...
2021-05-14 Matthew FernandezMerge branch 'smattr/7cf525be-5d5f-4ed7-9982-44399733c8...
2021-05-14 Matthew Fernandezmanage graph collection in VPSC::blockGraphIsCyclic...
2021-05-14 Matthew Fernandezremove redundant conditional clause
2021-05-14 Matthew Fernandezuse a range-based for loop to abbreviate some code...
2021-05-14 Matthew Fernandezmanage graph collection in VPSC::constraintGraphIsCycli...
2021-05-14 Matthew Fernandezuse range-based for loops to abbreviate some code in...
2021-05-14 Matthew Fernandezremove dead conditional clause
2021-05-14 Matthew Fernandezuse a range-based for loop for iterating over block...
2021-05-14 Matthew Fernandezuse a range-based for loop for iterating over VPSC...
2021-05-14 Matthew Fernandezmanage VPSC::bs as a value instead of pointer
2021-05-14 Matthew Fernandezuse range-based for loops to abbreviate some iteration...
2021-05-14 Matthew FernandezMerge branch 'smattr/FD618CD5-B7F3-40D0-96D9-1F9ED031AA...
2021-05-14 Matthew Fernandeznarrow dependencies of Docker-push tasks
2021-05-14 Matthew FernandezMerge branch 'smattr/C36AA7A4-42E6-44FE-B678-7949BA77BD...
2021-05-14 Matthew Fernandezreplace has_position boolean with a C99 bool
2021-05-14 Matthew Fernandezreplace first boolean with a C99 bool
2021-05-14 Matthew Fernandezreplace noclusterinfo boolean with a C99 bool
2021-05-14 Matthew Fernandezreplace boolean has_positions with a C99 bool
2021-05-14 Matthew Fernandezreplace boolean first with a C99 bool
2021-05-14 Matthew Fernandezuse itos to remove an intermediate buffer
2021-05-14 Matthew Fernandezremove dead writes to buf
2021-05-14 Matthew Fernandezabbreviate construction of label_string
2021-05-14 Matthew Fernandezstack-allocate a statically sized buffer
2021-05-14 Matthew Fernandezremove useless snprintf
2021-05-14 Matthew Fernandezabbreviate some manual strdup code
2021-05-14 Matthew Fernandezremove commented out code
2021-05-14 Matthew Fernandezsquash -Wshadow warning in Import_coord_clusters_from_dot
2021-05-14 Matthew Fernandezremove unused cat_string
2021-05-14 Matthew Fernandezsquash a -Wshadow warning in SparseMatrix_import_dot
2021-05-14 Matthew Fernandezabbreviate an increment
2021-05-14 Matthew Fernandezsquash a -Wfloat-conversion
2021-05-14 Matthew Fernandezsquash a -Wimplicit-fallthrough warning
2021-05-14 Matthew Fernandezremove unused SparseMatrix_to_complex
2021-05-14 Matthew Fernandezsquash a number of -Wconversion warnings
2021-05-14 Matthew Fernandezsquash a -Wmaybe-uninitiailzed warning
2021-05-14 Matthew Fernandezfix: return -2 on error in seg_cmp and remove now unuse...
2021-05-14 Matthew Fernandezanticipate a -2 return from seg_cmp indicating an error
2021-05-14 Matthew Fernandezanticipate failure from decide_point
2021-05-14 Matthew Fernandezchange calling convention of decide_point
2021-05-14 Matthew Fernandezanticipate failure from addPEdges
2021-05-14 Matthew Fernandezadd a return value to addPEdges
next