Commit Graph

658 Commits

Author SHA1 Message Date
Victor Zverovich
3c3c846908 Check for -std=c++0x flag if -std=c++11 is not available. 2014-04-29 07:12:06 -07:00
Victor Zverovich
3fe942c284 Update benchmarks. 2014-04-29 07:11:46 -07:00
Victor Zverovich
c1f947f4fb Add comments. 2014-04-29 06:54:46 -07:00
Victor Zverovich
6798c1704e Add tests. 2014-04-29 06:26:37 -07:00
Victor Zverovich
bfc8615d28 Update benchmarks. 2014-04-29 06:26:30 -07:00
Victor Zverovich
98e4447b46 Use locally defined open. 2014-04-29 06:10:58 -07:00
Victor Zverovich
710725ea9d Fix implementation of open on windows. 2014-04-29 06:00:01 -07:00
Victor Zverovich
60c92a7431 Get rid of MSB3644 warnings. 2014-04-29 05:56:47 -07:00
Victor Zverovich
7ad88eff13 Fix a warning. 2014-04-29 05:54:36 -07:00
Victor Zverovich
11b3b5128e Fix test when the output file exists. 2014-04-28 20:04:59 -07:00
Victor Zverovich
e3063a5902 Fix test. 2014-04-28 19:33:45 -07:00
Victor Zverovich
9514da06e7 Fix test. 2014-04-28 19:27:41 -07:00
Victor Zverovich
7e6dd376b1 Improve doc. 2014-04-28 19:27:29 -07:00
Victor Zverovich
46e26191f4 Remove unnecessary const refs. 2014-04-28 19:27:19 -07:00
Victor Zverovich
d9db89814f Refactor action classes, Action -> Sink, add comments. 2014-04-28 08:59:29 -07:00
Victor Zverovich
d2bf073334 Format. 2014-04-27 09:47:07 -07:00
Victor Zverovich
83a7b79c2d Add a macro to disallow the copy constructor and operator= functions. 2014-04-27 09:46:56 -07:00
Victor Zverovich
5dee290482 Fix warnings. 2014-04-27 07:16:17 -07:00
Victor Zverovich
8d28a2382b Fix MSVC build. 2014-04-27 07:09:53 -07:00
Victor Zverovich
8641461c98 More tests. 2014-04-27 06:56:12 -07:00
Victor Zverovich
0b307248a6 Fix warning. 2014-04-26 10:09:35 -07:00
Victor Zverovich
f6baab5c27 Fix warning. 2014-04-26 10:00:29 -07:00
Victor Zverovich
f153f6f4b5 Implement move assignment in BasicWriter. 2014-04-26 07:10:21 -07:00
Victor Zverovich
515fd5218a Test move assignment in Array. 2014-04-26 06:49:22 -07:00
Victor Zverovich
3bb9941e37 Fix warning. 2014-04-26 06:47:25 -07:00
Victor Zverovich
a9922a6df2 Try setting width. 2014-04-25 09:04:53 -07:00
Victor Zverovich
2266e93fce Resore RST. 2014-04-25 08:57:34 -07:00
Victor Zverovich
5746660183 Use HTML to set image size. 2014-04-25 08:34:41 -07:00
Victor Zverovich
38f285c477 Set image height. 2014-04-25 08:30:05 -07:00
Victor Zverovich
9b2e5b0c75 Add appveyor badge. 2014-04-25 08:21:26 -07:00
Victor Zverovich
26277c8ab3 Implement move assignment operator for Array. 2014-04-25 08:18:07 -07:00
Victor Zverovich
5adc272ee7 Add tests. 2014-04-25 07:44:35 -07:00
Victor Zverovich
08b0741fa7 Add move ctor to BasicWriter. 2014-04-25 07:40:37 -07:00
Victor Zverovich
259a307daf Fix version check, take 2. 2014-04-24 15:39:20 -07:00
Victor Zverovich
daaa314aac Fix version check. 2014-04-24 14:55:18 -07:00
Victor Zverovich
b61bb5d635 Don't use rvalue references when compiling with clang and an old libstdc++ as the latter doesn't provide std::move. 2014-04-24 14:18:37 -07:00
Victor Zverovich
9882a7cf33 Specify which project to build. 2014-04-24 12:58:45 -07:00
Victor Zverovich
9df02e2b97 Set path to find the correct version of msbuild. 2014-04-24 12:51:58 -07:00
Victor Zverovich
f28645f900 Fix includes. 2014-04-24 12:37:06 -07:00
Victor Zverovich
4c84eb18b6 Test Array's move ctor. 2014-04-24 08:15:32 -07:00
Victor Zverovich
71a5b7a126 Return Writer instead of std::string in variadic overloads of Format for performance & consistency with non-variadic versions. 2014-04-24 07:32:01 -07:00
Victor Zverovich
bc2cab2efe Format. 2014-04-24 07:30:47 -07:00
Victor Zverovich
b22493ce7e Add a move ctor to Array. 2014-04-24 07:30:39 -07:00
Victor Zverovich
81217a2cc0 Add a comment. 2014-04-24 07:30:06 -07:00
Victor Zverovich
47cbcf8b3a Correct dirname. 2014-04-24 06:16:53 -07:00
Victor Zverovich
f04cb531db Remove unused code. 2014-04-23 19:41:25 -07:00
Victor Zverovich
cfeba45c35 Let the buffer grow as it pleases. 2014-04-23 18:37:49 -07:00
Victor Zverovich
33baa8f382 Fix the error when formatting a float with a filled buffer on MSVC. 2014-04-23 18:37:08 -07:00
Victor Zverovich
cb316b13b1 Add header to the project. 2014-04-23 17:52:13 -07:00
Victor Zverovich
f2e0391800 Simplify. 2014-04-23 17:34:32 -07:00