Merged in balay/saws/balay/fix-python3-errno (pull request #6) |
|
More...
|
over 6 years ago
|
python3: fix errno usage |
|
More...
|
over 6 years ago
|
Merged in jed/darwin-shared (pull request #5) |
|
More...
|
about 7 years ago
|
Test sys.platform to link .dylib and -install_name on Darwin [issue #3] |
|
More...
|
about 7 years ago
|
Remove stray tab from python file that prevented use from python3 |
|
More...
|
about 8 years ago
|
Added SAWs_Get_Available_Port() allowing applications to have SAWs select a new unique port for publishing |
|
More...
|
over 9 years ago
|
Merged in tisaac/saws/tisaac/fix-argparse (pull request #3) |
|
More...
|
over 9 years ago
|
SAWSconf.py: allow '=' in argparse |
|
More...
|
over 9 years ago
|
Parser was unable to handle requests for SAWs/variable name if no subdirectories of SAWs existed |
|
More...
|
over 9 years ago
|
added a trivial example for tutorial purposes |
|
More...
|
over 9 years ago
|
add SAWs_Add_Document_Root() |
|
More...
|
almost 10 years ago
|
add notes on licensing to LICENSE file |
|
More...
|
about 10 years ago
|
added information in the readme file and a new LICENSE file to indicate where to find the licensing information |
|
More...
|
about 10 years ago
|
On linux SAWs library needs to explicitly link to -lm So simply always link with -lm and hope it does not fail on other systems |
|
More...
|
about 10 years ago
|
turn off SSL since that requires annoying extra library support |
|
More...
|
about 10 years ago
|
SAWs.js display of arrays of strings will not display string entries that are null This may not always be a good idea but is for example when displaying the variable size PETSc stack |
|
More...
|
about 10 years ago
|
-ldl and -lm shouldn't be needed to link against and -ldl is missing on some machines |
|
More...
|
about 10 years ago
|
Allow = within arguments, for example CC="gcc -std=c99" |
|
More...
|
about 10 years ago
|
add very helpful error message if argparse is not available on your system |
|
More...
|
about 10 years ago
|
Provide SAWs_Get_FullURL() so applications can tell users what URL to use to access SAWs |
|
More...
|
about 10 years ago
|
add two more sets of Fortran compilers/flags configure options that may be used |
|
More...
|
over 10 years ago
|
add support for autoconf configure command line arguments fix bug in make install where used wrong location of include files to install |
|
More...
|
over 10 years ago
|
remove all the PETSc specific stuff from SAWs readme |
|
More...
|
almost 11 years ago
|
add more test cases |
|
More...
|
almost 11 years ago
|
add more test cases |
|
More...
|
about 11 years ago
|
mg_read() returns length of string, it does NOT null terminate it so fix SAWs code to use returned length |
|
More...
|
about 11 years ago
|
mg_get_var() requires actual length of string, not length of allocated array. Otherwise it will access uninitialized values in the array passed the end of the string |
|
More...
|
about 11 years ago
|
need to malloc struct size not size of pointer to struct! |
|
More...
|
about 11 years ago
|
added utility for creating certificate |
|
More...
|
about 11 years ago
|
changed the SAWs webserver so only display index.html if the user specifically asks for index.html if they ask for / then it displays the SAWs dashboard |
|
More...
|
about 11 years ago
|