0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dumb bug, locked and then locked again ; should have locked and unlocked More... over 16 years ago
Still working on the parse bug; there are differences between the snprintf and _snprintf on windows and linux respectively; not sure if it's solved by SP1 for VS2005 but the N part of snprintf on linux means the total number of available bytes to write to (the absolute size of the dest buffer)... on windows the N means the total number of bytes to copy from the source buffer which will end up writing N + 1 when they add on the null byte More... over 16 years ago
Fixing some parsing bugs More... over 16 years ago
Added invert_Filter More... over 16 years ago
Made the title size uint32_t More... over 16 years ago
Fixed a null pointer access error that can occur More... over 16 years ago
Fixed a path parsing problem More... over 16 years ago
PAtching for some bugs on windows; Didn't initialized m_connected; not too smart there More... over 16 years ago
Syncing with the new additions made recently to the swig stuff More... over 16 years ago
blah blah More... over 16 years ago
Until I'm sure I want to remove this directory, I'm putting a new file in that says this is deprecated More... over 16 years ago
changed some comment More... over 16 years ago
Adding the invert filter to Phission; Commiting some documentation for phImageCapture More... over 16 years ago
Added stuff to allow the package of a third party SWIG module to use Phission stuff More... over 16 years ago
The SWIG interface file for the module More... over 16 years ago
Making this example more like the ArmInterface where all the c++ and java stuff More... over 16 years ago
removed some prints that are unnecessary and cause a lot of scrolling.. ? More... over 16 years ago
Changing all the cloneFilter functions to return the same class that's being cloned as opposed to one cast to phFilter More... over 16 years ago
should have added these I guess More... over 16 years ago
The project files to build phission with SunStudio... a work in progress still More... over 16 years ago
One last entry to define the INT16/32/etc. typedefs for windows More... over 16 years ago
Compiles with the sunCC compiler... Had to defined __u64 for the videodev.h header; V4L stuff More... over 16 years ago
The sunCC compiler complains when math.h was inserted in an extern "C" because it has an extern "C" contained in the header file already. For whatever reason, sunCC decided this was bad, probably because it has C++ code in the header file. It complains about defining some math functions as extern "C" more than once. More... over 16 years ago
fixed the sunCC/gcc __VA_ARGS__ problem in phImage More... over 16 years ago
Updated the helper macros, phPROGRESS, phERROR_PRINT, phCHECK_RC, etc. to allow compiling with the Sun compilers. The __VA_ARGS__/variadic macros work a bit differently where GCC uses ##, Sun uses # in the following: #define FOO(x,y,fmt,...) printf("(%d,%d) " fmt, ## __VA_ARGS__); This token removes the last , in case there is are 0 arguments in addition to x and y. More... over 16 years ago
Holding on to this file so I can make a Doxygen page out of it soon. More... over 16 years ago
Fixing two small bugs... != should have been == when searching for the next ROI this->m_neighborblob was never initialized correctly. More... over 16 years ago
Fixed some screenshot problems; removed synch.s from code because things worked fine without them Made the PhissionDisplayPanel.paint method call it's update method More... over 16 years ago
Stuff More... over 16 years ago
Added stuff to allow hiding of the sides of the video... for camera panning. More... over 16 years ago