/[tivodecode]/t2sami/branches
ViewVC logotype

Log of /t2sami/branches

View Directory Listing Directory Listing


Sticky Revision:

Revision 196 - Directory Listing
Modified Sat Mar 31 22:29:54 2007 UTC (16 years, 6 months ago) by jeremyd2019
update config.h.win32 with changes to config.h due to version number update


Revision 195 - Directory Listing
Modified Sat Mar 31 22:20:53 2007 UTC (16 years, 6 months ago) by jeremyd2019
oops, confused cygwin and mingw as to which had the issue detecting boost filesystem lib


Revision 194 - Directory Listing
Modified Sat Mar 31 21:54:05 2007 UTC (16 years, 6 months ago) by jeremyd2019
write a README file for t2sami autoconf branch


Revision 193 - Directory Listing
Modified Sat Mar 31 21:43:20 2007 UTC (16 years, 6 months ago) by jeremyd2019
copy copyright info from TScan.h into COPYING file, add some content to AUTHORS file


Revision 191 - Directory Listing
Modified Sat Mar 31 21:23:49 2007 UTC (16 years, 6 months ago) by jeremyd2019
port upstream changes from postgresql's getopt* files, which remove the advertising clause from the license on the file


Revision 187 - Directory Listing
Modified Fri Mar 23 05:49:47 2007 UTC (16 years, 6 months ago) by jeremyd2019
add new command line options for new options in CTivoScan class


Revision 186 - Directory Listing
Modified Fri Mar 23 05:27:14 2007 UTC (16 years, 6 months ago) by jeremyd2019
port changes from HEAD of improvements between 2.0.0025 and 2.0.0033 of Windows source


Revision 184 - Directory Listing
Modified Fri Mar 23 02:31:30 2007 UTC (16 years, 6 months ago) by jeremyd2019
forward declare CTivoScan for compatibility with gcc 4.1


Revision 183 - Directory Listing
Modified Wed Jan 31 02:53:24 2007 UTC (16 years, 8 months ago) by jeremyd2019
factor out dependency on boost filesystem from TScan.cpp to Utility.cpp with all of the rest of boost filesystem dependent code.  Port from HEAD


Revision 181 - Directory Listing
Modified Tue Jan 30 23:29:18 2007 UTC (16 years, 8 months ago) by jeremyd2019
merge changes from HEAD, add some different music note char options (disabled) to try out.  mplayer and vlc both do not interpret html entities, but display them raw, but some other player may do something more helpful


Revision 178 - Directory Listing
Modified Mon Jan 29 04:11:07 2007 UTC (16 years, 8 months ago) by jeremyd2019
port command line option for different output path from HEAD


Revision 176 - Directory Listing
Modified Sun Jan 28 08:36:30 2007 UTC (16 years, 8 months ago) by jeremyd2019
remove VersionNumber.h from visual studio 2005 project


Revision 175 - Directory Listing
Modified Sun Jan 28 08:06:03 2007 UTC (16 years, 8 months ago) by jeremyd2019
add various DumpWhatever defines to autoconf with --enable-dump-whatever options, and an --enable-dump-all option.  Change CC.cpp to use the VERSION macro defined by autoconf rather than the OEM_VERSION defined by VersionNumber.h, remove all vestiges of VersionNumber.h from the autoconf branch


Revision 174 - Directory Listing
Modified Sun Jan 28 07:34:25 2007 UTC (16 years, 8 months ago) by jeremyd2019
change configure.in package version number to match VersionNumer.h, and config.h.win32


Revision 173 - Directory Listing
Modified Sun Jan 28 07:26:35 2007 UTC (16 years, 8 months ago) by jeremyd2019
fix issue I have been having where when CPs::zero() is called when pos == PS_BUFFER_LENGTH, it returns true when it should not due to walking off the end of the buffer


Revision 172 - Directory Listing
Modified Sun Jan 28 07:04:57 2007 UTC (16 years, 8 months ago) by jeremyd2019
fix error where directory name and file name are concated together without delimiter.  Use boost::filesystem for this for portability


Revision 171 - Directory Listing
Modified Sun Jan 28 06:46:50 2007 UTC (16 years, 8 months ago) by jeremyd2019
update config.h.win32 for _DEBUG support in configure


Revision 170 - Directory Listing
Modified Sun Jan 28 06:45:26 2007 UTC (16 years, 8 months ago) by jeremyd2019
port changes from HEAD to AUTOCONF_CONVERSION_BRANCH


Revision 167 - Directory Listing
Modified Tue Jan 23 08:04:46 2007 UTC (16 years, 8 months ago) by jeremyd2019
add configure option to enable debug code.  The exact debug code enabled depends on VersionNumber.h


Revision 157 - Directory Listing
Modified Mon Jan 15 20:54:15 2007 UTC (16 years, 8 months ago) by jeremyd2019
change so that we do not add extern declarations for vars that getopt.h should be handling for us - makes it work in cygwin


Revision 154 - Directory Listing
Modified Sun Jan 14 20:39:11 2007 UTC (16 years, 8 months ago) by jeremyd2019
port fixes for timestamps on final sync entries from HEAD


Revision 146 - Directory Listing
Modified Fri Jan 12 00:10:27 2007 UTC (16 years, 8 months ago) by jeremyd2019
change to use statically linked boost lib rather than dll for easier use


Revision 145 - Directory Listing
Modified Thu Jan 11 21:30:16 2007 UTC (16 years, 8 months ago) by jeremyd2019
change over to a functor struct for progress reporting instead of a function pointer (boost::function lib makes this seamless).  Write an (untested) functor to reproduce the progress reporting method originally used on windows, in an #if 0 block since it will not compile or do anything useful for me.  It serves as an example of how the code could potentially be re-integrated to the windows app so that a single codebase can be shared between windows and unix ports - port from HEAD


Revision 144 - Directory Listing
Modified Thu Jan 11 21:29:53 2007 UTC (16 years, 8 months ago) by jeremyd2019
make ProcessPS function return bool since the r_ok value should probably be reported back to the caller, and was using windows-esque methods prior to unix port - port from HEAD


Revision 141 - Directory Listing
Modified Thu Jan 11 06:06:50 2007 UTC (16 years, 8 months ago) by jeremyd2019
fix crash due to copy/paste error - port from head


Revision 137 - Directory Listing
Modified Wed Jan 10 23:27:20 2007 UTC (16 years, 8 months ago) by jeremyd2019
explicitly set c++ language when testing linking of boost_filesystem libs - hopefully fix compile on openbsd


Revision 136 - Directory Listing
Modified Wed Jan 10 21:56:13 2007 UTC (16 years, 8 months ago) by jeremyd2019
add checks to add additional CFLAGS, and add -Wall to CXXFLAGS, on gcc


Revision 135 - Directory Listing
Modified Wed Jan 10 21:35:25 2007 UTC (16 years, 8 months ago) by jeremyd2019
add -Werror-implicit-function-declaration to CFLAGS for large file support checks since otherwise _LARGEFILE_SOURCE is not defined when it needs to be and fseeko and ftello are implicitly defined.


Revision 134 - Directory Listing
Modified Wed Jan 10 08:11:06 2007 UTC (16 years, 8 months ago) by jeremyd2019
make it compile on windows again, fix up types to avoid warnings


Revision 133 - Directory Listing
Modified Wed Jan 10 07:40:00 2007 UTC (16 years, 8 months ago) by jeremyd2019
check for _stricmp as well as stricmp since windows deprecated the latter but I don't know that there is not a platform somewhere that does not define the former but does the latter


Revision 132 - Directory Listing
Modified Wed Jan 10 07:28:57 2007 UTC (16 years, 8 months ago) by jeremyd2019
fixup includes of config.h, conditional on HAVE_CONFIG_H


Revision 131 - Directory Listing
Modified Wed Jan 10 07:24:28 2007 UTC (16 years, 8 months ago) by jeremyd2019
add check for strcasecmp and stricmp, since the former is on *nix and the later on windows


Revision 130 - Directory Listing
Modified Wed Jan 10 04:17:30 2007 UTC (16 years, 8 months ago) by jeremyd2019
add LIBOBJS to LDADD for replacement functions (feeko, getopt, getopt_long)


Revision 129 - Directory Listing
Modified Wed Jan 10 03:53:45 2007 UTC (16 years, 8 months ago) by jeremyd2019
use HAVE_NETINET_IN_H macro instead of \!defined(WIN32)


Revision 128 - Directory Listing
Modified Wed Jan 10 02:19:40 2007 UTC (16 years, 8 months ago) by jeremyd2019
move boost libs to LDADD instead of LDFLAGS


Revision 127 - Directory Listing
Modified Wed Jan 10 00:48:21 2007 UTC (16 years, 8 months ago) by jeremyd2019
add BOOST_CFLAGS to automake stuff


Revision 126 - Directory Listing
Modified Wed Jan 10 00:36:06 2007 UTC (16 years, 8 months ago) by jeremyd2019
add doxygen rule to Makefile.am and check for doxygen program in configure


Revision 125 - Directory Listing
Modified Tue Jan 9 23:51:23 2007 UTC (16 years, 8 months ago) by jeremyd2019
set up t2sami for autoconf usage - still needs some testing, so its on a seperate branch


Revision 122 - Directory Listing
Modified Mon Jan 8 20:35:05 2007 UTC (16 years, 8 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch
'AUTOCONF_CONVERSION_BRANCH'.

Revision 97 - Directory Listing
Modified Thu Jan 4 20:13:36 2007 UTC (16 years, 9 months ago) by jeremyd
import latest CC.{cpp,h} code from t2sami update.


Revision 84 - Directory Listing
Modified Sat Dec 30 02:39:59 2006 UTC (16 years, 9 months ago) by jeremyd
add t2samiupdate from http://shinnyo.com/t2sami/T2SamiUpdate.zip


Revision 79 - Directory Listing
Modified Sat Dec 30 01:51:42 2006 UTC (16 years, 9 months ago) by jeremyd
import original t2sami version 0.1.0016
from http://shinnyo.com/t2sami/t2samisource.zip



Revision 78 - Directory Listing
Added Sat Dec 30 01:51:42 2006 UTC (16 years, 9 months ago) by (unknown author)
Standard project directories initialized by cvs2svn.

cvs@jdrake.com
ViewVC Help
Powered by ViewVC 1.1.13