Merge remote-tracking branch 'origin/maint'
test: Avoid conversion of object <-> function pointer type [-Wpedantic]
Fix warnings from gfortran 6.1 (OS X, Homebrew build)gfortran 6.1 seems to include -Wconversion in -Wall. When configuringwith 64bit indices, the compiler emit warnings about conversions fromINTE
Fix warnings from gfortran 6.1 (OS X, Homebrew build)gfortran 6.1 seems to include -Wconversion in -Wall. When configuringwith 64bit indices, the compiler emit warnings about conversions fromINTEGER(8) to REAL(4). Use REAL() intrinsic to silence the warnings.
show more ...
Add test for -draw_ports options, remove unneeded multiple mallocs()Reported-by: nightly tests gcov
Merge branch 'maint'
Fixed a variety of issues related to iOS buildsSome developers did not properly use relative paths for private include filesfile that is not normally compiled had errors due to outdated API in it
Fixed a variety of issues related to iOS buildsSome developers did not properly use relative paths for private include filesfile that is not normally compiled had errors due to outdated API in it (why is it compiled with iOS?)some iOS build scripts had outdated paths for various itemsiSO version of makeall implicitly assumed PETSC_DIR had been set (OSX version previously fixed by Satish Balay)Reported-by: Francisco Schuetze <fjschuetze@gmail.com>
Merge branch 'barry/housekeeping-1'
PetscDraw: Add tests for options -draw_{double_buffer|virtual|fast}
-nox turned off all Draw, let's have it not turn tikzReported-by: nightly build
fix formatting and outdated comment
The deprecated -log_summary_exclude was still being used when it should have been -log_excludeReported-by: Jose E. Roman <jroman@dsic.upv.es>
Merge branch 'barry/fix-some-clang-warnings'
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected by the clang static analyzer
doc fixes
Changed the C examples to return the error code in main()
a variety of corrections suggested by the clang static analyzerTime: 1 hour
many issues detected by clang static analyzerTime: .5 hours
Fix bogus C++ comment
PetscDraw: Rework implementation of PetscDrawAxis* Fix computation of coordinates* Draw axes as a rectangular box* Rework computation of spaces for ticks and labels* Add option -lg_marker_type t
PetscDraw: Rework implementation of PetscDrawAxis* Fix computation of coordinates* Draw axes as a rectangular box* Rework computation of spaces for ticks and labels* Add option -lg_marker_type to quickly set the marker type in line graphs* Slightly update LH/HG/Bar and related tests
PetscDraw: Use 'int' for pixel coordinates
PetscDraw X11: Fix resize window* After XResizeWindow(), wait until the server notifies back the client, otherwise XGetGeometry() would return outdated position & sizes.
1...<<1112131415161718192021