0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 9 months ago. based on code collected 9 months ago.
Jun 17, 2021 — Jun 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modified to build on OSX 1.10 More... almost 8 years ago
got it to compile reasonably cleanly on OSX 10.9.4 - but only by supressing a fair number of warnings More... over 8 years ago
initial successful compilation using OSX 10.8 - had to comment out allsave/restore code since it would not link with boost::serialization More... over 10 years ago
Hacked around bug which casues crash when reading file the menu (see vp.cpp line 728) More... over 12 years ago
Various fixes for mac OS 10.6.1 More... over 12 years ago
small update to notes More... about 13 years ago
1) Preliminary changes to makefile compile vp under Mac OS X 10.6 More... over 13 years ago
Minor changes and cleanups More... over 13 years ago
Added declaration for nicenum, revised help and README, and slight code refactor' More... about 14 years ago
Fixes to improve "nice gridlines" More... about 14 years ago
Added "smart grids". Try it - you'll like it. More... about 14 years ago
Oops... forgot to commit the new documentation. Here it is... More... over 14 years ago
Added a laptop mode option with areuced-scale control panel for tiny laptop screens. Also added information to the search-for-text-string screen and made changes to documentation More... over 14 years ago
Identified and fixed a bug in that occurred when appending ASCII values with the new memory model. Cleaned up some old dead code in the process. More... over 14 years ago
Revised documnentation, minor changes in menus, and added a spifft new Tools/Statistics tool More... over 14 years ago
Minor code cleanup and bug fixes. Primary data buffer (column_info) is now resized every time NPOINTS changes to save space and because its used to recaculate NPOINTS. MAXPOINTS and MAXVARS can now be changed from command line as well as Tools/Options. Tools/Options can now toggle VBOs More... over 14 years ago
Reviewed all possible i/o options to identify and fix any bugs, added confirmation windows to warn user of potential mistakes, and revised Tools/Options menu to allow user to change MAXVARS and MAXPOINTS More... over 14 years ago
Fix major bug that caused binary read to discard last point. Revised binary files format to deal with ASCII values. Made provisions to read FITS files from command line and serialize sessions that involve FITS files More... over 14 years ago
Moved data into the Column_Info class and made corresponding changed in Plot_Window, Data_File_Manage, and main routine. Also fixed bug that switched of file i/o after initial data were read via stdin." More... over 14 years ago
Revised documentation, added comments, added ability to write ASCII values to FITS ASCII_TBL extensions, modified Column-Info class in preparation for adding FITS BINARY_TBL capability More... over 14 years ago
Added "defer redraws" toggle button for dealing with huge data sets. More... over 14 years ago
Incorporated Nathan's string searching idea. 'f' searches the y-axis, More... over 14 years ago
Merged in patches from Nathan Schmidt <nathan....@pbwiki.com> including: More... over 14 years ago
Makefile changes for cfitsio library on OSX More... over 14 years ago
Fixed delete_column scaling bug More... over 14 years ago
Added basic FITS i/o capability! Requires the CFTISIO library (see include_libraries_vp.h). Try this out and if it doesn't work, revert back to r240. More... over 14 years ago
Made some much-needed changes in the organization of Vp_File_Chooser to distinguish between data and configuration file modes, to make the flow of control more logical, and to allow for the possibility of dealing with more than two file types. Also improved the documentation for configuration files. More... over 14 years ago
Fixed bug that could cause segfault during an unusual sequence of failed read operations, added a Clear All Data menu option, revised and cleaned up README and help menu More... over 14 years ago
Modified Data_File_Manager to recognize purely numeric column labels and generate default labels to replace them. Modified Data_File_Manager to preserve and restore old data whenever possible if a read operation fails. Added a control parameter to switch this feature off to save memory. Revised documentation. Fixed --stdin to work under windows, tested simple piping to make sure it worked, and added notes to documentatyion More... over 14 years ago
Added command line argument "--stdin" (short form is "-I") to read from standard input. More... over 14 years ago