Commit Graph

157 Commits

Author SHA1 Message Date
juha
00bdf8baca IDE: Fix "All Options" parser for FPC 3.x output.
git-svn-id: trunk@47970 -
2015-02-23 20:35:01 +00:00
mattias
85ca70fa50 IDE: clean up
git-svn-id: trunk@47666 -
2015-02-09 21:21:31 +00:00
juha
abf9a845da Deprecate wrappers for LazUTF8 functions in LCLProc.
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +00:00
mattias
bee2faeb7b IDE: added parameters --verbose, --quiet, when building IDE or project and when quit, give message when already building
git-svn-id: trunk@47590 -
2015-02-04 22:30:54 +00:00
juha
9454def0c9 IDE: Fix error in all compiler options parser.
git-svn-id: trunk@47182 -
2014-12-12 16:37:27 +00:00
mattias
add97f7a02 IDE: fixed compilatioin x86-64
git-svn-id: trunk@47180 -
2014-12-12 09:02:34 +00:00
juha
d59f67b95c IDE: support the new fpc -h and -i syntax when parsing all available options.
git-svn-id: trunk@47177 -
2014-12-12 00:49:13 +00:00
juha
02113e0100 IDE: Fix the parser for All Compiler Options when using FPC 2.7.1. Issue #26903.
git-svn-id: trunk@46765 -
2014-11-06 19:29:35 +00:00
juha
1ea6528b88 IDE: TCompilerOptReader formatting.
git-svn-id: trunk@46764 -
2014-11-06 19:29:29 +00:00
juha
25b93e4ca7 IDE: Load a value also for Comboboxes in All Compiler Option GUI. Was disabled for some reason. Issue #26994.
git-svn-id: trunk@46763 -
2014-11-06 00:07:30 +00:00
mattias
b66d82b72e IDE: messages: show project target file relative to project directory
git-svn-id: trunk@46425 -
2014-10-04 10:25:17 +00:00
mattias
052f1232a8 IDE: messages: show project mode, OS, CPU and short target file
git-svn-id: trunk@46424 -
2014-10-04 10:15:44 +00:00
maxim
f5440a80dc IDE: impoved compiler interface localization
git-svn-id: trunk@46018 -
2014-08-06 00:10:50 +00:00
mattias
a826bc11f6 IDE: clean up old external tools
git-svn-id: trunk@45944 -
2014-07-20 19:52:20 +00:00
mattias
66198ad802 IDE: clean up
git-svn-id: trunk@45566 -
2014-06-17 10:36:04 +00:00
mattias
c0b4888159 IDE: compiler options: other options: fixed dangling OnIdle, fixed thread accessing non thread safe methods
git-svn-id: trunk@45538 -
2014-06-15 14:43:35 +00:00
mattias
403ed545d1 IDE: enabled new external tools by default, use old code with -dEnableOldExtTools
git-svn-id: trunk@45396 -
2014-06-08 10:19:28 +00:00
mattias
f21017edfd IDE: hid compile info dialog
git-svn-id: trunk@45357 -
2014-06-05 14:57:54 +00:00
mattias
ec6d63f4a5 IDE: quick fix: add -vm option
git-svn-id: trunk@45342 -
2014-06-04 21:30:42 +00:00
mattias
39995327cc IDE: reference/release external tools, auto free
git-svn-id: trunk@45301 -
2014-06-02 10:04:34 +00:00
mattias
20e6cdc0a9 lazbuild: started migration to external tools
git-svn-id: trunk@45294 -
2014-06-01 21:38:27 +00:00
mattias
709031d515 IDE: msg frame: show info why project needed compile
git-svn-id: trunk@45154 -
2014-05-23 06:47:45 +00:00
mattias
19c71e7bcd IDE: hide msg unit not used for package main source
git-svn-id: trunk@45153 -
2014-05-23 06:36:06 +00:00
mattias
1d9a869c1e IDE: fpc msg parser: options for hiding sender not used
git-svn-id: trunk@45145 -
2014-05-21 22:31:04 +00:00
mattias
14447d7ac0 IDE: make parser: fixed entering directory, clear msg window on build IDE
git-svn-id: trunk@45125 -
2014-05-21 09:16:43 +00:00
mattias
6ec6b32621 IDE: check msg unit not used without msgid
git-svn-id: trunk@45122 -
2014-05-20 22:23:16 +00:00
mattias
88780a9aaa IDE: use compiler of project for FPCVer and codetools macro values
git-svn-id: trunk@44141 -
2014-02-18 18:26:04 +00:00
juha
a582592043 IDE: comment out compiler version parsing in All compiler options parser. Not needed now.
git-svn-id: trunk@44003 -
2014-02-11 18:17:50 +00:00
juha
940fe4539f IDE: In All compiler options parser, add a 'NO'-variation for options that support it.
git-svn-id: trunk@44002 -
2014-02-11 18:17:46 +00:00
mattias
5dcb924a55 IDE: less hints
git-svn-id: trunk@43929 -
2014-02-07 09:34:12 +00:00
juha
a254f34a26 IDE: In All Compiler Options, improve the order of generated options when original data was on the same line.
git-svn-id: trunk@43860 -
2014-01-31 17:29:08 +00:00
juha
6368006873 IDE: All compiler options, remember and synchronize with original user options when generating options from GUI.
git-svn-id: trunk@43851 -
2014-01-30 13:45:50 +00:00
juha
0b9e3dcde4 IDE: In all compiler options, allow one char options combined like -Criot.
git-svn-id: trunk@43804 -
2014-01-25 19:05:40 +00:00
juha
9121265a10 IDE: In compiler options -> Other -> Defines, catch an exception when parsing an invalid option.
git-svn-id: trunk@43727 -
2014-01-15 00:08:49 +00:00
juha
a6c7aca804 IDE: preliminary work to react to changed target in GUI when reading all FPC options.
git-svn-id: trunk@43589 -
2013-12-25 08:24:57 +00:00
mattias
1e8926baa8 IDE: clean up
git-svn-id: trunk@42801 -
2013-09-15 06:10:28 +00:00
mattias
20a053c161 IDE: clean up
git-svn-id: trunk@42498 -
2013-08-25 16:44:13 +00:00
mattias
b35e91f5b7 IDE: clean up
git-svn-id: trunk@42497 -
2013-08-25 16:43:59 +00:00
mattias
02345b4e6a IDE: fixed command line help
git-svn-id: trunk@42496 -
2013-08-25 16:43:04 +00:00
juha
2e6dcd7875 IDE: Read all compiler options in a thread.
git-svn-id: trunk@42474 -
2013-08-24 07:24:46 +00:00
juha
4be93112dd IDE: generate comments in all compiler options GUI.
git-svn-id: trunk@42400 -
2013-08-14 22:38:12 +00:00
juha
d5fea9e70b IDE: Prevent range check error in all compiler options parser.
git-svn-id: trunk@42399 -
2013-08-14 22:37:20 +00:00
juha
ae81cac0c9 IDE: use target parameters for fpc when getting all compiler options : '-T$(TargetOS) -P$(TargetCPU).
git-svn-id: trunk@42393 -
2013-08-13 09:20:31 +00:00
juha
2a45b388fc IDE: handle an exception thrown by all options parser.
git-svn-id: trunk@42384 -
2013-08-11 15:40:41 +00:00
mattias
d03c357079 IDE: clean up
git-svn-id: trunk@42378 -
2013-08-10 10:05:52 +00:00
juha
3547af2c68 IDE: Improve all compiler options parser. Handle quoted parameters correctly.
git-svn-id: trunk@42377 -
2013-08-10 09:31:59 +00:00
juha
6d2ad4be5c IDE: filter out -? and -h again in compiler options parser. Previous changes broke it.
git-svn-id: trunk@42367 -
2013-08-07 08:56:10 +00:00
juha
a5448a50c8 IDE: Handle the selection lists for all compiler options in the parser. Change some lists into groups.
git-svn-id: trunk@42365 -
2013-08-06 11:59:42 +00:00
juha
c99c9ebf0d IDE: Clean and refactor all compiler options parser.
git-svn-id: trunk@42354 -
2013-08-05 14:26:48 +00:00
juha
97c2de6fb3 IDE: Tweaking the GUI for all compiler options.
git-svn-id: trunk@42353 -
2013-08-05 14:26:38 +00:00