openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
ScientificApplicationWebserver
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 31, 2024 — Jul 31, 2025
Showing page 5 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Modified js to better reflect REST. Changed SAWsInitAndFinal.c to understand SAWs/variable/variableName as getting variableName of SAWs_ROOT_DIRECTORY.
Matthew Otten
More...
almost 12 years ago
Returns the old directory if the directory with that name already exists.
Matthew Otten
More...
almost 12 years ago
Fixed the handling of subdirectories in the REST API, added / or /* support. Added a search when adding a directory - returns error when it exists already. Took out some needless code. Updated the user manual.
Matthew Otten
More...
almost 12 years ago
Fixed a segfault if SAWs/notADir/notVariableOrNotADir was called.
Matthew Otten
More...
almost 12 years ago
Changed some lingering bugs from the upgrade to SAWs_ROOT_DIRECTORY (specifically in CStructTojson.c), put more polish on the JS. It should be fully functional now, but it doesn't look the prettiest.
Matthew Otten
More...
almost 12 years ago
Added some JS polish, fixed a big in _P_SAWs_Directory_Search - it was correctly returning an error code, but I wasn't making use of that error code to exit the calling function.
Matthew Otten
More...
almost 12 years ago
Added a few other minor changes to fix up the update to SAWs_ROOT_DIRECTORY.
Matthew Otten
More...
almost 12 years ago
Merge branch 'master' of https://bitbucket.org/saws/saws
Matthew Otten
More...
almost 12 years ago
Changed directoryTree to SAWs_ROOT_DIRECTORY. Changed simpleJSON test to not create any directories, just use SAWs_ROOT_DIRECTORY. Changed tests and examples to use SAWs_ROOT_DIRECTORY. Added a nullDirectoryTest. Added checks for null directories.
Matthew Otten
More...
almost 12 years ago
put users manual in subdirectory put in template for paper
BarryFSmith
as Barry Smith
More...
almost 12 years ago
Changed API: SAWs_Set_Legal_Values() -> SAWs_Set_Legal_Variable_Values()
Matthew Otten
More...
almost 12 years ago
Changed API. From SAWs_Directory_Create(name,parentDir,&newDir) to SAWs_Add_Directory(parentDir,name,&newDir), SAWs_Directory_Destroy(&dir) to SAWs_Destroy_Directory(&dir), SAWs_New_Variable() to SAWs_Add_Variable() and SAWs_Variable_Legal_Values() to SAWs_Set_Legal_Variable()
Matthew Otten
More...
almost 12 years ago
More merging stuff; copied the comments over.
Matthew Otten
More...
almost 12 years ago
Merge branch 'matt/treeDirectory'
Matthew Otten
More...
almost 12 years ago
All directories posting works. Working on getting the checkbox functioning better with the tree, but the basic functionality for full tree support is there.
Matthew Otten
More...
almost 12 years ago
Added another test. jsonToCStruct should now support the tree structure. This should conclude the C Code tree updgrade; the js needs to be updated and then it should be complete.
Matthew Otten
More...
almost 12 years ago
Added a free, ran it through valgrind. There are many less memory errors than before.
Matthew Otten
More...
about 12 years ago
Changed all strcat to strncat, all sprintf to snprintf, and changed some memory to be allocated dynamically.
Matthew Otten
More...
about 12 years ago
Added even more js-tree support. Getting segfaults, probably due to sprintf and strcat, so I'm going to work on those now. Saving this state so I don't ruin everything if it goes catastrophically wrong.
Matthew Otten
More...
about 12 years ago
Changed the JS to understand tree structure up to creating the checkboxes. Changed to /SAWs/dirname. Only a little left on tree structure.
Matthew Otten
More...
about 12 years ago
Added full support for creating multi-directory JSON. Fixed some more issues I had with directory destruction.
Matthew Otten
More...
about 12 years ago
Working my way through the conversion to tree data structure. The data structure is there and seems to work. The initial workings of the JSON parsing are there as well, giving almost all the same functionality as before. Still working on it.
Matthew Otten
More...
about 12 years ago
Added a lot of comments to jsSAWs.js. Added a readme to explain basic ./configure and make usage.
Matthew Otten
More...
about 12 years ago
added a license file
BarryFSmith
as Barry Smith
More...
about 12 years ago
Minor changes to html page. Deleted readme; will rewrite soon.
Matthew Otten
More...
about 12 years ago
Fixed posting; Post data should post any data that is on screen (and nothing else). Also changed the pop up of checkboxes to a callback function, rather than a setTimeout.
Matthew Otten
More...
about 12 years ago
Changed some jsSAWs.js stuff to better support the modular memory for posting. Still not there yet.
Matthew Otten
More...
about 12 years ago
Changed field to variable. This should complete the renaming. It still works on my computer the same as before.
Matthew Otten
More...
about 12 years ago
Changed all occurences of AMS to SAWs. Still works on my computer.
Matthew Otten
More...
about 12 years ago
Added new html page functionality. Checkboxes to choose which memories to show. Post does NOT work when viewing only single fields. Will fix soon.
Matthew Otten
More...
about 12 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree