0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in balay/saws/balay/fix-python3-errno (pull request #6) More... about 5 years ago
python3: fix errno usage More... over 5 years ago
Merged in jed/darwin-shared (pull request #5) More... about 6 years ago
Test sys.platform to link .dylib and -install_name on Darwin [issue #3] More... about 6 years ago
Remove stray tab from python file that prevented use from python3
BarryFSmith
as Barry Smith
More... about 7 years ago
Added SAWs_Get_Available_Port() allowing applications to have SAWs select a new unique port for publishing
BarryFSmith
as Barry Smith
More... over 8 years ago
Merged in tisaac/saws/tisaac/fix-argparse (pull request #3) More... over 8 years ago
SAWSconf.py: allow '=' in argparse
tisaac
as Toby Isaac
More... over 8 years ago
Parser was unable to handle requests for SAWs/variable name if no subdirectories of SAWs existed
BarryFSmith
as Barry Smith
More... over 8 years ago
added a trivial example for tutorial purposes
BarryFSmith
as Barry Smith
More... over 8 years ago
add SAWs_Add_Document_Root()
BarryFSmith
as Barry Smith
More... almost 9 years ago
add notes on licensing to LICENSE file
BarryFSmith
as Barry Smith
More... about 9 years ago
added information in the readme file and a new LICENSE file to indicate where to find the licensing information
BarryFSmith
as Barry Smith
More... about 9 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
BarryFSmith
as Barry Smith
More... about 9 years ago
turn off SSL since that requires annoying extra library support
BarryFSmith
as Barry Smith
More... about 9 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
BarryFSmith
as Barry Smith
More... about 9 years ago
-ldl and -lm shouldn't be needed to link against and -ldl is missing on some machines
BarryFSmith
as Barry Smith
More... about 9 years ago
Allow = within arguments, for example CC="gcc -std=c99"
BarryFSmith
as Barry Smith
More... about 9 years ago
add very helpful error message if argparse is not available on your system
BarryFSmith
as Barry Smith
More... about 9 years ago
Provide SAWs_Get_FullURL() so applications can tell users what URL to use to access SAWs
BarryFSmith
as Barry Smith
More... about 9 years ago
add two more sets of Fortran compilers/flags configure options that may be used
BarryFSmith
as Barry Smith
More... about 9 years ago
add support for autoconf configure command line arguments fix bug in make install where used wrong location of include files to install
BarryFSmith
as Barry Smith
More... about 9 years ago
remove all the PETSc specific stuff from SAWs readme
BarryFSmith
as Barry Smith
More... almost 10 years ago
add more test cases More... almost 10 years ago
add more test cases More... about 10 years ago
mg_read() returns length of string, it does NOT null terminate it so fix SAWs code to use returned length
BarryFSmith
as Barry Smith
More... about 10 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
BarryFSmith
as Barry Smith
More... about 10 years ago
need to malloc struct size not size of pointer to struct!
BarryFSmith
as Barry Smith
More... about 10 years ago
added utility for creating certificate
BarryFSmith
as Barry Smith
More... about 10 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
BarryFSmith
as Barry Smith
More... about 10 years ago