cxl
|
9293ed2be0
|
uppsrc: Visual C++ compiler bug [W]StringBuffer workaround
git-svn-id: svn://ultimatepp.org/upp/trunk@15123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2020-09-23 09:37:31 +00:00 |
|
cxl
|
00ddbca917
|
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2019-11-28 11:43:23 +00:00 |
|
cxl
|
9bca5227c8
|
ide: developing PDB pretty printers
git-svn-id: svn://ultimatepp.org/upp/trunk@13701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2019-11-19 15:26:51 +00:00 |
|
cxl
|
fb8115698b
|
Core: Fixed column info in CParser
git-svn-id: svn://ultimatepp.org/upp/trunk@13661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2019-10-30 07:39:28 +00:00 |
|
cxl
|
98ec254741
|
Painter: SVG fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@13492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2019-07-13 07:30:16 +00:00 |
|
cxl
|
584406dcf2
|
Core: CParser::NoSkipComments on empty CParser fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@11888 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2018-04-13 08:49:36 +00:00 |
|
cxl
|
eb9e611256
|
Core: WebSocket - socket handle and wait events access
git-svn-id: svn://ultimatepp.org/upp/trunk@11380 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-10-14 17:36:46 +00:00 |
|
cxl
|
638c3cf1fd
|
Core: LoadFile now able to load files up to 2GB (was 1GB)
git-svn-id: svn://ultimatepp.org/upp/trunk@11281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-08-03 09:30:18 +00:00 |
|
cxl
|
44bf001e3d
|
Core: Minor CParser optimisation
git-svn-id: svn://ultimatepp.org/upp/trunk@11272 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-07-27 14:14:42 +00:00 |
|
cxl
|
bfdc0cd44e
|
Core: JSON now treats string codepoints >0x8000 as surrogate pairs
git-svn-id: svn://ultimatepp.org/upp/trunk@11269 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-07-27 12:38:51 +00:00 |
|
cxl
|
114b1fc8f4
|
Core: CParser universal character escapes support improved
git-svn-id: svn://ultimatepp.org/upp/trunk@11151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-06-09 07:52:03 +00:00 |
|
cxl
|
272d416b91
|
Core: ToUtf8 for single codepoint extented to full UNICODE, CParser now supports \u surrogate pairs
git-svn-id: svn://ultimatepp.org/upp/trunk@11123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-05-26 13:01:21 +00:00 |
|
cxl
|
40509d763c
|
Core: CParser nested comments support (thanks cbpporter)
git-svn-id: svn://ultimatepp.org/upp/trunk@10707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-01-15 09:59:11 +00:00 |
|
cxl
|
cc392cf740
|
Core: CParser::IsNumber(base) fix
git-svn-id: svn://ultimatepp.org/upp/trunk@10634 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-01-03 11:43:44 +00:00 |
|
cxl
|
8ebdcbb0d5
|
uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2016-08-26 17:15:30 +00:00 |
|
cxl
|
49d3de4a8a
|
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
|
b2bed3b9aa
|
Core: CParser now allows tabs in String
git-svn-id: svn://ultimatepp.org/upp/trunk@8145 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2015-02-07 14:53:10 +00:00 |
|
cxl
|
11b8860e80
|
Core: CParser::ReadDouble now allows '.707' (but IsDouble still false)
git-svn-id: svn://ultimatepp.org/upp/trunk@7967 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-12-12 12:54:29 +00:00 |
|
cxl
|
682de33116
|
Core: Resolved skipspaces issue in CParser::Set
git-svn-id: svn://ultimatepp.org/upp/trunk@7681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-09-13 17:15:01 +00:00 |
|
cxl
|
932a2af309
|
CParser: NoSkipComments
git-svn-id: svn://ultimatepp.org/upp/trunk@7320 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-04-26 18:04:58 +00:00 |
|
cxl
|
f84730e39b
|
Core: CParser LineInfoComment, Skylark: Improved witz error handling
git-svn-id: svn://ultimatepp.org/upp/trunk@7318 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-04-26 09:38:18 +00:00 |
|
cxl
|
becb660786
|
CParser: Fixed issue with ReadString and UTF-8
git-svn-id: svn://ultimatepp.org/upp/trunk@7241 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-04-13 06:18:43 +00:00 |
|
cxl
|
54b6f2c9a7
|
Core: IsInf, IsFin
git-svn-id: svn://ultimatepp.org/upp/trunk@6788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-01-18 13:37:30 +00:00 |
|
cxl
|
e0b7e679ac
|
Core: CParser MINGW fix
git-svn-id: svn://ultimatepp.org/upp/trunk@6737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-01-08 19:26:00 +00:00 |
|
cxl
|
d75578279a
|
Core: CParser fixed for MingW #607 (thx koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@6652 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-12-15 13:26:49 +00:00 |
|
cxl
|
4c75f84cff
|
Core: CParser: Fixed overflow checking in ReadDouble / Win32 typo
git-svn-id: svn://ultimatepp.org/upp/trunk@6483 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-10-24 10:00:32 +00:00 |
|
cxl
|
296fbb7226
|
Core: CParser overflow checks FP Win32 #541
git-svn-id: svn://ultimatepp.org/upp/trunk@6469 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-10-23 05:47:29 +00:00 |
|
cxl
|
41e3cbcbf2
|
Core: CParser overflow testing for FP in Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@6468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-10-22 14:58:18 +00:00 |
|
cxl
|
935ce18d3f
|
Core: CParser integer overflow checks
git-svn-id: svn://ultimatepp.org/upp/trunk@6464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-10-21 18:34:13 +00:00 |
|
cxl
|
f090287025
|
Core: .ini now having 'env' mode parsing $VARIABLES (thanks Dolik), fixed ReadInt64 (thanks Hans)
git-svn-id: svn://ultimatepp.org/upp/trunk@6443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-10-18 05:50:25 +00:00 |
|
cxl
|
e51439e784
|
Core: JSON date support, UTC leap seconds
git-svn-id: svn://ultimatepp.org/upp/trunk@6397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-10-06 11:06:24 +00:00 |
|
cxl
|
e199c75782
|
Core: AsCString new flag: ASCSTRING_JSON
git-svn-id: svn://ultimatepp.org/upp/trunk@5176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2012-07-11 09:01:18 +00:00 |
|
cxl
|
89955f303a
|
Core: CParser: GetSpacePtr
git-svn-id: svn://ultimatepp.org/upp/trunk@4235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-12-03 10:26:13 +00:00 |
|
cxl
|
e13ae5cbb3
|
Core: CParser::UnicodeEscape - option to escape javascript's \u, used in JSON
git-svn-id: svn://ultimatepp.org/upp/trunk@4160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-11-11 10:01:15 +00:00 |
|
cxl
|
258d544fac
|
Core: CParser improved const-correctness (many methods are now const)
git-svn-id: svn://ultimatepp.org/upp/trunk@4124 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-11-04 11:55:08 +00:00 |
|
cxl
|
45b871f993
|
Core: CParser::IsId(const char *), improved 'visuals' for ValueArray::ToString
git-svn-id: svn://ultimatepp.org/upp/trunk@4114 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-11-01 19:41:01 +00:00 |
|
cxl
|
2975755fe8
|
*Core: CParser correct issue with characters >128
git-svn-id: svn://ultimatepp.org/upp/trunk@3954 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-10-06 13:29:46 +00:00 |
|
cxl
|
b6ba76f0d5
|
Core: CParser::ReadInt(int min, int max)
git-svn-id: svn://ultimatepp.org/upp/trunk@3367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-04-22 12:40:07 +00:00 |
|
cxl
|
a44ab2417a
|
*uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas
git-svn-id: svn://ultimatepp.org/upp/trunk@2972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-01-08 12:36:46 +00:00 |
|
cxl
|
5fdccf8872
|
*Core: CParser constructor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2010-03-30 16:15:31 +00:00 |
|
cxl
|
bad76742d1
|
Core: CParser now provides information about column of position
git-svn-id: svn://ultimatepp.org/upp/trunk@2209 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2010-03-10 16:00:48 +00:00 |
|
cxl
|
36555d3712
|
CParser::SkipTerm fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2009-03-22 08:22:14 +00:00 |
|
mdelfede
|
cb0ff92715
|
new uvs2 releases : uppsrc-2598 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2008-06-16 23:06:34 +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 |
|