Skip to content
Extraits de code Groupes Projets
  1. fév. 02, 2021
  2. mai 26, 2014
  3. mai 23, 2014
  4. avr. 24, 2014
  5. avr. 16, 2014
  6. mars 11, 2014
  7. juil. 03, 2013
  8. fév. 06, 2013
    • Thomas Goyne's avatar
      Give all of the Aegisub-created threads names · bc5417de
      Thomas Goyne a rédigé
      bc5417de
    • Thomas Goyne's avatar
      Make agi::util::time_log less insane · 69e1744f
      Thomas Goyne a rédigé
      69e1744f
    • Thomas Goyne's avatar
      Mostly purge wxWidgets from non-UI stuff · 1e0f08c0
      Thomas Goyne a rédigé
      Use boost::filesystem::path for all paths, and std::string for all other
      strings, converting to/from wxString as close to the actual uses of wx
      as possible.
      
      Where possible, replace the uses of non-UI wxWidgets functionality with
      the additions to the standard library in C++11, or the equivalents in
      boost.
      
      Move the path token management logic to libaegisub (and rewrite it in
      the process).
      
      Add a basic thread pool based on asio and std::thread to libaegisub.
      
      This touches nearly every file in the project and a nontrivial amount of
      code had to be rewritten entirely, so there's probably a lot of broken
      stuff.
      1e0f08c0
  9. jan. 04, 2013
  10. déc. 02, 2012
    • Thomas Goyne's avatar
      Kill the #ifndef AGI_PRE guards · 96cf5ea7
      Thomas Goyne a rédigé
      They don't actually improve compilation performance and make it more
      annoying to modify what things are in the precompiled header.
      96cf5ea7
  11. oct. 26, 2012
  12. oct. 16, 2012
    • Thomas Goyne's avatar
      Fix some stuff from Coverity Scan · 53433426
      Thomas Goyne a rédigé
      Mostly just bugs in unreachable code and stylistic things, but there's a
      few incorrect reachable things that were working by coincidence and
      gratuitous dynamic_casts.
      53433426
  13. jan. 13, 2012
  14. juil. 26, 2011
  15. juil. 16, 2011
  16. fév. 23, 2011
  17. fév. 22, 2011
  18. juin 01, 2010
  19. mai 21, 2010
Chargement en cours