michael
|
4c22d66aac
|
* Fix compilation
git-svn-id: trunk@48165 -
|
2021-01-16 16:55:48 +00:00 |
|
michael
|
0f55367c37
|
* Add FPC define, check for unit for short description
git-svn-id: trunk@42786 -
|
2019-08-24 09:51:13 +00:00 |
|
michael
|
181766766b
|
* Do not save so much session info
git-svn-id: trunk@40946 -
|
2019-01-20 17:57:27 +00:00 |
|
michael
|
3355bc65b0
|
* Correct options for parsing
git-svn-id: trunk@40945 -
|
2019-01-20 17:56:30 +00:00 |
|
michael
|
1d16ecbf0d
|
* Better detection of effective visibility of an element
git-svn-id: trunk@34694 -
|
2016-10-09 11:25:58 +00:00 |
|
michael
|
fd71e3193d
|
* Do not write elements for default values
git-svn-id: trunk@34676 -
|
2016-10-08 19:05:07 +00:00 |
|
marco
|
869d24f7d1
|
* spelling mistakes fpc repo part, mantis #30233
git-svn-id: trunk@33882 -
|
2016-06-02 20:01:09 +00:00 |
|
michael
|
a910bbc3a7
|
* Resolve operators at the end. The name is corrected after the node is created
git-svn-id: trunk@31231 -
|
2015-07-26 08:09:56 +00:00 |
|
michael
|
10633da13b
|
* Reverted revision 30575 (forgor -depth=immediate
git-svn-id: trunk@30576 -
|
2015-04-13 19:44:51 +00:00 |
|
michael
|
2cab4a9a73
|
* Reverted revision 30557
git-svn-id: trunk@30575 -
|
2015-04-13 19:43:43 +00:00 |
|
marco
|
53b06fa861
|
* disable friendly message because the fileexistance test is not reliable at this point.
git-svn-id: trunk@29548 -
|
2015-01-25 14:49:33 +00:00 |
|
michael
|
4a9d012d3a
|
* Patch from Reinier Olislagers to update copyright and emit a more friendly message if an input file is not found (bug ID 22639)
git-svn-id: trunk@22078 -
|
2012-08-14 18:27:46 +00:00 |
|
sekelsenmat
|
83b2948ec1
|
makeskel: Adds more output info in case of error and fixes compilation through Lazarus (by adding +)
git-svn-id: trunk@18219 -
|
2011-08-16 13:27:35 +00:00 |
|
michael
|
e633349d21
|
* With --help, do not check for package name
git-svn-id: trunk@13011 -
|
2009-04-14 12:24:01 +00:00 |
|
michael
|
2f0ca7d70c
|
+ Option to sort nodes (in module)
+ Option to omit overridden methods
+ Option to emit declaration for certain declarations.
git-svn-id: trunk@11127 -
|
2008-05-29 18:31:36 +00:00 |
|
michael
|
d50f721e96
|
* Added support for detecting no-longer used nodes in descr files
git-svn-id: trunk@9585 -
|
2007-12-30 16:39:41 +00:00 |
|
michael
|
5e93a4ee3f
|
* Fixed 9808: used units now correctly parsed
git-svn-id: trunk@9578 -
|
2007-12-29 22:49:18 +00:00 |
|
florian
|
0e429065e8
|
* better error message in case of parser error
git-svn-id: trunk@7272 -
|
2007-05-05 14:51:26 +00:00 |
|
michael
|
80b5ecaecd
|
+ patch from Graeme Geldenhuys to include version info
git-svn-id: trunk@4730 -
|
2006-09-26 12:50:10 +00:00 |
|
michael
|
7c6568ff0b
|
+ Implemented correct visibility checking for arguments of methods
git-svn-id: trunk@4230 -
|
2006-07-16 16:00:27 +00:00 |
|
michael
|
f9b4308edd
|
+ Some cosmetical issues, and now all elements are emitted only once.
git-svn-id: trunk@4154 -
|
2006-07-12 22:42:53 +00:00 |
|
michael
|
f7be00d080
|
+ Patch from Vincent Snijders to fix character set indication
git-svn-id: trunk@127 -
|
2005-05-27 10:39:45 +00:00 |
|
fpc
|
790a4fe2d3
|
* log and id tags removed
git-svn-id: trunk@42 -
|
2005-05-21 09:42:41 +00:00 |
|
fpc
|
50778076c3
|
initial import
git-svn-id: trunk@1 -
|
2005-05-16 18:37:41 +00:00 |
|
peter
|
e417e34496
|
* truncate log
|
2005-02-14 17:13:06 +00:00 |
|
michael
|
c493f28b04
|
+ Added help screen
|
2004-11-15 18:00:18 +00:00 |
|
peter
|
574bc1f6ab
|
* fix nested for-loop with same index
|
2004-09-13 16:02:36 +00:00 |
|
michael
|
b3bc9fe727
|
+ More intelligent handling of nodes. Do not write unused nodes.
|
2004-08-29 15:32:41 +00:00 |
|
michael
|
4a2124889f
|
+ Do not write descr nodes for module when updating
|
2004-08-28 18:18:59 +00:00 |
|
michael
|
ad65b1d01e
|
+ Check whether outputfile not in inputfilenames
|
2004-08-28 18:15:14 +00:00 |
|
michael
|
a8597e1803
|
+ Added update mode
|
2004-08-28 18:04:06 +00:00 |
|
michael
|
abd581ac2b
|
+ Improved translation handling
|
2004-08-25 07:16:43 +00:00 |
|
michael
|
111ff2e6b2
|
+ Translate now called correctly...
|
2004-08-24 14:48:25 +00:00 |
|
marco
|
27a71635fd
|
* got fed up with exceptions on file not found. Fileresolver now raises a
EFileNotFound error, and makeskel catches and exists gracefully
|
2004-05-01 20:13:40 +00:00 |
|
sg
|
64727d607e
|
* Added support for source references
|
2003-11-28 12:51:37 +00:00 |
|
Mattias Gaertner
|
1f77027b5a
|
MG: makeskel now ignores missing translation file
|
2003-09-02 13:26:47 +00:00 |
|
sg
|
bdacff24e5
|
* Fixed a severe memory corruption problem on termination
|
2003-05-07 16:31:32 +00:00 |
|
michael
|
1b26040053
|
+ Patch from Charlie/iNQ to work with new scanner/parser
|
2003-03-28 13:01:36 +00:00 |
|
michael
|
31fcaf7186
|
+ Initial import in CVS
|
2003-03-17 23:03:20 +00:00 |
|