cxl
37e050fda4
ide: brc zstd option restored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11082 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-14 09:44:57 +00:00
cxl
72e7c17acc
ide: Zstd option removed from brc options until makefile generation is resolved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-12 14:07:47 +00:00
cxl
c24f27cdb0
.compile fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11062 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-10 11:34:10 +00:00
cxl
dc43f41756
BRC now support LZ4, LZMA and Zstd compression
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11043 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-01 09:26:27 +00:00
cxl
fa36aaa477
removed DDUMPs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-22 18:24:34 +00:00
cxl
5cce1029fc
ide: Fixed problems with executing binary with spaces in the path
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11023 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-22 09:27:17 +00:00
klugier
5a07b3ed02
.ide .cosmetic #1682 .
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11018 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-17 14:37:53 +00:00
klugier
02db5708ab
.ide Host::Launch() now can handle application that has got spaces in theires names.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11017 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-17 14:21:36 +00:00
cxl
e99c6b480c
TextDiffCtrl: Directory comparison now can show/filter new/modified/removed files
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11011 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-16 17:52:22 +00:00
klugier
e528b59fb9
.ide Channge logger subclasses to more simple Logd, Logi, Logw, Loge.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11009 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-16 16:28:58 +00:00
klugier
b42bedba88
.ide add missing LoggingLevel::NONE string conversion.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-16 11:32:57 +00:00
klugier
a3d2aeee6d
.ide Logger now accepts NONE level of logging to turn off logging completly.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-16 11:24:02 +00:00
klugier
c1021f47ab
.ide Logger sub classes are now generated with macro instead of plain code.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-16 11:20:49 +00:00
klugier
a339ab6536
.ide Create logger for the long term TheIDE monitoring.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-15 22:27:51 +00:00
klugier
20d112885c
.ide Gdb now creates command basing on host behavior not local enviroment.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10973 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-26 19:12:10 +00:00
klugier
fdbb0f4fe3
.ide .rc file works when upp localization contains space on GCC.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-26 13:53:48 +00:00
klugier
564906174d
.ide executable path is now normalized when passing it to gdb command. #1661
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10958 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-19 20:02:29 +00:00
klugier
6f7cb330b4
.ide BLITZ for Android works on Android and added support for Android verbose builds.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10952 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-18 23:49:10 +00:00
klugier
8b7ac3be2a
.ide Android builder now supports BLITZ.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10948 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-18 00:25:18 +00:00
cxl
763f442a4f
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10940 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-13 11:13:35 +00:00
cxl
335d2122af
ide: per-package setting of tabsize
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10872 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-02-22 11:52:45 +00:00
amrein
bab81aef26
Use $(Dollar) to escape the "$" char (see doc for howto use it with BSD make), Fix Makefiles using $(OutFile) (compilation would fail if they used spaces) and update POSIX/X11 documentation
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10820 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-02-03 18:02:34 +00:00
klugier
f2e869b43c
Android can be treated as regular host - thanks SenderGhost!
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10798 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-29 19:51:39 +00:00
klugier
c29119089a
AndroidBuilder now doesn't undefine platform flags.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10789 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-28 18:13:01 +00:00
cxl
a84138e079
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-28 16:39:29 +00:00
amrein
94f09e3d5c
Allow to specify custom platform flags (and create Makefiles for other platforms than the current running one or Linux when using snapshots)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10778 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-27 23:11:09 +00:00
amrein
d68568b282
Using "$$$$" to escape '$' in files names for Makefile works on BSD with make but doesn't work with gmake.
...
-> We will only escape '$' with "$$" and I will change the documentation to ask users to install gmake and tell them about the issue if they still wants to use make.
git-svn-id: svn://ultimatepp.org/upp/trunk@10719 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 11:53:19 +00:00
cxl
48407c46e1
ide: Changed makefile $ escape to $$$$ (thanks amrein)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10716 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 09:30:15 +00:00
klugier
122f7fb6b7
Core can be fully compiled on Windows with Android Builder.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10672 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 22:55:56 +00:00
cxl
def1ec1f92
u++: init files removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-12 06:36:54 +00:00
cxl
62d921fcb0
ide: Spellchecking comments
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-30 10:41:05 +00:00
cxl
66d90187c6
ide: Fixed problems with package renaming
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-28 09:21:16 +00:00
cxl
44037d6a0c
'Event' branch merged into trunk (Callback now deprecated)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:15:05 +00:00
cxl
dde286f19e
ide: build_info.h fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9860 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-21 15:06:11 +00:00
cxl
9990ad3385
ide: Optimal mode removed, it is no either debug or release
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9859 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-21 13:07:05 +00:00
klugier
9bd388c679
Invalid build method error is now more verbose (umk/ide)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9833 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-15 11:11:55 +00:00
cxl
5edae0e110
.reorganizing
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
1c66275113
ide: CParser usage added catches
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-02-04 19:44:09 +00:00
klugier
5b74526bda
Implement better cleaning mechanisms within AndroidBuilder
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-11 20:53:56 +00:00
cxl
9cbcb1535f
ide: TDM64 instant setup
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-28 11:28:17 +00:00
klugier
6f33cfa477
AndroidBuilder now full independent from ide
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9061 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-20 21:56:47 +00:00
cxl
b4478f671c
cpp: using style typedefs improved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-12 12:09:03 +00:00
cxl
7f7f3d4847
.removed DDUMP
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8953 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-20 17:05:19 +00:00
cxl
d248310ba1
ide: Problem with #include <float.h>
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8951 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-20 16:42:55 +00:00
cxl
41fb9d458c
.developing external import
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8901 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-06 08:43:22 +00:00
cxl
0e212aa3a5
Fixed issue with Edit as text..
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8771 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-30 13:13:49 +00:00
klugier
20e70e8074
Added support for more advence package hierarchy in AndroidBuilder
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-18 20:13:51 +00:00
cxl
33c73f1caf
Fixed to compile in Linux
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8693 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-16 19:07:21 +00:00
cxl
2a75ef39f2
ide: UTF16 support, UTF BOM autodetection #1049
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8680 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-13 14:29:44 +00:00
klugier
8b8f539bb9
Android builder from now can handle native activity
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8675 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-12 09:25:44 +00:00