Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/01/20 in all areas

  1. Until Delphi 10.3, Search Declaration (e.g. CTRL-click on an identifier) in many cases did not work at all. Now it seems to work flawlessly. - Good work, Embarcadero!
  2. procedure Main; begin var Bob := TSmartPointer.Wrap(TTalking.Create('Bob')); Bob.Talk; Bob := TSmartPointer.Wrap(TTalking.Create('Another bob')); Bob.Talk; end; Leak because Wrap just blasts the newly created smartpointer into result not caring if its already assigned - interface results are passed as var parameter and thus contain the value that was in them before the call. I am tired fixing code that other people post on SO that I already implemented properly myself. 🙂
  3. dummzeuch

    TStopwatch.Elapsed

    What i don't need are snide remarks like this.
  4. That is how I feel for most things in the IOUtils unit! It is just bad implementations all around.
  5. Uwe Raabe

    MMX version 15.0.15 blocks Delphi 10.4 start

    There are probably still a couple of bug fixes and lots of performance improvements to be done. Until then new features are lower priority.
  6. L’entreprise Tixeo édite des logiciels de visioconférence sécurisées depuis 2003. Ses solutions, dont la qualité et la fiabilité sont reconnues mondialement, apportent satisfaction à des clients exigeants dans des domaines sensibles tels que la banque, l’aéronautique et le militaire. Les solutions de Tixeo ont obtenu un visa de sécurité de l’ANSSI. L’innovation est au cœur des produits de l’entreprise, avec un seul objectif : fournir des outils toujours meilleurs pour communiquer et collaborer à distance de façon sécurisée. Chez Tixeo, vous avez l’opportunité de rejoindre une équipe dynamique qui propose une solution haut de gamme dans le Cloud et On-premises. www.tixeo.com En rejoignant l’équipe de Tixeo, vous pourrez : Adhérer aux méthodologies agiles (SCRUM) Intervenir à chaque stade du développement et sur tous les composants (Full stack) Participer à la conception de l’architecture technique Écrire du code de qualité, vérifié par des tests appropriés (unitaires, intégration, performance) en Intégration Continue Mettre fréquemment votre code en production Poste en télétravail 100%. L’entreprise Tixeo est basée à Montpellier. Mode de travail : Visioconférence en continu avec les équipes de Tixeo. Rencontre en présentiel de tous les employés au siège à Montpellier une fois pas trimestre (déplacements et hébergements pris en charge). Salaire compétitif. Compétences recherchées : Minimum de 5 ans d’expérience en développement logiciel Vous portez attention aux détails et savez faire preuve d’autonomie Capacité d’analyse et correction de bugs difficiles Notions de sécurité informatique Bon niveau d’anglais Technologies, environnements et méthodologies : Pascal / C / C++ - Delphi, Git - Agile, SCRUM, TDD, CI Bonus : Connaissances approfondies en sécurité informatique Maîtrise des protocoles HTTP/HTTPS, TCP/UDP Connaissance des codecs et protocoles de voix et vidéo sur IP (WebRTC / SIP / H.323) contact: jobs[at]tixeo.com
  7. New version 2.1.0 released + Delphi 10.4 Sydney compatibility For more information about the library, download locations and documentation, see the MiTeC Weather Forecast Component Home Page
  8. David Heffernan

    ICS v8.64 can't compile on Delphi 7

    I have a case in my test suite that checks compilation for all supported delphi versions of all code that I ship to clients. Pretty easy to set up.
  9. Darian Miller

    Revisiting TThreadedQueue and TMonitor

    Two stress tests just completed without error after running for 24 hours straight: Win32 and Win64 running 1,000 threads each with a 20ms timeout with your latest MonitorWaitStackFix.pas.
  10. DouglasFranciscon2

    Amazon S3 API using BackBlaze. How?

    I made some attempts to connect using TAmazonConnectionInfo, but I only get timeout.
  11. Darian Miller

    Revisiting TThreadedQueue and TMonitor

    I updated the GitHub repo with your changes and am running two more day-long tests (win32+win64) both with 1,000 threads and 20ms pop-timeout on Windows 10 physical machine. My last 24-hour Win32 stress test completed without failure. https://github.com/ideasawakened/DelphiKB/commits/master/Delphi Tests/Source/rtl/common/System.Generics.Collections/TThreadedQueue/StressTestPopItem
  12. PrimoĹľ GabrijelÄŤiÄŤ

    OmniThreadLibrary 3.07.8

    OmniThreadLibrary 3.07.8 has just been released. It contains few small fixes + support for Delphi 10.4 Sydney. Changelog: New features: Implemented IOmniTask.RegisterWaitObject with an anonymous method callback. [Jacek Laskowski] donated a new OTL icon (res\OTL.ico). Added Delphi 10.4 Syndey packages. Bug fixes: [sglienke] A reference to an anonymous method executor in IOmniTask is cleaned up as soon as possible. This allows OTL tasks to be executed from a package. [issue #132] TOmniMREW.TryEnterReadLock and .TryEnterWriteLock were returning True on timeout. SetOnMessage(nil) works correctly. Fixed invalid FreeAndNil of an interface in TOmniFuture<T>.Execute. Compiles with Delphi 10.4 Sydney. https://github.com/gabr42/OmniThreadLibrary/releases/tag/release-3.07.8
Ă—