- fév. 02, 2021
-
- mai 26, 2014
-
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
boost::thread is only used due to libstdc++ 4.8 missing a bunch of stuff.
-
- mai 23, 2014
-
-
Thomas Goyne a rédigé
-
- avr. 24, 2014
-
-
Thomas Goyne a rédigé
Rebuilding the entire project after touching util.h gets old fast.
-
- avr. 16, 2014
-
-
Thomas Goyne a rédigé
-
- mars 11, 2014
-
-
Thomas Goyne a rédigé
-
- juil. 03, 2013
-
-
Thomas Goyne a rédigé
Poorly-written antivirus software briefly lock newly written files to scan them for viruses, which makes the rename from the temp file to actual file fail. Work around this by retrying the rename up to ten times. Closes #1620.
-
- fév. 06, 2013
-
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
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.
-
- jan. 04, 2013
-
-
Thomas Goyne a rédigé
-
- déc. 02, 2012
-
-
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.
-
- oct. 26, 2012
-
-
Thomas Goyne a rédigé
-
- oct. 16, 2012
-
-
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.
-
- jan. 13, 2012
-
-
Thomas Goyne a rédigé
Originally committed to SVN as r6283.
-
- juil. 26, 2011
-
-
Thomas Goyne a rédigé
Originally committed to SVN as r5497.
-
- juil. 16, 2011
-
-
Thomas Goyne a rédigé
Originally committed to SVN as r5484.
-
- fév. 23, 2011
-
-
Grigori Goronzy a rédigé
statvfs is the portable POSIX defined interface and is supported on all major UNIX platforms. Originally committed to SVN as r5367.
-
- fév. 22, 2011
-
-
Karl Blomster a rédigé
Originally committed to SVN as r5366.
-
- juin 01, 2010
-
-
Amar Takhar a rédigé
Originally committed to SVN as r4391.
-
- mai 21, 2010
-
-
Amar Takhar a rédigé
Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. Initial support for low-level access and file I/O methods are included as well. Originally committed to SVN as r4331.
-