Commit Graph

535 Commits

Author SHA1 Message Date
mattias
37aa56dfc5 codetools: fpc sources: packegs/rtl-extra add include path src/SrcOS and src/SrcOS2, bug #32263
git-svn-id: trunk@55681 -
2017-08-19 08:33:17 +00:00
mattias
61703e72aa codetools: fixed finding simpleipc.inc under Windows, packages/fcl-process/src/winall include path, bug #32256
git-svn-id: trunk@55651 -
2017-08-12 08:35:43 +00:00
juha
4c7dc1b89b Use Delete() instead of Copy() where appropriate.
git-svn-id: trunk@55311 -
2017-06-10 16:30:27 +00:00
mattias
b382175cfb IDE: parse namespaces from custom compiler options
git-svn-id: trunk@54751 -
2017-04-26 19:41:08 +00:00
mattias
a067dd3411 IDE: do not pass -B when option -k or -T changes, added resourcestring
git-svn-id: trunk@54749 -
2017-04-26 19:20:54 +00:00
mattias
aa5717bb55 codetools: search units with namespaces
git-svn-id: trunk@54745 -
2017-04-26 18:36:04 +00:00
mattias
0bde8fa043 codetools: define template directory: fixed skipping empty directory
git-svn-id: trunk@54688 -
2017-04-22 14:44:08 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
hnb
5231fa439a CodeTools: use for TFPCTargetConfigCache.Equals also "Includes" field
git-svn-id: trunk@54457 -
2017-03-21 22:33:21 +00:00
hnb
d5739c0615 codetools: Fix memory leak introduced in r54432 #5667c05f6c (TFPCTargetConfigCache.Includes was not freed in Clear method). Fix mantis #31575.
git-svn-id: trunk@54450 -
2017-03-21 12:05:16 +00:00
hnb
b823ce3277 CodeTools: find all *.ini files located in paths declared in fpc.cfg (-Fi option)
git-svn-id: trunk@54438 -
2017-03-17 21:21:51 +00:00
hnb
5667c05f6c CodeTools: Prepare for better support for Include (*.inc) files (collect all *.inc files from pathes added by -Fi in fpc.cfg)
git-svn-id: trunk@54432 -
2017-03-17 15:00:43 +00:00
marcus
7eaa1abf9f Introduce Amiga/AROS/MorphOS and MUI Widgetset to Lazarus gui settings
git-svn-id: trunk@54253 -
2017-02-22 22:16:40 +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
mattias
8d43a73be1 codetools: avltree: new consistencycheck
git-svn-id: trunk@53925 -
2017-01-11 12:41:05 +00:00
zeljko
f684952850 Qt5: integration into LCL
git-svn-id: trunk@53807 -
2016-12-30 15:05:34 +00:00
mattias
72ab451ade codetools: fixed path sep normalization
git-svn-id: trunk@53229 -
2016-10-26 16:46:35 +00:00
mattias
94d76f9a59 codetools: ParseFPCParameters: case insensitive defines
git-svn-id: trunk@53183 -
2016-10-20 19:48:07 +00:00
mattias
bd2ab5c7bc codetools: ParseFPCParameters: moved to other fpc option parse functions
git-svn-id: trunk@53182 -
2016-10-20 17:02:59 +00:00
mattias
ebe105f987 codetools: started ParseFPCParameter
git-svn-id: trunk@53155 -
2016-10-18 13:34:55 +00:00
mattias
f613ed6239 codetools: less hints
git-svn-id: trunk@53145 -
2016-10-17 13:56:30 +00:00
mattias
1cac5baa4d codetools: less hints
git-svn-id: trunk@53143 -
2016-10-17 13:50:26 +00:00
juha
9367da0ae5 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
2016-08-17 10:40:29 +00:00
mattias
79f1b32221 codetools: fixed reading fpc unit cache
git-svn-id: trunk@52763 -
2016-08-01 07:45:24 +00:00
mattias
9e4e6e88b3 codetools: include path for fpc src dir packages/rtl-*
git-svn-id: trunk@52554 -
2016-06-22 11:23:09 +00:00
mattias
330696b99e fixed target cpu a64 to aarch64
git-svn-id: trunk@51816 -
2016-03-03 12:53:18 +00:00
mattias
59dca2c44b codetools: added target os wii, bug #29737
git-svn-id: trunk@51718 -
2016-02-26 22:01:44 +00:00
mattias
0b3c56aacc codetools: updated list of controllers, patch from Michael Ring
git-svn-id: trunk@51371 -
2016-01-21 12:32:47 +00:00
mattias
70581fdd39 codetools: fixed search for fppkg sources, bug #29154
git-svn-id: trunk@50713 -
2015-12-08 21:18:58 +00:00
mattias
704600a31f codetools: fixed compiling
git-svn-id: trunk@50476 -
2015-11-23 10:03:54 +00:00
mattias
ab813332d0 IDE: search fppkg .fpm files for ppus in default compiler unit path
git-svn-id: trunk@50473 -
2015-11-22 18:40:48 +00:00
mattias
8098f1092f codetools: MakeRelativePath: fixed loop when there is no shared path
git-svn-id: trunk@50455 -
2015-11-21 09:38:52 +00:00
mattias
151933ef38 codetools: less verbose
git-svn-id: trunk@50404 -
2015-11-18 22:11:52 +00:00
mattias
c7f3cc0e1c codetools: added processor types of avr, patch #28996 from Simon Ameis
git-svn-id: trunk@50316 -
2015-11-12 10:42:15 +00:00
mattias
0d1ecc5f84 codetools: added CPU target avr, issue #28581
git-svn-id: trunk@49723 -
2015-08-28 19:10:11 +00:00
juha
08c9621520 Change order of used units so that "deprecated" warnings are not triggered.
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
juha
ecede8c684 CodeTools: Update currently supported embedded controllers. Issue #28463, patch from Jeppe Johansen.
git-svn-id: trunk@49590 -
2015-08-03 22:21:45 +00:00
juha
653b5dd43a Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
mattias
c462c54354 IDE: when checking fpc config file exists expand ~
git-svn-id: trunk@49320 -
2015-06-12 17:58:16 +00:00
mattias
db6d5c1a01 codetools: clean up
git-svn-id: trunk@48663 -
2015-04-06 17:49:28 +00:00
mattias
528e8777a2 codetools: less output, ctconsoleverbosity
git-svn-id: trunk@48423 -
2015-03-18 21:44:39 +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
b05cc70e59 codetools: fpc src rules: fixed using rules for CPU
git-svn-id: trunk@48320 -
2015-03-12 23:40:55 +00:00
mattias
ed39d994ae codetools: TFPCTargetConfigCaches.GetDefaultCompilerTarget: update if needed
git-svn-id: trunk@48272 -
2015-03-11 23:09:43 +00:00
mattias
598e03ed42 codetools: fixed rebuilding nodes when targetcpu changed
git-svn-id: trunk@48270 -
2015-03-11 18:05:43 +00:00
mattias
e30dfa934a IDE: fpc msg parser, use console or system codepage depending on compiler version, bug #26623
git-svn-id: trunk@48038 -
2015-02-28 11:15:34 +00:00
mattias
9842fd0fef IDE: added TargetCPU a64
git-svn-id: trunk@47973 -
2015-02-23 23:32:21 +00:00
mattias
400a28bb34 codetools: started GetPossibleInitsForVariable
git-svn-id: trunk@47829 -
2015-02-16 18:19:38 +00:00
mattias
a1a31b8f97 codetools: fpc sources: ignore any hidden diectory
git-svn-id: trunk@47715 -
2015-02-12 11:41:54 +00:00
mattias
999e922a30 codetools: ppuparser: read int64
git-svn-id: trunk@47063 -
2014-12-02 16:48:10 +00:00