Commit Graph

162 Commits

Author SHA1 Message Date
mattias
91763f2247 set trunk version to 2.3.0
git-svn-id: trunk@65242 -
2021-06-15 14:00:39 +00:00
maxim
33453b646d LeakView: fixed typos related to 'occur' word
git-svn-id: trunk@65198 -
2021-06-10 22:11:03 +00:00
mattias
62c37ad72a updated Makefiles
git-svn-id: trunk@64567 -
2021-02-13 13:01:14 +00:00
juha
b53ad7ceed Components: Reduce calls to UpperCase() and LowerCase(). Improves performance.
git-svn-id: trunk@64506 -
2021-02-08 19:09:30 +00:00
mattias
61c53d6f41 LazUtils/FreeType: Separate FreeType stuff into its own package
git-svn-id: trunk@63558 -
2020-07-14 18:09:17 +00:00
mattias
8ceb09a67b make: changed default darwin lcl platform from carbon to cocoa
git-svn-id: trunk@63551 -
2020-07-13 09:00:41 +00:00
mattias
9dcd9ee04d updated makefiles
git-svn-id: trunk@63453 -
2020-06-28 11:01:41 +00:00
maxim
15ded52578 LeakView: removed unused variable
git-svn-id: trunk@63401 -
2020-06-19 23:15:05 +00:00
martin
a43e155cdb FpDebug, Debuggers, IDE: Make MemManager easier to access. (via Controller and Instance)
git-svn-id: trunk@63358 -
2020-06-16 13:42:42 +00:00
mattias
a472e9ef09 buildintf: split from ideintf
git-svn-id: trunk@62795 -
2020-03-22 11:58:11 +00:00
maxim
9107baee24 Translations: removed completely untranslated files
git-svn-id: trunk@62072 -
2019-10-17 23:43:46 +00:00
martin
2ec08f8a9c FpDebug: rename TDbgInfo.FindSympol into FindProcSymbol
git-svn-id: trunk@61936 -
2019-09-28 19:08:13 +00:00
martin
d98120d75f LeakView: fix crash due to double free.
git-svn-id: trunk@61926 -
2019-09-26 16:37:28 +00:00
martin
804da0aa30 LeakView: test for fix/improve pasting address only traces
git-svn-id: trunk@61857 -
2019-09-10 22:54:41 +00:00
martin
3d1601903e LeakView: fix/improve pasting address only traces
git-svn-id: trunk@61856 -
2019-09-10 22:54:39 +00:00
martin
e948c7b47a LeakView: fix double free crash. Introduced in r61711 #01fb06cf22 by using TFPGObjectList which does auto free objects
git-svn-id: trunk@61808 -
2019-09-02 13:01:37 +00:00
martin
5a7c9f1487 FpDebug: Refactor class names for TFpDbgValue and TFpDbgSymbol descendants.
git-svn-id: trunk@61722 -
2019-08-18 13:43:45 +00:00
martin
779c2fa332 LeakView: testcase
git-svn-id: trunk@61712 -
2019-08-16 22:09:58 +00:00
martin
01fb06cf22 LeakView: fix various parsing issues
git-svn-id: trunk@61711 -
2019-08-16 22:04:24 +00:00
maxim
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
martin
2c7180c156 LeakView: updated Makefile
git-svn-id: trunk@61145 -
2019-05-05 11:21:27 +00:00
martin
4e01502f4b LeakView: updated Makefile
git-svn-id: trunk@61144 -
2019-05-05 11:15:10 +00:00
martin
d9dc0e04d3 LeakView: updated Makefile.fpc
git-svn-id: trunk@61143 -
2019-05-05 11:12:09 +00:00
martin
b5f20a389f LeakView: Use FpDebug to resolve traces without lines
git-svn-id: trunk@61105 -
2019-05-02 01:05:07 +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
maxim
c91b1321e0 Translations: French translation update by Gilles Vasseur, bug #35034
git-svn-id: trunk@60368 -
2019-02-08 23:14:55 +00:00
maxim
684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00
maxim
bc4e1da857 Translations: Polish translation update by Sławomir Niedziela, bug #34788
git-svn-id: trunk@59988 -
2019-01-04 13:58:31 +00:00
maxim
c8c7a1723a Translations: Chinese translation update by robsean, bug #34579
git-svn-id: trunk@59617 -
2018-11-22 00:03:32 +00:00
maxim
3cefe5b042 Translations: Czech translation update by chronos, bug #34549
git-svn-id: trunk@59564 -
2018-11-16 23:13:39 +00:00
mattias
c2b0e049ef set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
2018-09-15 19:41:22 +00:00
martin
98a8b2459d leakview: constants for input from external tools (fpc/gdb traces) are not dependent on the IDE language. Should not be resource strings. Issue #0027908
git-svn-id: trunk@58544 -
2018-07-16 12:33:00 +00:00
mattias
2bbe0a8cc7 updated makefiles
git-svn-id: trunk@58493 -
2018-07-11 23:58:59 +00:00
martin
4aeee14d35 LeakView: better comparison for equal traces
git-svn-id: trunk@58388 -
2018-06-23 15:24:25 +00:00
martin
337f670bcb LeakView: valgrind parser / clean up
git-svn-id: trunk@58386 -
2018-06-23 11:13:13 +00:00
martin
4adec356bf LeakView: mem leak
git-svn-id: trunk@58385 -
2018-06-23 10:33:09 +00:00
martin
d69dbdadfb LeakView: valgrind parser
git-svn-id: trunk@58384 -
2018-06-22 23:35:56 +00:00
mattias
3575d8d0e1 make bigide: added cmdlinedebuggerbase and lazdebuggerlldb
git-svn-id: trunk@58363 -
2018-06-20 21:41:44 +00:00
martin
d84738e020 LeakView: added valgrind parser
git-svn-id: trunk@58360 -
2018-06-20 19:59:02 +00:00
martin
c9775c281e LeakView: added valgrind parser
git-svn-id: trunk@58359 -
2018-06-20 19:54:31 +00:00
martin
dfe1155f60 LeakView: recreate Makefile
git-svn-id: trunk@58356 -
2018-06-20 17:38:57 +00:00
martin
7ad94419ad LeakView: accept lldb traces
git-svn-id: trunk@58342 -
2018-06-19 18:50:45 +00:00
martin
3a6d590c02 LeakView: accept lldb traces
git-svn-id: trunk@58341 -
2018-06-19 18:14:32 +00:00
mattias
3daa1d6ea9 leakview: less hints
git-svn-id: trunk@58026 -
2018-05-25 07:13:41 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00
maxim
682a383e55 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32754
git-svn-id: trunk@56535 -
2017-11-29 22:49:04 +00:00
maxim
926062dcfd Translations: huge Chinese translation update by robsean, bug #32750
git-svn-id: trunk@56534 -
2017-11-29 22:32:14 +00:00
mattias
b788983775 leakview: fixed layout
git-svn-id: trunk@56110 -
2017-10-17 16:37:02 +00:00
maxim
732c7f90fd Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55474 -
2017-07-08 12:47:30 +00:00
mattias
e6ce403f3f updates makefiles
git-svn-id: trunk@54969 -
2017-05-18 11:39:53 +00:00