/[v1]/trunk/c++/src/app/id1_fetch/id1_fetch.cpp
ViewVC logotype

Log of /trunk/c++/src/app/id1_fetch/id1_fetch.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 96207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 24 14:23:57 2022 UTC (2 years, 2 months ago) by grichenk
File length: 27820 byte(s)
Diff to previous 92122
Use Resize() to set number of items in CEntrez2_id_list. JIRA CXX-12361

Revision 92122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 22 16:35:02 2020 UTC (3 years, 4 months ago) by grichenk
File length: 27978 byte(s)
Diff to previous 89964
Replaced auto_ptr with unique_ptr. JIRA CXX-11620

Revision 89964 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 30 13:14:03 2020 UTC (4 years ago) by grichenk
File length: 27974 byte(s)
Diff to previous 89538
Fixed TGi usage. JIRA CXX-10489, CXX-8347

Revision 89538 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 6 17:43:20 2020 UTC (4 years ago) by grichenk
File length: 27957 byte(s)
Diff to previous 83266
Deprecated old THROW*_TRACE macros, added new set with clearer names and behavior. JIRA CXX-11288

Revision 83266 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 7 18:29:39 2018 UTC (5 years, 8 months ago) by grichenk
File length: 27953 byte(s)
Diff to previous 79860
Minimize usage of GI_FROM/GI_TO. Use IntId command line arguments for GIs. JIRA CXX-8347

Revision 79860 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 18 13:38:41 2017 UTC (6 years, 6 months ago) by ivanov
File length: 27975 byte(s)
Diff to previous 79137
NStr::Split() - replace usages of legacy deprecated flags. JIRA:CXX-7754

Revision 79137 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 14 19:02:14 2017 UTC (6 years, 8 months ago) by grichenk
File length: 28003 byte(s)
Diff to previous 79136
Reset diag stream only when using custom log file.

Revision 79136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 14 18:34:50 2017 UTC (6 years, 8 months ago) by grichenk
File length: 27854 byte(s)
Diff to previous 77553
Removed SetDiagStream(0) call.

Revision 77553 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 16:39:35 2017 UTC (7 years ago) by grichenk
File length: 27876 byte(s)
Diff to previous 77241
Always allow dead entries. JIRA CXX-9169

Revision 77241 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 5 14:12:15 2017 UTC (7 years ago) by grichenk
File length: 27997 byte(s)
Diff to previous 73731
Added flag to allow fetching dead entries. JIRA CXX-9169

Revision 73731 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 21 14:42:04 2016 UTC (7 years, 9 months ago) by grichenk
File length: 27832 byte(s)
Diff to previous 72013
Replaced GI_FROM with GI_CONST. JIRA CXX-8347

Revision 72013 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 11 20:11:56 2016 UTC (8 years ago) by vasilche
File length: 27850 byte(s)
Diff to previous 69925
Replaced deprecated Tokenize() calls.

Revision 69925 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 20 17:03:34 2015 UTC (8 years, 5 months ago) by ucko
File length: 27846 byte(s)
Diff to previous 66600
Substitute NStr::Split with modern flags (or NStr::fSplit_NoMergeDelims in
a couple of cases) for deprecated usages of NStr::Split and NStr::Truncate.
JIRA: CXX-5600.

Revision 66600 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 13 12:56:58 2015 UTC (9 years, 1 month ago) by vasilche
File length: 27821 byte(s)
Diff to previous 66545
Use ERR_FATAL macro for correct no-return info. JIRA: CXX-5700

Revision 66545 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 11 17:45:24 2015 UTC (9 years, 1 month ago) by vasilche
File length: 27878 byte(s)
Diff to previous 65853
Added Abort() after ERR_POST(Fatal) that does not return anyway. JIRA: CXX-5700

Revision 65853 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 6 19:17:59 2015 UTC (9 years, 3 months ago) by ucko
File length: 27836 byte(s)
Diff to previous 62855
id1_fetch: Accommodate more sequence ID formats.
* Allow "-in" files to list bare accessions (though it's still best
  practice to use either GIs or FASTA-style tagged accessions).
  JIRA: CXX-5521.
* In the historical ad-hoc parenthesized format, make version numbers
  optional, so that the official example of 5(HUMHBB) actually works.

Revision 62855 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 13 15:08:30 2014 UTC (9 years, 11 months ago) by ucko
File length: 27421 byte(s)
Diff to previous 58457
When building with LLVM libc++ (the standard C++ library on Mac OS X 10.9
and FreeBSD 10), have CNcbiOstrstream be modern ostringstream rather than
legacy ostrstream to avoid a bug that resulted in memory corruption when
going past the initial allocation.  To that end:

* Conditionally introduce an NCBI_SHUN_OSTRSTREAM macro to facilitate
  eventually using ostringstream in at least some GNU libstdc++ builds too.

* Introduce a helper NCBI_STRSTREAM_INIT macro for giving CNcbiStrstream an
  initial buffer, as strstream's and stringstream's constructors take
  different arguments.

* Consistently use CNcbiOstrstream and CNcbiOstrstreamToString throughout;
  when only the output length is of interest, use tellp (in conjunction
  with NcbiStreamposToInt8) rather than pcount.  NB: stringstream does NOT
  derive from {i,o}stringstream, but all uses of CNcbiStrstream with
  CNcbiOstrstreamToString were in contexts in which CNcbiOstrstream
  sufficed.

* Explicitly DO use ostrstream when deliberately populating a fixed-length
  buffer (specifically, when formulating PubSeqOS requests).

Leave CNcbiIstrstream as is for now, as it has no such bug and changing it
would necessitate touching a lot of constructor calls.  Also, don't worry
about CNcbiStrstreambuf, whose only explicit usage is in the form of an
unused variable.

JIRA: CXX-3820, CXX-4913.

Revision 58457 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 6 15:52:46 2013 UTC (10 years, 10 months ago) by grichenk
File length: 27582 byte(s)
Diff to previous 49804
Switched most of the toolkit to TGi. JIRA CXX-3431

Revision 49804 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 24 18:54:58 2011 UTC (12 years, 11 months ago) by vasilche
File length: 27406 byte(s)
Diff to previous 41043
Some formatting modes require CBioseq_Handle. JIRA: CXX-2399

Revision 41043 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 12 15:59:07 2009 UTC (15 years, 2 months ago) by vasilche
File length: 26654 byte(s)
Diff to previous 41040
Implemented -extfeat option.

Revision 41040 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 11 20:56:15 2009 UTC (15 years, 2 months ago) by vasilche
File length: 25109 byte(s)
Diff to previous 40679
Honor maxplex option. Added timeout option.

Revision 40679 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 10 14:21:17 2009 UTC (15 years, 3 months ago) by dicuccio
File length: 23718 byte(s)
Diff to previous 37831
Add flag to instantiate gaps in FASTA output

Revision 37831 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 8 15:27:40 2008 UTC (15 years, 11 months ago) by ucko
File length: 23664 byte(s)
Diff to previous 33815
Various improvements to CFastaOstream, mostly per Christiam Camacho's
feedback:
 * Rename flags from eFlagName to fFlagName; update in-tree usage, but
   continue to support the historical names for now.
 * Add a new fSuppressRange flag to gloss over the distinction between
   excerpts and full sequences.
 * Add a new fReverseStrand flag to flip the (typically implicit) location.
 * Add a new fKeepGTSigns flag to allow titles to contain embedded '>'
   characters, to accommodate listing further equivalent deflines.
 * Throw CObjmgrUtilException with subtype eBadLocation when passed an
   out-of-range location.  (JIRA: CXX-306)

Revision 33815 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 4 17:18:18 2007 UTC (17 years ago) by kazimird
File length: 23664 byte(s)
Diff to previous 32839
Fixed svn properties in trunk/c++.

Revision 32839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 20:41:55 2007 UTC (17 years, 1 month ago) by kazimird
File length: 23664 byte(s)
Diff to previous 32607
CVS $Log$ keyword clean-up: everything except "internal".

Revision 32607 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 20 16:00:19 2007 UTC (17 years, 2 months ago) by ucko
File length: 31824 byte(s)
Diff to previous 24851
Increase the -gi (and -ent) limit to kMax_Int.

Revision 24851 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 25 15:52:35 2005 UTC (18 years, 6 months ago) by ucko
File length: 31824 byte(s)
Diff to previous 24835
Rename ff to ffg due to Mac-specific namespace pollution.

Revision 24835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 25 12:10:40 2005 UTC (18 years, 6 months ago) by dicuccio
File length: 31716 byte(s)
Diff to previous 23053
Use the new flat file generator

Revision 23053 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 29 18:21:45 2005 UTC (18 years, 10 months ago) by ucko
File length: 31785 byte(s)
Diff to previous 22674
When parsing exotic ID formats, parse versions ourself rather than
requiring CSeq_id to have an extra constructor.

Revision 22674 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 3 16:27:50 2005 UTC (18 years, 11 months ago) by lavr
File length: 31583 byte(s)
Diff to previous 18659
Explicit (unsigned char) casts in ctype routines

Revision 18659 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 1 19:33:10 2004 UTC (19 years, 6 months ago) by grichenk
File length: 31471 byte(s)
Diff to previous 16741
Removed deprecated methods

Revision 16741 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 21 15:51:26 2004 UTC (19 years, 9 months ago) by grichenk
File length: 31351 byte(s)
Diff to previous 15746
CObjectManager made singleton, GetInstance() added.
CXXXXDataLoader constructors made private, added
static RegisterInObjectManager() and GetLoaderNameFromArgs()
methods.

Revision 15746 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 21 21:42:56 2004 UTC (19 years, 11 months ago) by gorelenk
File length: 31134 byte(s)
Diff to previous 15218
Added PCH ncbi_pch.hpp

Revision 15218 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 26 20:46:11 2004 UTC (20 years ago) by ucko
File length: 31036 byte(s)
Diff to previous 15212
Fix typo that accidentally introduced an implicit temporary CSeq_id.

Revision 15212 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 26 16:53:17 2004 UTC (20 years ago) by ucko
File length: 30919 byte(s)
Diff to previous 12819
Don't try to pass temporary CSeq_id objects, even by const reference,
as CSeq_id has no public copy constructor.

Revision 12819 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 5 17:59:34 2004 UTC (20 years, 3 months ago) by vasilche
File length: 30749 byte(s)
Diff to previous 11658
Moved genbank loader and its readers sources to new location in objtools.
Genbank is now in library libncbi_xloader_genbank.
Id1 reader is now in library libncbi_xreader_id1.
OBJMGR_LIBS macro updated correspondingly.

Old headers temporarily will contain redirection to new location
for compatibility:
objmgr/gbloader.hpp > objtools/data_loaders/genbank/gbloader.hpp
objmgr/reader_id1.hpp > objtools/data_loaders/genbank/readers/id1/reader_id1.hpp

Revision 11658 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 13:48:51 2003 UTC (20 years, 6 months ago) by grichenk
File length: 30211 byte(s)
Diff to previous 9174
Redesigned type aliases in serialization library.
Fixed the code (removed CRef-s, added explicit
initializers etc.)

Revision 9174 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 2 16:06:43 2003 UTC (20 years, 11 months ago) by dicuccio
File length: 30008 byte(s)
Diff to previous 8850
Rearranged src/objects/ subtree.  This includes the following shifts:
    - src/objects/asn2asn --> arc/app/asn2asn
    - src/objects/testmedline --> src/objects/ncbimime/test
    - src/objects/objmgr --> src/objmgr
    - src/objects/util --> src/objmgr/util
    - src/objects/alnmgr --> src/objtools/alnmgr
    - src/objects/flat --> src/objtools/flat
    - src/objects/validator --> src/objtools/validator
    - src/objects/cddalignview --> src/objtools/cddalignview
In addition, libseq now includes six of the objects/seq... libs, and libmmdb
replaces the three libmmdb? libs.

Revision 8850 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 13 17:14:17 2003 UTC (20 years, 11 months ago) by ucko
File length: 29398 byte(s)
Diff to previous 8603
Direct flat output to *m_OutputFile rather than hard-coding cout.

Revision 8603 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 24 16:17:10 2003 UTC (21 years ago) by vasilche
File length: 29276 byte(s)
Diff to previous 8383
Added '-repeat' option.
Updated includes.

Revision 8383 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 16:00:15 2003 UTC (21 years ago) by ucko
File length: 28980 byte(s)
Diff to previous 8272
Give all RPC clients unique basenames.

Revision 8272 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 17:45:25 2003 UTC (21 years, 1 month ago) by ucko
File length: 28882 byte(s)
Diff to previous 7932
Switch to new (differently buggy ;-)) flat-file generator.
Drop s_SplitString, as NStr::Tokenize does the same thing.

Revision 7932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 10 18:48:48 2003 UTC (21 years, 1 month ago) by kuznets
File length: 28758 byte(s)
Diff to previous 6690
iterate->ITERATE

Revision 6690 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 13 20:14:51 2002 UTC (21 years, 5 months ago) by ucko
File length: 28691 byte(s)
Diff to previous 5984
Rework to take advantage of new ID1 and Entrez2 client classes
generated by datatool

Revision 5984 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 27 21:41:53 2002 UTC (21 years, 8 months ago) by ucko
File length: 32380 byte(s)
Diff to previous 5899
Use CFastaOstream rather than custom code.
Fix spelling of NONEXISTENT.

Revision 5899 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 14 20:28:02 2002 UTC (21 years, 8 months ago) by ucko
File length: 33517 byte(s)
Diff to previous 5656
Fix behavior when given a list of IDs.

Revision 5656 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 11 14:23:48 2002 UTC (21 years, 9 months ago) by gouriano
File length: 33365 byte(s)
Diff to previous 5563
exceptions replaced by CNcbiException-type ones

Revision 5563 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 28 17:25:53 2002 UTC (21 years, 10 months ago) by grichenk
File length: 33253 byte(s)
Diff to previous 5442
+Error message if a GI was not found

Revision 5442 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 12 16:51:55 2002 UTC (21 years, 10 months ago) by lavr
File length: 33057 byte(s)
Diff to previous 5380
Take advantage of CONNECT_Init()

Revision 5380 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 7 16:13:34 2002 UTC (21 years, 10 months ago) by ucko
File length: 33009 byte(s)
Diff to previous 5361
GetTitle() is now in sequence::.

Revision 5361 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 6 23:46:24 2002 UTC (21 years, 10 months ago) by vakatov
File length: 32919 byte(s)
Diff to previous 5063
Use GetTitle() from <objects/util/sequence.hpp>

Revision 5063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 6 16:13:46 2002 UTC (22 years ago) by ucko
File length: 32872 byte(s)
Diff to previous 5057
Merge in Andrei Gourianov's changes to use the new OM (thanks!)
Remove some dead code.
Don't automatically turn on tracing, even when building with _DEBUG;
it is always possible to set DIAG_TRACE in the environment instead.
Move CVS log to end.

Revision 5057 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 6 03:33:09 2002 UTC (22 years ago) by vakatov
File length: 31151 byte(s)
Diff to previous 4479
OM/OM1 renaming

Revision 4479 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 11 21:52:05 2002 UTC (22 years, 1 month ago) by lavr
File length: 31078 byte(s)
Diff to previous 4096
Print complete debug and trace information when compiled with _DEBUG

Revision 4096 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 16 22:14:00 2002 UTC (22 years, 3 months ago) by ucko
File length: 30947 byte(s)
Diff to previous 3920
Removed CRef<> argument from choice variant setter, updated sources to
use references instead of CRef<>s

Revision 3920 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 7 21:15:16 2001 UTC (22 years, 4 months ago) by ucko
File length: 30788 byte(s)
Diff to previous 3919
Remove duplicate includes.

Revision 3919 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 7 21:11:01 2001 UTC (22 years, 4 months ago) by grichenk
File length: 30836 byte(s)
Diff to previous 3918
Fixed includes to work with the updated datatool

Revision 3918 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 7 21:03:47 2001 UTC (22 years, 4 months ago) by ucko
File length: 30608 byte(s)
Diff to previous 3824
Add #includes required by new datatool version.

Revision 3824 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 16 16:06:45 2001 UTC (22 years, 5 months ago) by ucko
File length: 30385 byte(s)
Diff to previous 3744
Handle new Entrez docsum interface properly.

Revision 3744 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 26 14:49:16 2001 UTC (22 years, 6 months ago) by ucko
File length: 30077 byte(s)
Diff to previous 3708
Restructured to avoid CRefs as arguments.

Revision 3708 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 23 20:05:12 2001 UTC (22 years, 6 months ago) by ucko
File length: 30104 byte(s)
Diff to previous 3654
Request ASCII from CSeq_vector.

Revision 3654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 21:17:53 2001 UTC (22 years, 6 months ago) by ucko
File length: 29988 byte(s)
Diff to previous 3612
Seq_vector now properly starts from zero rather than one; adjust code
that uses it accordingly.

Revision 3612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 19:32:58 2001 UTC (22 years, 6 months ago) by ucko
File length: 29840 byte(s)
Diff to previous 3611
move BREAK to a central location; move CBioseq::GetTitle to object manager

Revision 3611 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 15:34:16 2001 UTC (22 years, 6 months ago) by ucko
File length: 29865 byte(s)
Diff to previous 3610
Edit in-source version of CVS log to avoid end-of-comment marker.  (Oops.)

Revision 3610 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 15:29:08 2001 UTC (22 years, 6 months ago) by ucko
File length: 29720 byte(s)
Diff to previous 3598
Drop */util/asciiseqdata.* in favor of CSeq_vector.
Rewrite GenBank output code to take fuller advantage of the object manager.

Revision 3598 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 10 16:02:53 2001 UTC (22 years, 6 months ago) by ucko
File length: 29725 byte(s)
Diff to previous 3576
Clean up includes.

Revision 3576 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 19:11:56 2001 UTC (22 years, 7 months ago) by ucko
File length: 29824 byte(s)
Diff to previous 3521
Centralize (rudimentary) code to get a sequence's title.

Revision 3521 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 25 20:31:13 2001 UTC (22 years, 7 months ago) by ucko
File length: 29918 byte(s)
Diff to previous 3519
Work around bug in Workshop's handling of declarations in for-loop
initializers.

Revision 3519 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 25 20:12:06 2001 UTC (22 years, 7 months ago) by ucko
File length: 29632 byte(s)
Diff to previous 3511
More cleanups from Denis.
Put utility code in the objects namespace.
Moved utility code to {src,include}/objects/util (to become libxobjutil).
Moved static members of CGenbankWriter to above their first use.

Revision 3511 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 25 13:26:36 2001 UTC (22 years, 7 months ago) by lavr
File length: 29003 byte(s)
Diff to previous 3483
CConn_ServiceStream() - arguments adjusted

Revision 3483 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 24 03:22:09 2001 UTC (22 years, 7 months ago) by vakatov
File length: 28904 byte(s)
Diff to previous 3477
Un-#include <cstdlib> and <cctype> which break IRIX/MIPSpro compilation and
apparently are not needed after all

Revision 3477 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 21 22:38:59 2001 UTC (22 years, 7 months ago) by ucko
File length: 28786 byte(s)
Diff to previous 3366
Cope with new Entrez interface; fix MSVC build.

Revision 3366 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 5 16:25:56 2001 UTC (22 years, 7 months ago) by ucko
File length: 28414 byte(s)
Diff to previous 3364
Adapted to latest revision of object manager interface.

Revision 3364 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 5 14:44:59 2001 UTC (22 years, 7 months ago) by ucko
File length: 28307 byte(s)
Diff to previous 3358
Use NStr::IntToString instead of Stringify.

Revision 3358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 4 16:20:54 2001 UTC (22 years, 8 months ago) by ucko
File length: 28190 byte(s)
Diff to previous 3149
Dramatically fleshed out id1_fetch

Revision 3149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 19 19:40:20 2001 UTC (22 years, 9 months ago) by lavr
File length: 7136 byte(s)
Diff to previous 2932
Typo fixed

Revision 2932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 1 18:43:44 2001 UTC (22 years, 11 months ago) by vakatov
File length: 7075 byte(s)
Diff to previous 2828
Comment out excessive debug/trace printout

Revision 2828 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 16 17:55:40 2001 UTC (22 years, 11 months ago) by grichenk
File length: 6971 byte(s)
Diff to previous 2820
Redesigned support for non-blocking sream read operations

Revision 2820 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 11 20:41:19 2001 UTC (22 years, 11 months ago) by grichenk
File length: 6866 byte(s)
Diff to previous 2809
Added support for non-blocking stream reading

Revision 2809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 11 14:06:45 2001 UTC (22 years, 11 months ago) by grichenk
File length: 6658 byte(s)
Diff to previous 2719
The first working revision

Revision 2719 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 13 14:09:34 2001 UTC (23 years ago) by grichenk
File length: 6564 byte(s)
Diff to previous 2700
Next debug version, still not working

Revision 2700 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Apr 10 22:39:04 2001 UTC (23 years ago) by vakatov
File length: 6100 byte(s)
Initial revision.
Compiles and links, but apparently is not working yet.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

NCBI Systems Team">NCBI Systems Team
ViewVC Help
Powered by ViewVC 1.1.20  

HHS Vulnerability Disclosure