openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
Teem
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
7 months
ago. based on code collected
7 months
ago.
Feb 06, 2025 — Feb 06, 2026
Showing page 1 of 234
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
using more snprintf instead of sprintf, and disclaiming sprintf use more
kindlmann
More...
11 months ago
long overdue fix of buffer overflow bug in biff: should have been using snprintf/vsnprintf instead of sprintf/vsprintf, yikes. h/t Jorik Blaas for finding this
kindlmann
More...
11 months ago
new source file for old CMakefiles
kindlmann
More...
11 months ago
writing tweaks
kindlmann
More...
11 months ago
syncing with source
kindlmann
More...
11 months ago
now working to show usage info
kindlmann
More...
11 months ago
filled in info about how to learn about the Teem build
kindlmann
More...
11 months ago
updating this test so it successfully shows the usage info for all the unu commands
kindlmann
More...
11 months ago
some long-standing hest annoyances have been addressed with the rewrite
kindlmann
More...
11 months ago
hestParse(2) now returns -1 if the hestOpt array is busted, and now returns any non-zero return from optSetValues, such as the 2 generated by hestCB *nrrdHestNrrd->parse() if nrrdLoad() failed with an error message mentioning EOF
kindlmann
More...
11 months ago
fixing numbering of steps in comment above hestParse(2)
kindlmann
More...
11 months ago
oops long comment belongs outside if verbose check
kindlmann
More...
11 months ago
still debugging
kindlmann
More...
11 months ago
added slightly hacky logic to rescue a hest idiom: using default of empty string, for 0 or more non-strings, to mean: 0 values (not 1 value, which will fail to parse from the 1 empty string)
kindlmann
More...
11 months ago
error messages about parse failures now note the source of the string that couldnt be parsed
kindlmann
More...
11 months ago
if (kvpLen) was not a sensible test: hest is asked get 1 or more strings; instead should be like the test used for all the other options similarly parsed as 1 or more strings
kindlmann
More...
11 months ago
maybe finally, finally corrrectly handling case of single empty string default, which is what was screwing up unu make -k, which is what triggered the 2025 hest re-write
kindlmann
More...
11 months ago
cleaning up logic of how to finish
kindlmann
More...
11 months ago
adding (kind N) to error messages
kindlmann
More...
11 months ago
fixing broken error message
kindlmann
More...
11 months ago
still working on debugging hestParse2
kindlmann
More...
11 months ago
disallowing - inside the long flag was a mistake; the issue is that the long flag shouldnt start with -
kindlmann
More...
11 months ago
no memory-in-use with unu --version
kindlmann
More...
11 months ago
tweaking comments
kindlmann
More...
11 months ago
reducing warnings associated with sprintf and snprintf
kindlmann
More...
11 months ago
reducing warnings associated with sprintf and snprintf
kindlmann
More...
11 months ago
different headers
kindlmann
More...
11 months ago
trying to avoid crashing
kindlmann
More...
11 months ago
cleaning up hest usage
kindlmann
More...
11 months ago
oops, was using HEST_EXPORT instead of extern inside privateHest.h
kindlmann
More...
11 months ago
←
1
2
3
4
5
6
7
8
9
…
233
234
→
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