]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-08-06 Matthew FernandezPango plugin gv_get_ps_fontlist: postpone 'family_name...
2022-08-06 Matthew FernandezPango plugin get_font_mapping: fix unchecked allocation
2022-08-06 Matthew FernandezPango plugin gv_get_ps_fontlist: fix unchecked allocation
2022-08-06 Matthew Fernandezcommon genEllipticPath: fix unchecked allocation
2022-08-06 Matthew Fernandezcommon moveTo: fix unchecked allocation
2022-08-06 Matthew Fernandezgml2gv nameOf: fix unchecked allocation
2022-08-06 Matthew Fernandezgvgen makeTreeGen: fix unchecked allocation
2022-08-06 Matthew Fernandezgvgen getCnt: fix unchecked allocation
2022-08-06 Matthew Fernandezgvgen mkTree: fix unchecked allocations
2022-08-06 Matthew Fernandezgvgen makeTetrix: fix unchecked allocations
2022-08-06 Matthew Fernandezgvgen makeSierpinski: fix unchecked allocations
2022-08-06 Matthew FernandezMerge branch 'smattr/dcb7bc23-5914-43ae-94d5-0003feef06...
2022-08-06 Matthew Fernandezgvpr endString: squash a -Wconversion waning
2022-08-06 Matthew Fernandezgvpr parseID: simplify loop
2022-08-06 Matthew Fernandezgvpr readc: cast to squash -Wconversion warnings
2022-08-06 Matthew Fernandezgvpr: represent binding count as a size_t
2022-08-06 Matthew Fernandezgvpr tvtypeToStr: take a long long instead of int
2022-08-06 Matthew Fernandezgvpr binary: remove unnecessary parens
2022-08-06 Matthew Fernandezgvpr binary: use local types that corresponds to the...
2022-08-06 Matthew Fernandezgvpr validTVT: remove unnecessary parens
2022-08-06 Matthew Fernandezgvpr validTVT: return a more appropriate type
2022-08-06 Matthew Fernandezgvpr validTVT: take a long long instead of int
2022-08-06 Matthew Fernandezgvpr setval: use a local type that corresponds to the...
2022-08-05 Matthew FernandezMerge branch 'smattr/91ab2290-e3c6-4966-93b8-b1d10a1297...
2022-08-05 Matthew Fernandezneatogen printvis: remove unnecessary casts
2022-08-05 Matthew Fernandezpathplan compVis: remove always-0 parameter
2022-08-05 Matthew Fernandezpathplan Pobspath: squash a -Wconversion warning
2022-08-05 Matthew Fernandezpathplan Pobspath: replace an unchecked array 'malloc...
2022-08-05 Matthew Fernandezpathplan Pobsopen: call 'calloc' instead of 'malloc...
2022-08-05 Matthew Fernandezpathplan Pobsopen: use a 'size_t' when calling 'malloc'
2022-08-05 Matthew Fernandezpathplan Pobsopen: use a 'size_t' when counting objects
2022-08-05 Matthew Fernandezpathplan Pobsopen: fix unchecked allocation failures
2022-08-05 Matthew Fernandezpathplan: remove 'mymalloc' wrapper
2022-08-04 Matthew FernandezMerge branch 'smattr/b76f3f9f-2903-4d65-bbfd-8ce53a769f...
2022-08-04 Matthew Fernandezsfdpgen SparseStressMajorizationSmoother_new: remove...
2022-08-04 Matthew Fernandezsfdpgen SparseStressMajorizationSmoother_new: remove...
2022-08-04 Matthew Fernandezgvmap makeMap: remove now unused 'flag' local
2022-08-04 Matthew Fernandezgvmap make_map_from_rectangle_groups: remove now unused...
2022-08-04 Matthew Fernandezgvmap make_map_internal: remove 'flag' parameter
2022-08-04 Matthew Fernandezsparse QuadTree_get_nearest: remove 'flag' parameter
2022-08-04 Matthew Fernandezsparse QuadTree_get_nearest_internal: remove 'flag...
2022-08-04 Matthew Fernandezsfdpgen: remove unnecessary casts of 'Operator.data...
2022-08-04 Matthew Fernandezsfdpgen SparseMatrix_solve: remove 'flag' parameter
2022-08-04 Matthew Fernandezsfdpgen SparseMatrix_solve: remove unused Jacobi matrix...
2022-08-04 Matthew Fernandezneatogen constrained_majorization_vpsc: s/fabs/fabsf...
2022-08-04 Matthew Fernandezneatogen stress_majorization_cola: remove unused 'nedge...
2022-08-04 Matthew Fernandezneatogen tweakEnd: remove unused 'pl' parameter
2022-08-04 Matthew Fernandezneatogen addTriEdge: remove unused 'd' parameter
2022-08-03 Matthew FernandezMerge branch 'point-test-doc' into 'main'
2022-08-03 Costa Shulyupinpointset: doxygen comments
2022-08-03 Matthew FernandezMerge branch 'partition-doc' into 'main'
2022-08-03 Costa Shulyupinpartition.h: add doxygen comments
2022-08-03 Costa Shulyupinpartition.h: add names of arguments
2022-08-02 Matthew FernandezMerge branch 'smattr/312b41d1-07fa-4afd-911f-b761fdd0d6...
2022-08-02 Matthew Fernandezgvpr canontoken: use char instead of unsigned char...
2022-08-02 Matthew Fernandezgvpr canontoken: remove commented out code
2022-08-02 Matthew Fernandezgvpr readLine: squash -Wconversion warnings
2022-08-02 Matthew Fernandezgvpr freadFile: squash a -Wsign-compare warning
2022-08-02 Matthew Fernandezgvpr fwriteFile: squash a -Wsign-compare warning
2022-08-02 Matthew Fernandezgvpr cloneO: squash a -Wswitch-default warning
2022-08-02 Matthew Fernandezgvpr copy: squash a -Wswitch-default warning
2022-08-02 Matthew Fernandezgvpr rindexOf: return a long instead of int
2022-08-02 Matthew Fernandezgvpr cmppair: squash -Wunused-parameter warnings
2022-07-30 Matthew FernandezMerge branch 'smattr/a2930eb8-ba18-4789-bf34-9344608351...
2022-07-30 Matthew Fernandezast onematch: simplify string comparisons by using...
2022-07-30 Matthew Fernandezast onematch: fuse comparison against 'xdigi' and 't'
2022-07-30 Matthew Fernandezast onematch: rephrase hash-based switch into string...
2022-07-30 Matthew Fernandezast gobble: squash -Wswitch-default warning
2022-07-30 Matthew Fernandezast strmatch: squash -Wundef warnings
2022-07-30 Matthew Fernandezast stresc: squash -Wswitch-default warning
2022-07-30 Matthew Fernandezast stresc: remove return value
2022-07-30 Matthew Fernandezast: prototype 'pathcanon' in library header instead...
2022-07-30 Matthew Fernandezast fmtbuf: squash -Wsign-compare warning
2022-07-30 Matthew Fernandezast chrtoi: squash -Wswitch-default warning
2022-07-30 Matthew Fernandezast chrtoi: remove unnecessary cast
2022-07-30 Matthew Fernandezast chrtoi: squash -Wsign-compare warning
2022-07-29 Matthew FernandezMerge branch 'smattr/f2b32419-4ad7-4884-83ff-cc27d7a066...
2022-07-29 Matthew Fernandezsfdpgen: remove unimplemented 'DistanceMatrix_restrict_...
2022-07-29 Matthew Fernandezsfdpgen maximal_…: remove unused 'randomize' parameter
2022-07-29 Matthew Fernandezsfdpgen: make 'UniformStressSmoother_new' a static...
2022-07-29 Matthew Fernandezsfdpgen UniformStressSmoother_new: remove unused 'flag...
2022-07-29 Matthew Fernandezsfdpgen UniformStressSmoother_new: remove unused 'x...
2022-07-29 Matthew Fernandezsfdpgen UniformStressSmoother_new: remove unused 'dim...
2022-07-29 Matthew Fernandezsfdpgen stress_model: remove unused 'A' parameter
2022-07-29 Matthew Fernandezsfdpgen: make 'get_stress' static
2022-07-29 Matthew Fernandezsfdpgen get_stress: remove 'weighted' parameter that...
2022-07-29 Matthew Fernandezsfdpgen get_stress: remove unused 'data' parameter
2022-07-29 Matthew Fernandezsfdpgen jacobi: remove unused 'flag' parameter
2022-07-28 Matthew FernandezMerge branch 'smattr/45dc48f2-fa91-42ed-8530-8bcaf9fdb3...
2022-07-28 Matthew Fernandezneatogen call_tri: remove unused 'dim' parameter
2022-07-28 Matthew Fernandezneatogen CMDS_orthog: remove unused 'g' parameter
2022-07-28 Matthew Fernandezneatogen constrained_majorization_new_with_gaps: remove...
2022-07-28 Matthew Fernandezneatogen: remove unused 'constrained_majorization_gradi...
2022-07-28 Matthew Fernandezneatogen computeHierarchyBoundaries: remove unused...
2022-07-28 Matthew Fernandezneatogen mkConstraintG: remove unused 'g' parameter
2022-07-28 Matthew Fernandezneatogen bfs_bounded: remove unused 'n' parameter
2022-07-28 Matthew Fernandezneatogen initLayout: remove unused 'graph' parameter
2022-07-28 Matthew Fernandezneatogen voronoi: remove unused 'triangulate' parameter
2022-07-27 Matthew FernandezMerge branch 'smattr/5fa804c5-668e-4a54-b373-00bc933032...
2022-07-27 Matthew Fernandezsmyrna on_attrAddBtn_clicked: use const type to squash...
next