]> granicus.if.org Git - graphviz/shortlog
graphviz
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
2021-05-14 Matthew Fernandezanticipate failure from add_p_edges
2021-05-14 Matthew Fernandezadd a return vaule to add_p_edges
2021-05-14 Matthew Fernandezanticipate failure from add_edges_in_G
2021-05-14 Matthew Fernandezadd a return value to add_edges_in_G
2021-05-14 Matthew Fernandezanticipate failure from add_np_edges
2021-05-14 Matthew Fernandezadd a return value to add_np_edges
2021-05-14 Matthew Fernandezanticipate failure from assignTracks
2021-05-14 Matthew Fernandezadd a return value to assignTracks
2021-05-14 Matthew Fernandezsquash two -Wsign-compare warnings
2021-05-14 Matthew Fernandezsquash a -Wsign-conversion warning
2021-05-13 Magnus JacobssonMerge branch 'add-clang-format-file' into 'main'
2021-05-13 Magnus Jacobssonadd .clang-format file
2021-05-12 Matthew FernandezMerge branch 'smattr/668B61F4-EDF3-4468-A872-715B28A34C...
2021-05-12 Matthew Fernandezoutput source data for Linux downloads on the website...
2021-05-12 Matthew FernandezMerge branch 'smattr/747bd6bd-fdc6-4847-b646-226c033999...
2021-05-12 Matthew Fernandezreplace hypotenuse calculations in bend with calls...
2021-05-12 Matthew Fernandezreplace hypotenuse calculation in computeoffset_qr...
2021-05-12 Matthew Fernandezreplace hypotenuse calculation in estimateError with...
2021-05-12 Matthew Fernandezreplace hypotenuse calculation in arrow_gen with a...
2021-05-12 Matthew Fernandezreplace hypotenuse calculation with a call to hypot
2021-05-12 Matthew Fernandezreplace hypotenuse calculation arrow_type_dot with...
2021-05-12 Matthew Fernandezreplace hypotenuse calculation in tb_project_to_sphere...
2021-05-12 Matthew Fernandezremove no-op adjustclip function in gcanvas.c
2021-05-12 Matthew Fernandezremove commented out code in gcanvas
2021-05-12 Matthew Fernandezreplace hypotenuse calculation with call to hypot in...
2021-05-12 Matthew FernandezMerge branch 'smattr/6bbb5115-1afc-4274-8d42-3204eb974d...
2021-05-11 Matthew Fernandezreplace int-to-string operation in attached_clustering...
2021-05-11 Matthew Fernandezadd utility function for turning integers into strings
2021-05-11 Matthew Fernandezfix missing sprint.h in CMakeLists.txt
2021-05-10 Magnus JacobssonMerge branch 'add-ubuntu-21.04-to_ci' into 'main'
2021-05-10 Magnus JacobssonDisable detection of ODR violations in Ubuntu 21.04...
2021-05-10 Magnus JacobssonAdd ubuntu21-04-cmake-ASan-test job to CI
2021-05-10 Magnus JacobssonAdd ubuntu21-04-cmake-ASan-build job to CI
2021-05-10 Magnus JacobssonAdd ubuntu21-04-cmake-test job to CI
2021-05-10 Magnus JacobssonAdd ubuntu21-04-test job to CI
2021-05-10 Magnus JacobssonAdd ubuntu21-04-cmake-build job to CI
2021-05-10 Magnus JacobssonAdd ubuntu21-04-build job to CI
2021-05-10 Magnus JacobssonAdd docker_push_ubuntu-21.04 job to CI
2021-05-10 Magnus JacobssonAdd docker_build_ubuntu-21.04 job to CI
2021-05-10 Magnus JacobssonAdd Ubuntu 21.04 Dockerfile
2021-05-09 Matthew FernandezMerge branch 'uwin' into 'main'
2021-05-09 Saleem Abdulrasoolclean up references to `__IMPORT__` and `__EXPORT__`
2021-05-08 Matthew FernandezMerge branch 'smattr/EFD56267-3C28-4C03-9610-03639D89FC...
2021-05-08 Matthew Fernandezreplace Smyrna header guards with more modern #pragma...
2021-05-08 Matthew Fernandezremove unused filterscallbacks.h
2021-05-08 Matthew Fernandezremove redefining bool to int in Smyrna
2021-05-08 Matthew FernandezMerge branch 'smattr/610A0333-73CC-4DE3-9188-DAC1B96D3F...
2021-05-08 Matthew Fernandezremove now-unused build.ps1
2021-05-08 Matthew Fernandezremove now-unused setup-and-build.ps1
2021-05-08 Matthew Fernandezcall Python script for Windows CI compilation instead...
2021-05-08 Matthew Fernandezport windows/bin/build.ps1 to Python
2021-05-08 Matthew FernandezMerge branch 'smattr/8B3F2F18-8D38-4668-AAD4-F7EAEFDDB1...
2021-05-08 Matthew Fernandezremove duplicate shutil import
2021-05-08 Matthew Fernandezsquash a wrong-import-position Pylint warning
2021-05-08 Matthew Fernandezdisable Pylint warning about use of the global statement
2021-05-08 Matthew Fernandezdisable Pylint warning about too many local variables
2021-05-08 Matthew Fernandezport generate_configuration_table to argparse
2021-05-08 Matthew Fernandezremove unused --verbose argument to configuration summa...
2021-05-08 Matthew Fernandezdisable invalid-name Pylint warning
2021-05-08 Matthew Fernandezrename generate-configuration-table.py to be importable
2021-05-08 Matthew Fernandezdisable Pylint warning for subprocess.run without check...
2021-05-08 Matthew Fernandezdisable f-string in logging messages Pylint warning
2021-05-08 Matthew FernandezMerge branch 'stdio-standard-macros' into 'main'
2021-05-08 Saleem Abdulrasoolsfio: remove singular reference to `_BLD_stdio`
2021-05-06 Matthew FernandezMerge branch 'smattr/39EB89E6-4BE4-4737-AE77-5C2B31922D...
2021-05-06 Matthew Fernandezremove unused tmsize10.clo
2021-05-05 Matthew FernandezMerge branch 'smattr/ac55eb33-3e00-4d16-8daf-b70d0fec68...
2021-05-05 Matthew Fernandezremove now-unused md5 implementation in Smyrna
2021-05-05 Matthew Fernandezremove unused get_md5_key
2021-05-05 Matthew Fernandezremove unused fill_key function
2021-05-05 Matthew Fernandezremove now-unused orig_key field in Smyrna’s Viewinfo...
2021-05-05 Matthew Fernandezremove dead stores to orig_key field in Smyrna
2021-05-05 Matthew Fernandezremove unused final_key field from Smyrna’s Viewinfo...
2021-05-05 Matthew FernandezMerge branch 'smattr/2bfe1f77-53cc-4eda-bc00-454cd88934...
2021-05-05 Matthew Fernandezgc: fix type of variable used for interacting with...
2021-05-05 Matthew Fernandezgvmap: fix type of variables used for interacting with...
2021-05-05 Matthew Fernandezedgepaint: fix type of variable for interacting with...
2021-05-05 Matthew FernandezMerge branch 'smattr/BB1ACA26-949E-46F0-AD76-06C877563A...
2021-05-05 Matthew Fernandezremove some unnecessary bracketing
2021-05-05 Matthew Fernandezremove unused struct name
2021-05-05 Matthew Fernandezuse an unsigned type for indexing in dijkstra
2021-05-05 Matthew Fernandezmark dijkstra function static
2021-05-05 Matthew Fernandezsquash some -Wsign-conversion warnings
2021-05-05 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-05-05 Matthew Fernandezuse stronger types for dijkstra command line flags
2021-05-05 Matthew Fernandezfree some allocated memory prior to exiting dijkstra
2021-05-05 Matthew Fernandezremove the use of 0 for pointers in dijkstra
next