Commit History

Upphovsman SHA1 Meddelande Datum
  florian 9426cac1b0 * rebuilt Makefiles 13 år sedan
  florian 3abd84d8d2 * disable upx for win32, resolves #20772 13 år sedan
  Jonas Maebe 9b7ea86332 - more FPC 1.0.x code removed 13 år sedan
  svenbarth 9f44f36348 Removed another leftover from my overloaded symbol approach. Thanks to Florian for pointing it out. 13 år sedan
  Tomas Hajny f879ee31eb + proper implementation of *Event* support 13 år sedan
  Tomas Hajny 4d981acad3 + proper implementation of MS Windows-like 'critical sections' 13 år sedan
  Jonas Maebe a4804a3c25 * let FloatToStr output the correct number of decimals in case the 13 år sedan
  Jonas Maebe e2b5ba756d * when comparing two boolean values, convert both to pasbool8 so 13 år sedan
  Jonas Maebe f62e118f8e * when looking for a procdef matching a procvardef in an objectdef, 14 år sedan
  michael b09139a7c4 * Some fixes after first test round 14 år sedan
  marco f89e32c034 * expanded VK_ codes. Patch by Nikolay N. Mantis #20801 14 år sedan
  Tomas Hajny c0c526efbc * DosQuerySysState and DosReplaceModule added 14 år sedan
  svenbarth aca2bd83c7 pexpr.pas, post_comp_expr_gendef: 14 år sedan
  michael a051684e61 * Added lots of commands to fpdoc file manager, moved to separate class and unit for reuse 14 år sedan
  Mattias Gaertner 9d30bf6a9f avl_tree: fixed FindPointer if on last node 14 år sedan
  sergei 8dc6ebb5ed rtl/generic.inc, minor optimizations: 14 år sedan
  sergei 32094761ef * win32/system.pp, win64/system.pp: Moved duplicated declarations of WinAPI functions to sysos.inc (Florian's comment about include ordering is no longer true, wstrings.inc comes after sysos.inc these days). 14 år sedan
  michael c17d15cf72 * Start of project file manipulation program 14 år sedan
  michael e07646a653 * Implemented project file writing functionality, based on patch from Hans-Peter Diettrich 14 år sedan
  svenbarth 06ebfcd360 Added a few more tests. All except tgeneric65.pp (object inside generic record) and tgeneric68.pp (object inside generic object) are successfully compiled. 14 år sedan
  svenbarth 35377bae67 Fix a remaining artefact from the overloaded symbols approach (just a comment, but nevertheless a change...) 14 år sedan
  svenbarth 6aeceb92e8 ptype.pas, read_named_type, expr_type: 14 år sedan
  svenbarth d94a55604e Fix the test. It's mode Delphi, but does not compile in Delphi, because "TSomeRecord" and "TSomeRecord<T>" are different identifiers. 14 år sedan
  svenbarth 6a83ebc4a5 Fix introduced regressions. 14 år sedan
  svenbarth d55684937f generate_specialization: 14 år sedan
  sergei 37abdd52df * Reverted r19693, calling SysInitMultithreading from PROCESS_ATTACH is plain wrong because it depends on initialized thread manager. Calling InitSystemThreads is more correct, but in case of Win32 it further depends on EnrtyInformation, which is not available at this point. Properly solving the issue requires moving the entire TLS stuff into sysinit units or something like that. 14 år sedan
  sergei e62cd71a2f * Fixed cycling with 2.4.4 after r19707 (2.4.4 does not define FPC_HAS_FEATURE_RESOURCES, so related stuff is not compiled) 14 år sedan
  sergei 0093517227 * sysutils: changed RunErrorToExcept to use table instead of case statement for OS exceptions. This is to be able to extract exception class alone for the upcoming SEH support. 14 år sedan
  marco 0d562f04ff * Improve CHM versioning, now that a compiler is added. Main chm version is in chmbase 14 år sedan
  sergei 816953990d * Do not access fields of potentially unassigned resultdef. p1.resultdef is not assigned at this point when dotypecheck=false. Mantis #20765. 14 år sedan