Commit Graph

  • 42764e54ae Fix UTF16ToUTF8. Victor Zverovich 2014-05-01 07:09:08 -07:00
  • 58a2f4f425 Test error reporting in UTF16ToUTF8. Victor Zverovich 2014-05-01 07:06:35 -07:00
  • 53b4c31afb Move Format*ErrorMessage to internal namespace. Victor Zverovich 2014-04-30 15:00:41 -07:00
  • f3a86e83fe Fix test. Victor Zverovich 2014-04-30 13:34:52 -07:00
  • d35411817e Fix test. Victor Zverovich 2014-04-30 13:28:05 -07:00
  • d3b1783647 Fix test. Victor Zverovich 2014-04-30 13:02:53 -07:00
  • 0bece94257 Fix test. Victor Zverovich 2014-04-30 12:39:31 -07:00
  • 400812a905 CError -> WinError Victor Zverovich 2014-04-30 12:38:17 -07:00
  • c7eba007cc Fix MSVC build. Victor Zverovich 2014-04-30 11:47:16 -07:00
  • 89a8aaf502 Fix UB. Victor Zverovich 2014-04-30 11:29:33 -07:00
  • 34712da2e7 Fix MSVC build. Victor Zverovich 2014-04-30 11:28:07 -07:00
  • f68d329d24 Fix warning. Victor Zverovich 2014-04-30 11:22:20 -07:00
  • 99e6112fda Fix StrError, move Format*ErrorMessage to the implementation. Victor Zverovich 2014-04-30 11:20:41 -07:00
  • a1a84df7a4 More tests. Victor Zverovich 2014-04-30 10:53:55 -07:00
  • c8e2b474e8 Fix test. Victor Zverovich 2014-04-30 10:46:12 -07:00
  • 8f06746051 Implement GetThreadCount on Linux, fix warnings. Victor Zverovich 2014-04-30 10:45:58 -07:00
  • 25ce9e7153 Fix MSVC build. Victor Zverovich 2014-04-30 10:39:24 -07:00
  • f79398699b Add ThrowCError to throw an exception on C library errors. Victor Zverovich 2014-04-30 10:18:11 -07:00
  • 2c6372d790 Add a portable thread-safe version of strerror. Victor Zverovich 2014-04-30 09:42:48 -07:00
  • 5019b6b0f4 Fix tests, take 2. Victor Zverovich 2014-04-30 07:46:16 -07:00
  • ba571064e7 Fix tests. Victor Zverovich 2014-04-30 07:44:41 -07:00
  • ed2bdbaeaf Fix Windows build. Victor Zverovich 2014-04-30 07:41:54 -07:00
  • c16217bf9b Test UTF8ToUTF16 and UTF16ToUTF8. Victor Zverovich 2014-04-30 07:38:43 -07:00
  • 089974eb92 Fix compiler flags check. Victor Zverovich 2014-04-30 07:36:47 -07:00
  • da9aeab810 Add UTF8ToUTF16 and UTF16ToUTF8. Victor Zverovich 2014-04-30 07:23:43 -07:00
  • 859a4975f6 Throw SystemError if fwrite fails. Victor Zverovich 2014-04-30 06:55:21 -07:00
  • 4e33311597 Get rid of FormatterProxy. Victor Zverovich 2014-04-29 09:32:25 -07:00
  • 063d0077b3 Test FileSink. Simplify tests. Victor Zverovich 2014-04-29 08:39:37 -07:00
  • 48be5c22a2 Test "move". Victor Zverovich 2014-04-29 07:58:20 -07:00
  • e00409c517 Comment. Victor Zverovich 2014-04-29 07:49:46 -07:00
  • 2b64133287 Add test script to appveyor config. Victor Zverovich 2014-04-29 07:40:42 -07:00
  • cfa7702409 Update benchmark. Victor Zverovich 2014-04-29 07:27:30 -07:00
  • 3c3c846908 Check for -std=c++0x flag if -std=c++11 is not available. Victor Zverovich 2014-04-29 07:12:06 -07:00
  • 3fe942c284 Update benchmarks. Victor Zverovich 2014-04-29 07:11:46 -07:00
  • c1f947f4fb Add comments. Victor Zverovich 2014-04-29 06:54:46 -07:00
  • 6798c1704e Add tests. Victor Zverovich 2014-04-29 06:26:37 -07:00
  • bfc8615d28 Update benchmarks. Victor Zverovich 2014-04-29 06:26:30 -07:00
  • 98e4447b46 Use locally defined open. Victor Zverovich 2014-04-29 06:10:58 -07:00
  • 710725ea9d Fix implementation of open on windows. Victor Zverovich 2014-04-29 06:00:01 -07:00
  • 60c92a7431 Get rid of MSB3644 warnings. Victor Zverovich 2014-04-29 05:56:47 -07:00
  • 7ad88eff13 Fix a warning. Victor Zverovich 2014-04-29 05:54:36 -07:00
  • 11b3b5128e Fix test when the output file exists. Victor Zverovich 2014-04-28 20:04:59 -07:00
  • e3063a5902 Fix test. Victor Zverovich 2014-04-28 19:33:45 -07:00
  • 9514da06e7 Fix test. Victor Zverovich 2014-04-28 19:27:41 -07:00
  • 7e6dd376b1 Improve doc. Victor Zverovich 2014-04-28 19:27:29 -07:00
  • 46e26191f4 Remove unnecessary const refs. Victor Zverovich 2014-04-28 19:27:19 -07:00
  • d9db89814f Refactor action classes, Action -> Sink, add comments. Victor Zverovich 2014-04-28 08:59:29 -07:00
  • d2bf073334 Format. Victor Zverovich 2014-04-27 09:47:07 -07:00
  • 83a7b79c2d Add a macro to disallow the copy constructor and operator= functions. Victor Zverovich 2014-04-27 09:46:56 -07:00
  • 5dee290482 Fix warnings. Victor Zverovich 2014-04-27 07:16:17 -07:00
  • 8d28a2382b Fix MSVC build. Victor Zverovich 2014-04-27 07:09:53 -07:00
  • 8641461c98 More tests. Victor Zverovich 2014-04-27 06:56:12 -07:00
  • 0b307248a6 Fix warning. Victor Zverovich 2014-04-26 10:09:35 -07:00
  • f6baab5c27 Fix warning. Victor Zverovich 2014-04-26 10:00:29 -07:00
  • f153f6f4b5 Implement move assignment in BasicWriter. Victor Zverovich 2014-04-26 07:10:21 -07:00
  • 515fd5218a Test move assignment in Array. Victor Zverovich 2014-04-26 06:49:22 -07:00
  • 3bb9941e37 Fix warning. Victor Zverovich 2014-04-26 06:47:25 -07:00
  • a9922a6df2 Try setting width. Victor Zverovich 2014-04-25 09:04:53 -07:00
  • 2266e93fce Resore RST. Victor Zverovich 2014-04-25 08:57:34 -07:00
  • 5746660183 Use HTML to set image size. Victor Zverovich 2014-04-25 08:34:41 -07:00
  • 38f285c477 Set image height. Victor Zverovich 2014-04-25 08:30:05 -07:00
  • 9b2e5b0c75 Add appveyor badge. Victor Zverovich 2014-04-25 08:21:26 -07:00
  • 26277c8ab3 Implement move assignment operator for Array. Victor Zverovich 2014-04-25 08:18:07 -07:00
  • 5adc272ee7 Add tests. Victor Zverovich 2014-04-25 07:44:35 -07:00
  • 08b0741fa7 Add move ctor to BasicWriter. Victor Zverovich 2014-04-25 07:40:37 -07:00
  • 259a307daf Fix version check, take 2. Victor Zverovich 2014-04-24 15:39:20 -07:00
  • daaa314aac Fix version check. Victor Zverovich 2014-04-24 14:55:18 -07:00
  • b61bb5d635 Don't use rvalue references when compiling with clang and an old libstdc++ as the latter doesn't provide std::move. Victor Zverovich 2014-04-24 14:18:37 -07:00
  • 9882a7cf33 Specify which project to build. Victor Zverovich 2014-04-24 12:58:45 -07:00
  • 9df02e2b97 Set path to find the correct version of msbuild. Victor Zverovich 2014-04-24 12:51:58 -07:00
  • f28645f900 Fix includes. Victor Zverovich 2014-04-24 12:37:06 -07:00
  • 4c84eb18b6 Test Array's move ctor. Victor Zverovich 2014-04-24 08:15:32 -07:00
  • 71a5b7a126 Return Writer instead of std::string in variadic overloads of Format for performance & consistency with non-variadic versions. Victor Zverovich 2014-04-24 07:32:01 -07:00
  • bc2cab2efe Format. Victor Zverovich 2014-04-24 07:30:47 -07:00
  • b22493ce7e Add a move ctor to Array. Victor Zverovich 2014-04-24 07:30:39 -07:00
  • 81217a2cc0 Add a comment. Victor Zverovich 2014-04-24 07:30:06 -07:00
  • 47cbcf8b3a Correct dirname. Victor Zverovich 2014-04-24 06:16:53 -07:00
  • f04cb531db Remove unused code. Victor Zverovich 2014-04-23 19:41:25 -07:00
  • cfeba45c35 Let the buffer grow as it pleases. Victor Zverovich 2014-04-23 18:37:49 -07:00
  • 33baa8f382 Fix the error when formatting a float with a filled buffer on MSVC. Victor Zverovich 2014-04-23 18:37:08 -07:00
  • cb316b13b1 Add header to the project. Victor Zverovich 2014-04-23 17:52:13 -07:00
  • f2e0391800 Simplify. Victor Zverovich 2014-04-23 17:34:32 -07:00
  • 9bde82689f Use prefix FMT_ for all macros. Victor Zverovich 2014-04-23 17:33:50 -07:00
  • 269c3bab7e Generate a script that configures build environment and runs msbuild. Victor Zverovich 2014-04-23 17:21:18 -07:00
  • 8c423d9747 Add a script to configure build environment and run CMake when building with Microsoft SDK toolchain. Victor Zverovich 2014-04-23 16:50:04 -07:00
  • cf2278d4c5 Detect msbuild. Victor Zverovich 2014-04-23 16:28:51 -07:00
  • 2ef85bf845 Escape backslashes and quote. Victor Zverovich 2014-04-23 16:11:41 -07:00
  • 96bcc1688b Quote command. Victor Zverovich 2014-04-23 15:21:25 -07:00
  • 83b23aeb44 Just try running msbuild. Victor Zverovich 2014-04-23 13:16:28 -07:00
  • 1e31452544 Fix build config, take 2. Victor Zverovich 2014-04-23 13:03:01 -07:00
  • 6b07e0d28f Fix build config. Victor Zverovich 2014-04-23 12:51:29 -07:00
  • ac62d74d20 Use the absolut path to msbuild. Victor Zverovich 2014-04-23 12:46:58 -07:00
  • 0054010255 Try a different VS version. Victor Zverovich 2014-04-23 12:35:43 -07:00
  • ca8b6f0b13 Specify Visual Studio version. Victor Zverovich 2014-04-23 12:31:10 -07:00
  • e905a2870a Add appveyor config. Victor Zverovich 2014-04-23 12:18:53 -07:00
  • 01ab792f60 Decouple the action perform on argument's destruction from the argument. Victor Zverovich 2014-04-23 09:13:03 -07:00
  • e78904b9b9 Move formatting functionality from BasicFormatter to BasicWriter & FormatPaser to simplify the implementation of standalone formatting methods. Victor Zverovich 2014-04-23 08:27:50 -07:00
  • 1104e73242 Don't use initializer lists. Victor Zverovich 2014-04-22 19:42:25 -07:00
  • 656a8378d1 Use ArgInfo instead of Arg where possible. Victor Zverovich 2014-04-22 08:58:54 -07:00
  • 5b8126f84d Factor POD part of Arg into ArgInfo to be able to store it in Array. Victor Zverovich 2014-04-22 08:19:10 -07:00