summaryrefslogtreecommitdiff
path: root/ide
Commit message (Expand)AuthorAgeFilesLines
* Add -CTsmalltoc option for powerpc64-aix compiled IDEpierre2017-02-211-0/+3
* Amiga: fix fp.dsk savingmarcus2017-02-051-0/+3
* * copyright date update, mantis #31258marco2017-01-241-1/+1
* Regenerate Makefile with fpcmakepierre2016-11-071-2/+10
* FP-IDE: Amiga-likes need ami-extramarcus2016-10-311-0/+1
* Fix type on last commitspierre2016-09-132-2/+2
* Makefile regenerated after:pierre2016-09-131-5/+9
* Change conditions under which IDE executable is generated:pierre2016-09-131-5/+16
* Makefile's regenerated after:pierre2016-09-061-1/+2
* Set GDBMI Makefile environment variable for targets that supportpierre2016-09-061-1/+3
* + Add handling of multiline GDBVersion string,pierre2016-09-051-3/+17
* Add help message to About if GDB version retrieval does not workpierre2016-09-051-1/+19
* Add ExeExt suffix to GDBProgramName if not specifiedpierre2016-09-051-1/+7
* Replace -k-bbigtoc by -CTsmalltoc, which is more efficient, thanks to Jonas.pierre2016-09-041-2/+2
* Regenerate Mkefile after:pierre2016-09-041-1/+1
* + Add -bbigtoc linker option for aix IDE with GDBMIpierre2016-09-042-1/+4
* Regenerate Makefile after change to Makefile.fpc:pierre2016-09-041-0/+7
* Change default mode to using mi interpreter, with GDB running as an separe...pierre2016-09-041-0/+8
* Try to implement BreakLine (Ctrl+N), bug report 28787pierre2016-07-261-1/+6
* Fix bug report 28822, source file test.test.pas gets pascal syntax highlightingpierre2016-07-262-3/+4
* Add stop on Signalspierre2016-07-261-0/+13
* Specify MI use in About Dialogpierre2016-07-261-0/+4
* Avoid flickering in Compilation messageboxpierre2016-07-261-1/+1
* * regenerated makefiles with latest fpcmakenickysn2016-06-183-3/+18
* * regenerate makefiles after the fpcmake updatenickysn2016-06-173-6/+41
* * spelling mistakes fpc repo part, mantis #30233marco2016-06-023-4/+4
* * notify unit video of switching consoles under windowshajny2016-04-101-1/+2
* Allow i8086 cross IDE by adding missing compiler/x86 unit directorypierre2016-01-133-2/+731
* * copyright update mantis #29384marco2016-01-131-1/+1
* * fixed IDE compilation with GDBMI=1 (mantis #28890)nickysn2015-11-191-0/+2
* Handle SPECIALLINK environment variable in the same way it was used in old M...pierre2015-11-021-0/+4
* * Fixed problem with search-masks in fpmake.pp-files in subdirectoriesjoost2015-10-241-7/+7
* * Removed Makefile from fpmake.pp. We do not include it in other fpmake.pp's...joost2015-10-091-3/+0
* * remove commented out parts resulting from previous testinghajny2015-10-071-18/+0
* * add reference to all source files to ensure completeness of the generated...hajny2015-10-071-2/+40
* * updated all the remaining makefiles that 'fpcmake -r' missednickysn2015-09-052-8/+59
* * regenerated makefiles after adding the win16 targetnickysn2015-09-051-3/+17
* * Re-generated makefile'sjoost2015-08-121-1/+11
* * Filter the Makefile's unit searchpaths from the fpmake command line.joost2015-08-121-1/+3
* AROS/x86_64: regenerated Makefileskaroly2015-06-293-6/+53
* * initial support for INSTALL_BINDIR. If that option isn't used behaviourmarco2015-06-282-0/+7
* * regenerated Makefiles with Linux/AArch64 supportjonas2015-05-203-6/+47
* Use pascal style doubling of quote char instead of C style escaping for ini ...pierre2015-04-131-28/+95
* Add -G command line option to allow specification of GDB executable namepierre2015-04-132-3/+20
* Try to fix error introduced in commit 28925 leading to corruption of HelpFil...pierre2015-04-052-30/+35
* IDE: made FixFileName to actually fix and not break file names on Amiga-like ...karoly2015-03-291-0/+4
* * moved the code for setting max width and then restoring it when obtaining anickysn2015-03-242-14/+3
* * fixed gdb/mi crash when program exits with exit code >= $80000000nickysn2015-03-121-1/+1
* * use the AsQWord and AsLongWord methods to do the conversion in TGDBMI_Value...nickysn2015-03-121-3/+3
* * use unsigned int conversion in TGDBMI_Value.AsCoreAddrnickysn2015-03-121-2/+2