CVS log for pisa/pisa_data.cpp

(logo)

Help

(back) Up to [CCP4] / pisa

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Nov 1 15:17:01 2011 UTC (6 months, 3 weeks ago) by ekr
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +37 -15 lines
Diff to previous 1.11
Makes use of environemntal variables in pisa configuration file

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Jul 26 12:04:32 2011 UTC (9 months, 4 weeks ago) by ekr
Branch: MAIN
CVS Tags: release-6_2_991
Changes since 1.10: +73 -12 lines
Diff to previous 1.10
added exclusion of ligands on demand

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Jul 1 14:49:45 2010 UTC (22 months, 3 weeks ago) by ccb
Branch: MAIN
CVS Tags: release-6_2_0, release-6_1_24
Changes since 1.9: +17 -3 lines
Diff to previous 1.9
allow env override for dataRoot

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jul 1 11:34:45 2010 UTC (22 months, 3 weeks ago) by ccb
Branch: MAIN
CVS Tags: pisa-1_06
Changes since 1.8: +161 -111 lines
Diff to previous 1.8
update to pisa 1.06

Revision 1.7.2.4 / (view) - annotate - [select for diffs] , Tue Jun 8 16:24:07 2010 UTC (23 months, 2 weeks ago) by ccb
Branch: windows-6_1
CVS Tags: release-6_1_13
Changes since 1.7.2.3: +3 -3 lines
Diff to previous 1.7.2.3 to branch point 1.7 to next main 1.8
bug 4239, windows changes that did not get put into the non-windows code

Revision 1.7.2.3 / (view) - annotate - [select for diffs] , Thu Mar 18 14:40:18 2010 UTC (2 years, 2 months ago) by rvy34
Branch: windows-6_1
Changes since 1.7.2.2: +4 -4 lines
Diff to previous 1.7.2.2 to branch point 1.7
Index: pisa_data.cpp
===================================================================
RCS file: /ccpdisk/xtal/CVSROOT/pisa/pisa_data.cpp,v
retrieving revision 1.7.2.2
diff -u -r1.7.2.2 pisa_data.cpp
--- pisa_data.cpp   3 Sep 2009 16:13:40 -0000   1.7.2.2
+++ pisa_data.cpp   11 Mar 2010 13:33:29 -0000
@@ -395,7 +395,7 @@
 }

 #if defined(_MSC_VER) || defined (WIN32)
-int CPISAData::makeCrDir ( pstr sessionName )  {
+int CPISAData::makeCrDir ( cpstr sessionName )  {
 struct _finddata_t dir;
 long hfile;
 int   rc;
@@ -440,7 +440,7 @@
 #endif

 #if defined(_MSC_VER) || defined (WIN32)
-int CPISAData::checkCrDir ( pstr sessionName )  {
+int CPISAData::checkCrDir ( cpstr sessionName )  {
 struct _finddata_t dir;
 int   rc;
 long hfile;
@@ -732,7 +732,7 @@

 }

-int CPISAData::StartTextOutput ( RCFile f, pstr fileName )  {
+int CPISAData::StartTextOutput ( RCFile f, cpstr fileName )  {
   f.assign ( fileName,True );
   if (f.rewrite())  {
     f.Write ( "\n PISA "PISAVersion"   Session " );

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Sep 8 16:24:00 2009 UTC (2 years, 8 months ago) by ccb
Branch: MAIN
Changes since 1.7: +75 -5 lines
Diff to previous 1.7
merge in branch changes as of 08_09_2009

Revision 1.7.2.2 / (view) - annotate - [select for diffs] , Thu Sep 3 16:13:40 2009 UTC (2 years, 8 months ago) by rmk65
Branch: windows-6_1
CVS Tags: release-6_1_3, branch-merge-08_09_2009
Changes since 1.7.2.1: +6 -5 lines
Diff to previous 1.7.2.1 to branch point 1.7
Fix for strlen on tmp when tmp is not string. Bugzilla #3998

Revision 1.7.2.1 / (view) - annotate - [select for diffs] , Thu Jul 2 12:16:53 2009 UTC (2 years, 10 months ago) by ccb
Branch: windows-6_1
CVS Tags: release-6_1_2
Changes since 1.7: +71 -2 lines
Diff to previous 1.7
bug 3915, changes for windows

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Jan 30 17:56:45 2009 UTC (3 years, 3 months ago) by ccb
Branch: MAIN
CVS Tags: windows-6_1-root, release-6_1_1, pre-merge_08_09_2009
Branch point for: windows-6_1
Changes since 1.6: +17 -5 lines
Diff to previous 1.6
bug 3660, allow environmental override of PISA_WORK_ROOT

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Jan 30 16:14:27 2009 UTC (3 years, 3 months ago) by ccb
Branch: MAIN
Changes since 1.5: +11 -6 lines
Diff to previous 1.5
bug 3660, separate out dataRoot and workRoot

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Sep 26 15:38:13 2008 UTC (3 years, 7 months ago) by ccb
Branch: MAIN
CVS Tags: release-6_1_0
Changes since 1.4: +16 -14 lines
Diff to previous 1.4
update from EK

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Dec 5 17:06:52 2007 UTC (4 years, 5 months ago) by ccb
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
bug 2753, env variable override of workRoot

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Dec 5 16:49:44 2007 UTC (4 years, 5 months ago) by ccb
Branch: MAIN
Changes since 1.2: +11 -6 lines
Diff to previous 1.2
bug 2752, separate work and data areas

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Oct 10 15:16:10 2007 UTC (4 years, 7 months ago) by ccb
Branch: MAIN
Changes since 1.1: +11 -2 lines
Diff to previous 1.1
bug 2661, add CCP4-MG interface

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Wed Apr 4 14:48:12 2007 UTC (5 years, 1 month ago) by ccb
Branch: krissinel
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
PISA source tree

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Apr 4 14:48:12 2007 UTC (5 years, 1 month ago) by ccb
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

ccp4@ccp4.ac.uk
Powered by
ViewCVS 0.9.3