Difference between revisions of "C++ Library: general Change Log"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 1: Line 1:
= Enhancements/Updates/Fixes =
+
= libcsg Change Log =
  
== 4/5/2010 ==
+
== Enhancements/Updates/Fixes ==
 +
This page tracks the updates/enhancements that have been updated in the git repository. It is primarily used to track the user interface changes, so users can see what bugs have been fixed, or what new features have been added.
 +
 
 +
 
 +
=== 4/5/2010 ===
 
* Modified '''IFILE''' class methods '''ifread''' & '''readFromFile''' to return an '''int''' rather than '''unsigned int'''.  This aligns with the return values of gzread & fread.
 
* Modified '''IFILE''' class methods '''ifread''' & '''readFromFile''' to return an '''int''' rather than '''unsigned int'''.  This aligns with the return values of gzread & fread.
 
* Modified the FileType classes method '''read''' to return '''int''' rather than '''unsigned int'''.  This aligns with the return values of gzread & fread.
 
* Modified the FileType classes method '''read''' to return '''int''' rather than '''unsigned int'''.  This aligns with the return values of gzread & fread.
 
* Modified the '''String::ReadLine''' to return an int status rather than a String& to the class.  A return value <= to 0 is an error.  A positive return value is success.
 
* Modified the '''String::ReadLine''' to return an int status rather than a String& to the class.  A return value <= to 0 is an error.  A positive return value is success.
 
* Modified '''FastQFile.cpp''', '''lanecheck.cpp''', '''StringHash.cpp''' to reflect the updated '''ReadLine''' return value.
 
* Modified '''FastQFile.cpp''', '''lanecheck.cpp''', '''StringHash.cpp''' to reflect the updated '''ReadLine''' return value.
 +
 +
 +
== Known Issues ==

Revision as of 18:35, 6 April 2010

libcsg Change Log

Enhancements/Updates/Fixes

This page tracks the updates/enhancements that have been updated in the git repository. It is primarily used to track the user interface changes, so users can see what bugs have been fixed, or what new features have been added.


4/5/2010

  • Modified IFILE class methods ifread & readFromFile to return an int rather than unsigned int. This aligns with the return values of gzread & fread.
  • Modified the FileType classes method read to return int rather than unsigned int. This aligns with the return values of gzread & fread.
  • Modified the String::ReadLine to return an int status rather than a String& to the class. A return value <= to 0 is an error. A positive return value is success.
  • Modified FastQFile.cpp, lanecheck.cpp, StringHash.cpp to reflect the updated ReadLine return value.


Known Issues