CVS log for pegasus/src/Pegasus/Common/String.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: PEGASUS_2_5_0_PerformanceDev-branch

Revision 1.111.2.16 / (view) - annotate - [select for diffs] , Fri Oct 7 13:47:33 2005 UTC (18 years, 8 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.15: +80 -4 lines
Diff to previous 1.111.2.15 to branch point 1.111 to next main 1.112
BUG#: 4200
TITLE: String Performance Optimizations

DESCRIPTION: Fixed bug in String. Integrate isupper/islower tables with
String.cpp (migrated from CharSet.h).

Revision 1.111.2.15 / (view) - annotate - [select for diffs] , Tue Oct 4 21:25:15 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-r2
Changes since 1.111.2.14: +22 -0 lines
Diff to previous 1.111.2.14 to branch point 1.111
BUG#: 4200
TITLE: String optimizations.

DESCRIPTION: Added conditional compile macros around new String interfaces.

Revision 1.111.2.14 / (view) - annotate - [select for diffs] , Tue Oct 4 14:55:24 2005 UTC (18 years, 9 months ago) by chuck
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.13: +15 -17 lines
Diff to previous 1.111.2.13 to branch point 1.111
BUG#: 4200
TITLE: Pegasus String performs poorly

DESCRIPTION: Go back to PEGASUS_HAS_ICU as the ICU compile switch

Revision 1.111.2.13 / (view) - annotate - [select for diffs] , Tue Oct 4 14:36:36 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-r1
Changes since 1.111.2.12: +9 -8 lines
Diff to previous 1.111.2.12 to branch point 1.111
BUG#: 4200
TITLE: Performance string optimizations

DESCRIPTION: XmlWriter optimizations

Revision 1.111.2.12 / (view) - annotate - [select for diffs] , Tue Oct 4 14:20:35 2005 UTC (18 years, 9 months ago) by chuck
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.11: +46 -13 lines
Diff to previous 1.111.2.11 to branch point 1.111
BUG#: 4200
TITLE: Pegasus String functions perform poorly

DESCRIPTION: Updates to fix bugs when ICU is used.  Also fixed an OS/400 problem
with operator<<

Revision 1.111.2.11 / (view) - annotate - [select for diffs] , Sun Oct 2 01:39:55 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.10: +19 -6 lines
Diff to previous 1.111.2.10 to branch point 1.111
BUG#: 4200
TITLE: Performance Optimizations (XMLWriter)

DESCRIPTION: Optimized string performance in XML.

Revision 1.111.2.10 / (view) - annotate - [select for diffs] , Sun Oct 2 01:16:42 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.9: +8 -3 lines
Diff to previous 1.111.2.9 to branch point 1.111
BUG#: 4200
TITLE: Performance optimizations.

DESCRIPTION: Optimized UTF8 loop handling.

Revision 1.111.2.9 / (view) - annotate - [select for diffs] , Fri Sep 30 19:46:15 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.8: +6 -0 lines
Diff to previous 1.111.2.8 to branch point 1.111
PEP#: 4200
TITLE: Performance optimizations (string)

DESCRIPTION: "Modified By" section to String.cpp.

Revision 1.111.2.8 / (view) - annotate - [select for diffs] , Fri Sep 30 15:28:15 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end
Changes since 1.111.2.7: +2 -0 lines
Diff to previous 1.111.2.7 to branch point 1.111
BUG#: 4200
TITLE: Performance Optimizations

DESCRIPTION: Replaced internal uses of Array<char> with Buffer.

Revision 1.111.2.7 / (view) - annotate - [select for diffs] , Fri Sep 30 11:57:15 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-string-end
Changes since 1.111.2.6: +2 -2 lines
Diff to previous 1.111.2.6 to branch point 1.111
BUG#: 4200
TITLE: Performance optimizations: String

DESCRIPTION: Updated documentation.

Revision 1.111.2.6 / (view) - annotate - [select for diffs] , Thu Sep 29 14:10:55 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.5: +17 -3 lines
Diff to previous 1.111.2.5 to branch point 1.111
PEP#: 4200
TITLE: String optimizations

DESCRIPTION: Made inlining optional with PEGASUS_USE_INTERNAL_INLINES macro.

Revision 1.111.2.5 / (view) - annotate - [select for diffs] , Thu Sep 29 12:40:32 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.4: +5 -5 lines
Diff to previous 1.111.2.4 to branch point 1.111
PEP#: 4200
TITLE: String optimizations

DESCRIPTION: Updated documentation

Revision 1.111.2.4 / (view) - annotate - [select for diffs] , Thu Sep 29 01:22:39 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.3: +5 -5 lines
Diff to previous 1.111.2.3 to branch point 1.111
PEP#: 4200
TITLE: Fixed non-compliant coding naming conventions.

DESCRIPTION: Renamed appendAscii7() to appendASCII7().

Revision 1.111.2.3 / (view) - annotate - [select for diffs] , Thu Sep 29 01:15:27 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.2: +5 -5 lines
Diff to previous 1.111.2.2 to branch point 1.111
PEP#: 4200
TITLE: Fixed non-compliant coding convention

DESCRIPTION: Changed assign_ascii7() to assignAscii7().

Revision 1.111.2.2 / (view) - annotate - [select for diffs] , Thu Sep 29 01:13:57 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111.2.1: +155 -20 lines
Diff to previous 1.111.2.1 to branch point 1.111
BUG#: 4200
TITLE: ASCII-seven-bit optimizations.

DESCRIPTION: Optimized String for ASCII-seven-bit case.

Revision 1.111.2.1 / (view) - annotate - [select for diffs] , Wed Sep 28 01:07:30 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.111: +786 -716 lines
Diff to previous 1.111
BUG#: 4200
TITLE: Performance Optimizations

DESCRIPTION: Rewrite and adaptation of string class.

Revision 1.111 / (view) - annotate - [select for diffs] , Tue May 24 23:48:26 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root
Branch point for: PEGASUS_2_5_0_PerformanceDev-branch, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.110: +2 -3 lines
Diff to previous 1.110
BUG#: 3671
TITLE: Removed unneeded header files.

DESCRIPTION:

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:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2