Commit graph

34 commits

Author SHA1 Message Date
Mirek Fidler
54226f44d3 Core: String::Make 2021-09-13 08:59:05 +02:00
cxl
8a186a089e Core: String small hint constructor variant
git-svn-id: svn://ultimatepp.org/upp/trunk@16014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-07 14:20:14 +00:00
cxl
1eec4a3a3f Core: String::Compare optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@15322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-29 11:49:45 +00:00
cxl
699bbb7345 Core: Sort/CoSort refactored, LambdaConvert
git-svn-id: svn://ultimatepp.org/upp/trunk@15301 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-25 13:15:12 +00:00
cxl
86d9143a25 Core: String0::IsEqual fixed not to warn in GCC 10.2
git-svn-id: svn://ultimatepp.org/upp/trunk@15184 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-01 08:47:39 +00:00
cxl
6c5570d7ea Core: Fixed some GCC 10.2 warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@15179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-30 12:57:46 +00:00
cxl
3a3e40bf16 Core: Minor StringBuffer optimisation
git-svn-id: svn://ultimatepp.org/upp/trunk@14891 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-24 15:10:42 +00:00
cxl
0bda8f781e .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@14565 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-07 11:38:43 +00:00
cxl
a5fccb86d9 Painter Painter SSE2 alpha-blending fixed for MacOS (different RGBA layout)
git-svn-id: svn://ultimatepp.org/upp/trunk@14558 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-07 08:33:19 +00:00
cxl
d55f46cbe8 ide: Fixed performance issue with .log highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@14552 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 09:53:29 +00:00
cxl
c7c31ae740 Core: String / char * literal comparison optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@14540 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-03 09:30:29 +00:00
cxl
80a7a09c67 Core: String cleanup
git-svn-id: svn://ultimatepp.org/upp/trunk@14519 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-30 17:27:54 +00:00
cxl
2352d9b58c Core: Mem.h improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14505 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-27 16:39:08 +00:00
cxl
48d2166c08 Core: New highly optimised svo_memcpy, svo_memset, memcpyd functions
git-svn-id: svn://ultimatepp.org/upp/trunk@14488 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-21 17:18:24 +00:00
cxl
3a5b312bf4 Core: String.ReverseFindAfter
git-svn-id: svn://ultimatepp.org/upp/trunk@10381 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-28 16:56:50 +00:00
cxl
8f11c6f135 Core: Huge class
git-svn-id: svn://ultimatepp.org/upp/trunk@10006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-04 08:02:22 +00:00
cxl
da07262264 Core: [W]StringBuffer begin/end aliases (to Begin/End)
git-svn-id: svn://ultimatepp.org/upp/trunk@9995 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-02 15:34:50 +00:00
cxl
85f02a549e Core: String::Compare optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@9402 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-16 13:29:08 +00:00
cxl
87a633dd70 Core: Fixed String::Replace(String(), ..) issue
git-svn-id: svn://ultimatepp.org/upp/trunk@7346 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-05-02 16:26:00 +00:00
cxl
040913b8fd Core: Split/Join/Merge refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@7285 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-21 15:22:49 +00:00
cxl
c27305f476 Core: AString fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@7088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-24 18:00:54 +00:00
cxl
b109812220 ide: Comment/Uncomment block, Core: WString::Replace issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@7085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-24 14:34:50 +00:00
cxl
51ff437d49 Core: String::Find(String) optimizations, refactoring
git-svn-id: svn://ultimatepp.org/upp/trunk@6977 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-02 10:01:14 +00:00
cxl
76f5958b1d Core: [W]String::Find(String) optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@6974 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-01 19:05:54 +00:00
cxl
5a5bce8d04 Core: String::Replace now supports all 4 signature variants (RM #250)
git-svn-id: svn://ultimatepp.org/upp/trunk@4569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 11:19:19 +00:00
cxl
35083af23c Core: force_inline, String now has optimized strlen(literal) situations
git-svn-id: svn://ultimatepp.org/upp/trunk@4225 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-02 08:39:11 +00:00
cxl
bdaf4fa80b *Core: String Replace fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@2768 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-11 10:25:50 +00:00
cxl
54df285bf3 Core: String::Replace
git-svn-id: svn://ultimatepp.org/upp/trunk@2765 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-10 17:58:58 +00:00
cxl
296e44e509 Core: [W]String::ReverseFind
git-svn-id: svn://ultimatepp.org/upp/trunk@2453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-03 17:21:30 +00:00
mdelfede
8bd1df5e52 new uvs2 releases : uppsrc-2601 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@302 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-18 18:49:45 +00:00
mdelfede
2a998c5051 new uvs2 releases : uppsrc-2593 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@298 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-14 09:32:32 +00:00
mdelfede
c4967c3c60 new uvs2 releases : uppsrc-2589 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@293 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-10 19:40:33 +00:00
mdelfede
024c03c51a new uvs2 releases : uppsrc-2586 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@283 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:57:08 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00