time out for making socket connectionsample box authorization code that does not work for unclear reaons
Merge branch 'barry/fix-matlab'
fix a couple compiler warnings/errors (depending on compiler) for Matlab engine code
Sys: drop explicit type arguments from PetscNew() and PetscNewLog()git grep -l 'PetscNew\(Log\)\?(' -- $1 | xargs perl -pi -e 's@PetscNew\([^,;()]+ *, *@PetscNew(@;s@PetscNewLog\(([^,;()]+) *,[^,
Sys: drop explicit type arguments from PetscNew() and PetscNewLog()git grep -l 'PetscNew\(Log\)\?(' -- $1 | xargs perl -pi -e 's@PetscNew\([^,;()]+ *, *@PetscNew(@;s@PetscNewLog\(([^,;()]+) *,[^,;()]+, *@PetscNewLog($1,@'
show more ...
__SDIR__: remove usage of __SDIR__ from PETSc sources.
Merge branch 'barry/fix-minor-matlabs'
badly formatted /*I "include" I*/, unused variables fixed that compile with MATLAB
added const to char arguement
LOCDIR: fix all outdated paths and normalize trailing slashUpdate performed by: git ls-files '*/makefile' | xargs perl -pi -MFile::Basename \ -e 's!(LOCDIR[[:space:]]+=) *(.+)$!$1." ".dirnam
LOCDIR: fix all outdated paths and normalize trailing slashUpdate performed by: git ls-files '*/makefile' | xargs perl -pi -MFile::Basename \ -e 's!(LOCDIR[[:space:]]+=) *(.+)$!$1." ".dirname($ARGV)."/"!e'Fortran auto must be fixed using 'make allfortranstubs' and the resultcan be checked by 'bin/maint/checkloc.py'.
moved webserver code to its own directory and file
add AMS viewer for PC, server can only run without any memory debugging
changed AMS publishing to use the Viewer modeladded simple AMS viewer for mat,ksp,snes,tsadded --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)added PetscS
changed AMS publishing to use the Viewer modeladded simple AMS viewer for mat,ksp,snes,tsadded --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)added PetscStackCalls around AMS function calls when appropriate (note do not want these in webserver because do not webserver stopping just because AMS server is down
more work on moving AMS model to viewer
cleanup of AMS viewer, handle JSON-RPC multiple CommsHg-commit: 1c6c1b742ae96264dbd8aad2eb769b7fe76641f3
work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefsHg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970
more work on AMS JSON-RPC Web interfaceHg-commit: 610511a68dcbe0d01c88ee4f8cc7926484939c33
developers nots for AMS JSON-RPCHg-commit: 1942f412783e54dc5cc9034876b2ad7aa84c6c8a
AMS JSON-RPC can now pass arrays back to JavascriptHg-commit: 1b37cd60ffda8bb3755881b9fc557bca2cfd83eb
PetscWebServe() should not have fortran stub, try publishing array of doubleHg-commit: 14049482a934289bd97f09ec39b639b5b6b4a0ce
bug fix for PetscWebServeRequestPostAMSJSONRPC(), I total misunderstood the header structure, it's amazing it ever worked.Hg-commit: f84398a9aa223390b75f128cb3580f8074a47bcc
minor cleanup/reorg of PETSc webserver stuff with addition of basic docs and explanationHg-commit: fe4d4097df58441cf8de8f8abf4575b17dc9798a
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simpSymbol visibility and namespacing.C++ builds always set extern "C" and can be called from plain C. Mostusers w
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simpSymbol visibility and namespacing.C++ builds always set extern "C" and can be called from plain C. Mostusers will only want --with-clanguage=C++ for std::complex.Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347
Fixes for builds --with-matlabHg-commit: e322b6f8daf769679aa0ee0485b12e7422ca1378
Change all PETSC_EXTERN_C to PETSC_EXTERNHg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798
updated from EXTERN_C_BEGIN/END through sys directoryHg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
1234567