Commit History

Автор SHA1 Съобщение Дата
  yury dd60397165 + Added the pio_inline_not_possible flag to timplprocoption. It is set if a function can't be inline (contains an assembler block, etc). When calling such functions, no note "Call to subroutine "?" marked as inline is not inlined" is emitted. преди 6 години
  Mattias Gaertner 6bb752c637 pas2js: default pas2js.cfg unitpath uses $CfgDir/../../../packages/* преди 6 години
  Mattias Gaertner e89223e56e pas2js: clean up преди 6 години
  Mattias Gaertner 0140c5ede7 pas2js: fixed unit paths преди 6 години
  lacak 475fed4e9a fcl-db: sqldb: when parsing identifiers (TableName) take into account delimited identifiers (double quoted) separated by point + test. Bug #34511 преди 6 години
  yury b115886930 * po_inline can't be removed from procoptions when the interface part is already parsed. It changes the interface's CRC and causes other units to recompile. преди 6 години
  pierre 8d5cfa8731 Disable range checking in rax86int unit преди 6 години
  pierre d55f80d2f9 Really change extension of hs1 local variable in get_exepath преди 6 години
  yury 5f1933eecf * Addition to r40225: Forgot to remove inline in the implementation. преди 6 години
  yury f5ce7c572b * Removed inline for Unix2AmigaPath since it is not necessary and can't be inlined anyway due to ansistring conversion. преди 6 години
  yury a7642b70c1 * Removed inline for functions which access private variables and can't be inlined from outside. преди 6 години
  yury c2c942374d * Removed inline for methods which are too big. преди 6 години
  yury 95d18cd052 * If a function can't be inline (contains an assembler block, etc) remove the po_inline flag from its procoptions. преди 6 години
  yury 8fba43609d + Added overloaded version of stringdup() for ansistring to allow stringdup to be inlined. преди 6 години
  yury c9a7503bbb * Rearranged the code to place implementation of inline methods before their usage within this unit. преди 6 години
  yury 0a3c94bc72 * Moved inline methods to the beginning in order to allow them to be actually inlined in this unit. преди 6 години
  Károly Balogh 7bd590c9a7 fix the missing semicolos in the previous fix.. преди 6 години
  Károly Balogh 12a22b593d initialize result before passing it to FindFile() преди 6 години
  yury 4682ac269d * Further improvement for r40180: преди 6 години
  michael 79dc736a69 * Patch from Margérs to fix bug #32281 (zip/unzip files >4Gb) преди 6 години
  marco cf4496aa1e * more moderate growing for large collections, Mantis #34420. преди 6 години
  marco a1904a055c * simple clear functions for some types. преди 6 години
  Mattias Gaertner ebdf451cb5 pastojs: test result:=inherited; преди 6 години
  Mattias Gaertner 1ca522a27e pastojs: clean up преди 6 години
  Mattias Gaertner 767938dac7 pastojs: less hints преди 6 години
  Mattias Gaertner c160d93750 fcl-passrc: no hint on hiding inherited constructor, fixed Result:=inherited; преди 6 години
  Mattias Gaertner 1bd8e903d7 fcl-js: simplified преди 6 години
  florian 34d11046e0 * wrapcomplexinlinepara takes care of function results which need different temp. handling, resolves #34438 преди 6 години
  yury e63433c88c * Fixed obtaining a time zone information for 64-bit android. преди 6 години
  yury 8958d94091 * Fixed locale detection on new Android versions. преди 6 години