Commit graph

112 commits

Author SHA1 Message Date
cxl
04845518d4 ide/cpp: Fixed issue with mingw includes #1207
git-svn-id: svn://ultimatepp.org/upp/trunk@8756 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-26 21:43:34 +00:00
cxl
024fa1ac8d cpp: inline namespace now ignored
git-svn-id: svn://ultimatepp.org/upp/trunk@8752 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-26 08:27:11 +00:00
cxl
27c0c297d5 cpp: C++11 completed
git-svn-id: svn://ultimatepp.org/upp/trunk@8750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-26 08:18:04 +00:00
cxl
acab0cf50b cpp: decltype, trailing return type support
git-svn-id: svn://ultimatepp.org/upp/trunk@8747 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-25 10:39:38 +00:00
cxl
6e556cf0c9 cpp: C++11 features
git-svn-id: svn://ultimatepp.org/upp/trunk@8745 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-24 20:35:15 +00:00
cxl
b056b3dd25 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8734 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-23 17:35:15 +00:00
cxl
62da118726 cpp: fixed issue with jump to partially qualified method #1196
git-svn-id: svn://ultimatepp.org/upp/trunk@8728 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-23 08:00:36 +00:00
cxl
c7946b2baa cpp: Fixed issue with pointers #1189
git-svn-id: svn://ultimatepp.org/upp/trunk@8720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-22 06:59:03 +00:00
cxl
cf1dc17dac ide: Fixed to compile in c++11
git-svn-id: svn://ultimatepp.org/upp/trunk@8713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-20 18:11:44 +00:00
cxl
a020192de1 cpp: Lambda support
git-svn-id: svn://ultimatepp.org/upp/trunk@8712 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-20 17:56:51 +00:00
cxl
8d08a282bf cpp: auto/for handling improved for standard containers
git-svn-id: svn://ultimatepp.org/upp/trunk@8710 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-20 15:09:33 +00:00
cxl
d651634084 cpp: auto fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@8708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-19 17:54:48 +00:00
cxl
88449aa166 cpp: C++11 for(auto x: v) now supported
git-svn-id: svn://ultimatepp.org/upp/trunk@8705 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-19 16:27:03 +00:00
cxl
a1ac723673 cpp: 'auto' support
git-svn-id: svn://ultimatepp.org/upp/trunk@8703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-19 10:43:21 +00:00
cxl
4ec77506fb cpp: Expression refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@8700 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-18 12:49:23 +00:00
cxl
4147dfb66a cpp: Fixed issue with wrong comment detection
git-svn-id: svn://ultimatepp.org/upp/trunk@8692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-16 18:41:19 +00:00
cxl
3303e760bb Fixed issue with code grounding #1164, docs
git-svn-id: svn://ultimatepp.org/upp/trunk@8624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-30 20:23:23 +00:00
cxl
2b98597370 CtrlCore: Added namespaces to platform specific headers to fix Assist++ popup.Ctrl::PopUp problem #1154
git-svn-id: svn://ultimatepp.org/upp/trunk@8614 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-28 18:52:07 +00:00
cxl
62bb7634f6 cpp: Now able to handle K&R style function headers #1136
git-svn-id: svn://ultimatepp.org/upp/trunk@8611 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-28 13:28:47 +00:00
cxl
e0f645bdb6 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8588 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-24 06:36:04 +00:00
cxl
74c735c2b8 ide: Fixed cpp issue with false unnamed variables #872
git-svn-id: svn://ultimatepp.org/upp/trunk@8581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-22 14:31:29 +00:00
cxl
5e4512cac7 cpp: Autocomplete of functions with templated return value #1104
git-svn-id: svn://ultimatepp.org/upp/trunk@8561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-19 07:43:09 +00:00
cxl
46f973cb9c .removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8548 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-15 15:40:11 +00:00
cxl
cf19293869 cpp: CppItem::using_namespaces was not serialized #1122
git-svn-id: svn://ultimatepp.org/upp/trunk@8547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-15 15:33:40 +00:00
cxl
503f2e9407 cpp: Fixed issue with flat includes #1115
git-svn-id: svn://ultimatepp.org/upp/trunk@8544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-14 17:09:00 +00:00
cxl
0d87ac1cd6 uppsrc: cosmetics: //$- around all Expands
git-svn-id: svn://ultimatepp.org/upp/trunk@8537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-13 18:13:59 +00:00
cxl
7bda84de8c .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8536 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-13 14:39:57 +00:00
cxl
10ef489d52 cpp: dependency detection refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@8525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-08 20:19:44 +00:00
cxl
6ebd85522d .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8524 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-08 04:39:15 +00:00
cxl
bc4a69bf6a cpp: this-> now shows private symbols too
git-svn-id: svn://ultimatepp.org/upp/trunk@8523 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-07 15:21:44 +00:00
cxl
300b220ce9 cpp: Scope issue with macro fix #1099
git-svn-id: svn://ultimatepp.org/upp/trunk@8502 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-03 07:21:43 +00:00
cxl
a66fcdb838 cpp: Fixed issue with #define inside the scope #1099
git-svn-id: svn://ultimatepp.org/upp/trunk@8501 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-03 07:06:22 +00:00
cxl
c1b2a4a5dc .cpp: global assist fixed, jump fixed, duplicates fixed #1078, #1066
git-svn-id: svn://ultimatepp.org/upp/trunk@8494 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-01 15:04:52 +00:00
cxl
bad151ba53 cpp: Fixed issue with confict of flat include and visited headers #1090
git-svn-id: svn://ultimatepp.org/upp/trunk@8487 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-29 14:03:38 +00:00
cxl
3cdf5999c3 cpp: Fixed grounding issue (label with tab after ':') #1096
git-svn-id: svn://ultimatepp.org/upp/trunk@8480 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-28 17:32:47 +00:00
cxl
af0ede4aca .cpp namespace KIND string
git-svn-id: svn://ultimatepp.org/upp/trunk@8470 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-22 07:17:11 +00:00
cxl
b4308009df .cpp: Reorganized
git-svn-id: svn://ultimatepp.org/upp/trunk@8468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-22 07:02:28 +00:00
cxl
d1f9ecbe82 ide/cpp: global.defs and workspackes defs #1086
git-svn-id: svn://ultimatepp.org/upp/trunk@8462 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-18 13:01:14 +00:00
cxl
6e644d5c9c ide: cpp: Alt+C works again #1060
git-svn-id: svn://ultimatepp.org/upp/trunk@8461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-18 08:38:41 +00:00
cxl
8edeaac6b4 .cpp: IGNORE_ELSE solving push_back problem #1079
git-svn-id: svn://ultimatepp.org/upp/trunk@8458 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-17 17:42:35 +00:00
cxl
7cb3472e51 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8457 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-17 16:13:34 +00:00
cxl
2852273a6e .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-17 11:58:37 +00:00
cxl
4d1c45aa50 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8451 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-15 10:19:56 +00:00
cxl
23f81cd8eb .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-14 21:27:51 +00:00
cxl
4ae42c23b6 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-14 13:56:34 +00:00
cxl
3d9e13e4e4 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8445 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-13 14:01:22 +00:00
cxl
f85d4f6472 cpp: fixed comment issue
git-svn-id: svn://ultimatepp.org/upp/trunk@8437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-12 17:21:40 +00:00
cxl
9ffdf5e847 .cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-12 15:07:55 +00:00
cxl
75304bcf39 ide: cpp: Linux sys includes #1058, some more ignores
git-svn-id: svn://ultimatepp.org/upp/trunk@8435 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-12 12:51:18 +00:00
cxl
22af95ab6a ide: CppParser fixed to compile in CLANG11
git-svn-id: svn://ultimatepp.org/upp/trunk@8434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-12 06:44:09 +00:00