Commit Graph

349 Commits

Author SHA1 Message Date
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
juha
ebad1d78ef IDE: Add iOS as target. Issue #37869, patch from Alfred.
git-svn-id: trunk@63987 -
2020-10-09 18:39:07 +00:00
juha
7ed8696762 IDE: Tools/Options + startup configuration. Improve "make" location, expand paths before openfile dialogs etc. Issue #37386, patch from BrunoK.
git-svn-id: trunk@63654 -
2020-07-25 22:51:59 +00:00
mattias
d30dbcce35 buildintf: split from ideintf
git-svn-id: trunk@62796 -
2020-03-22 12:05:04 +00:00
juha
46beb34edb IDE: New target OS - DragonFlyBSD. Issue #36409, patch from CudaText man.
git-svn-id: trunk@62401 -
2019-12-15 21:10:39 +00:00
juha
0c7fee62f3 IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak.
git-svn-id: trunk@62278 -
2019-11-22 00:14:36 +00:00
mattias
9f8d8b56f1 IDE+lazbuild: build IDE: pass idemake.cfg with quotes if needed
git-svn-id: trunk@62209 -
2019-11-06 16:15:34 +00:00
mattias
e7b92f572c IDE+lazbuild: build IDE: pass idemake.cfg without quotes, issue #36261
git-svn-id: trunk@62207 -
2019-11-06 16:12:36 +00:00
juha
7f9c06edbe IDE: Debug line for issue #35549.
git-svn-id: trunk@61742 -
2019-08-21 20:28:06 +00:00
juha
79b8e496b5 IDE: Use proper case for Target OS names. Issue #35589, patch from Alexey Tor.
git-svn-id: trunk@61274 -
2019-05-22 14:41:36 +00:00
mattias
ad2827a4e5 IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling
git-svn-id: trunk@60535 -
2019-02-28 16:18:36 +00:00
ondrej
7e8cc82417 IDE: use LazLoggerBase instead of LazLogger
git-svn-id: trunk@58084 -
2018-06-02 16:47:18 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
mattias
022a515783 codetools: renamed FPCDefinesCache to CompilerDefinesCache
git-svn-id: trunk@56776 -
2017-12-18 12:20:03 +00:00
juha
647d8f84ab Add powerpc64 as a CPU target. Issue #32577, patch from Alfred.
git-svn-id: trunk@56135 -
2017-10-20 10:27:45 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
63f9efed4e LCL: Add support for MUI widgetset (AmigaOS, MorphOS, AROS) by Marcus Sackrow.
git-svn-id: trunk@53941 -
2017-01-14 09:55:59 +00:00
juha
a714a91311 LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
Organize uses-sections by package so that dependencies can be easier seen.

git-svn-id: trunk@53711 -
2016-12-17 22:58:08 +00:00
mattias
330696b99e fixed target cpu a64 to aarch64
git-svn-id: trunk@51816 -
2016-03-03 12:53:18 +00:00
mattias
05df8c7df7 IDE: added target os wii, bug #29737
git-svn-id: trunk@51719 -
2016-02-26 22:01:53 +00:00
ondrej
ce45e00b29 ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51401 -
2016-01-24 22:51:50 +00:00
mattias
75f2d2c3a2 IDE: simplified code
git-svn-id: trunk@50724 -
2015-12-09 22:58:43 +00:00
mattias
f9b481b253 IDE/lazbuild: write idemake.cfg in Windows system codepage, bug #29157
git-svn-id: trunk@50719 -
2015-12-09 16:35:15 +00:00
juha
06ac76f560 LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
mattias
37332e8674 IDE/lazbuild: building IDE: fixed using lazarus.new.exe if lazarus.exe cannot be renamed
git-svn-id: trunk@48607 -
2015-04-03 09:44:54 +00:00
mattias
367eea2eea IDE/lazbuild: build ide: resolve macros in environment custom options
git-svn-id: trunk@48591 -
2015-04-02 12:12:04 +00:00
mattias
bd5e44ad93 IDE/lazbuild: rename/delete lazarus.exe backups: show failures
git-svn-id: trunk@48577 -
2015-04-01 14:58:05 +00:00
mattias
4a4bc73855 IDE/lazbuild: append global options to building IDE
git-svn-id: trunk@48445 -
2015-03-21 12:11:33 +00:00
mattias
2dc3f24423 IDE/lazbuild: build IDE: fixed passing options twice, order: packages, profile, target
git-svn-id: trunk@48443 -
2015-03-21 11:57:34 +00:00
mattias
ba549190fe IDE: build IDE: when not using idemake.cfg insert package options in same order
git-svn-id: trunk@48441 -
2015-03-21 11:12:47 +00:00
mattias
505992f5e4 lazbuild: made debugln more consistent and easier to distinguish from FPC messages
git-svn-id: trunk@48420 -
2015-03-18 20:37:48 +00:00
mattias
2e6ace8495 IDE: when no TargetOS or TargetCPU is empty, use default of compiler instead of IDE
git-svn-id: trunk@48273 -
2015-03-11 23:11:44 +00:00
mattias
41282d5239 IDE: use as default target os/cpu the current IDE, pass -P and -T
git-svn-id: trunk@48262 -
2015-03-11 13:02:15 +00:00
mattias
c71e215426 IDE: build IDE: merged calculating parameters
git-svn-id: trunk@48255 -
2015-03-10 22:49:38 +00:00
mattias
9842fd0fef IDE: added TargetCPU a64
git-svn-id: trunk@47973 -
2015-02-23 23:32:21 +00:00
mattias
842dc80fd5 IDE: build laz: when clean option is on, clean up fallback directories too
git-svn-id: trunk@47922 -
2015-02-20 18:18:41 +00:00
mattias
ddf953cb24 IDE: auto create application bundle for IDE on darwin for all widgetsets
git-svn-id: trunk@47920 -
2015-02-20 17:31:26 +00:00
mattias
197c476d02 IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47818 -
2015-02-16 09:39:15 +00:00
mattias
93f0b1ffd6 IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47817 -
2015-02-16 09:36:38 +00:00
mattias
806b395a38 IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47812 -
2015-02-15 21:59:34 +00:00
mattias
57a40ca9a7 IDE: external tool data when compiling IDE, improving message cant find unit for IDE
git-svn-id: trunk@47658 -
2015-02-09 17:02:00 +00:00
mattias
abaf3fb59c IDE: clean up old external tools
git-svn-id: trunk@45942 -
2014-07-20 19:47:30 +00:00
juha
4fbeea1dfd IDE: ... and more hard-coded quotations in resourcestrings.
git-svn-id: trunk@45521 -
2014-06-15 11:52:27 +00:00
mattias
935eeca8e9 IDE: fpc msg parser: fixed crash if unit not found, pass -vbq when building IDE
git-svn-id: trunk@45502 -
2014-06-13 21:06:24 +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
39995327cc IDE: reference/release external tools, auto free
git-svn-id: trunk@45301 -
2014-06-02 10:04:34 +00:00
mattias
5f3fde9635 IDE: compile package: hide msg unit not used by main unit
git-svn-id: trunk@45126 -
2014-05-21 09:35:03 +00:00