cxl
d459342376
Core: Container::Pop now with pick allows Poping containers
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10627 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-03 09:37:00 +00:00
cxl
2ccfe7ab06
Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-05 14:46:57 +00:00
cxl
eaf29d806b
Core: Fixed to compile with GCC
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10000 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-03 08:25:21 +00:00
cxl
a1e3b18597
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
d0fdb220c6
Fixed issue with Map
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9913 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-09 12:03:31 +00:00
cxl
f3a46d1d57
New Core fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9769 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-03 06:17:43 +00:00
cxl
5c86036124
.reorganizing
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
7d86da7c5a
fixed with to compile with GCC
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8876 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-31 07:36:43 +00:00
cxl
26c174b151
C++11 initializers
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8873 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-30 16:17:51 +00:00
cxl
6d6da7376d
New Cpp preprocesing parser merged
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-11 17:13:55 +00:00
cxl
93f8b5775e
Core: ValueArray/Map::Pick fixed for GCC, CLANG (11)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7304 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-23 07:28:23 +00:00
cxl
51687976c2
cpp11 branch merged back to to trunk
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
b762a2e1b0
Core: Index, VectorMap, ArrayMap now have HasUnlinked method
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6895 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-10 12:55:28 +00:00
cxl
75b621a014
plugin/FT_fontsys: compilation fix, Core: *Maps now have operator() sugar
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6391 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-04 16:11:53 +00:00
cxl
376c8fcd08
SqlCtrl: ValueMap SqlCtrls::Get, ArrayCtrl: map based Set/Add, fixed some warnings and obsolete pragmas removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-05 12:14:09 +00:00
cxl
6cf6bab74c
Core: [Stable]SortBy[Keys|Values] #494
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6251 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-19 17:19:06 +00:00
cxl
8fc22bf83c
Core: Xmlize/Jsonize of containers moved as container methods
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5506 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-01 19:22:25 +00:00
cxl
affb8a370a
*Core: Fixed problem with ArrayMap::Create (thanks Shire)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 18:15:49 +00:00
cxl
d7ec39f0de
Core: Array, ArrayMap T *Swap(int i, T *newt) variant
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3852 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-11 15:30:01 +00:00
rylek
529afaf310
.Core: fixed recent omission in ArrayMap - added using clause to include AMap's Insert variants previously hidden by Insert(int index, const K& key, T *newt)
...
+Oracle: implemented one of the ugliest interfaces I've ever seen - OracleClob to read/write Oracle CLOB's both in single-character and UTF8 mode
git-svn-id: svn://ultimatepp.org/upp/trunk@3499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-08 19:30:46 +00:00
rylek
1164d686e7
.Sql: modified SqlSession::SetError logic to overwrite last error out of transactions
...
.TSql: adjusted SqlBlock to do a ClearError when starting a transaction
+Core: added ArrayMap::Insert(int i, const K& key, T *newt) in analogy to Array
git-svn-id: svn://ultimatepp.org/upp/trunk@3466 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-27 07:01:41 +00:00
cxl
7744ad3627
Core: More container Adds/Inserts/Sets now return T&
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-17 19:48:40 +00:00
cxl
fea49f3894
Core: Index, Map: GetHash
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2824 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-27 08:08:50 +00:00
cxl
45b79fd439
CtrlLib: ArrayCtrl: WhenMouseMove, ToolTip minor changes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-03 10:42:49 +00:00
cxl
4de7a09eed
Core: *Map::IsPicked
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1656 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-25 20:04:23 +00:00
cxl
9e8d68178a
Adjusted Run dialog
...
git-svn-id: svn://ultimatepp.org/upp/trunk@388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-30 16:07:40 +00:00
mdelfede
d2b54f7989
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