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 |
|
Victor Zverovich
|
9bde82689f
|
Use prefix FMT_ for all macros.
|
2014-04-23 17:33:50 -07:00 |
|
Victor Zverovich
|
269c3bab7e
|
Generate a script that configures build environment and runs msbuild.
|
2014-04-23 17:21:18 -07:00 |
|
Victor Zverovich
|
8c423d9747
|
Add a script to configure build environment and run CMake when building with Microsoft SDK toolchain.
|
2014-04-23 16:50:04 -07:00 |
|
Victor Zverovich
|
cf2278d4c5
|
Detect msbuild.
|
2014-04-23 16:28:51 -07:00 |
|
Victor Zverovich
|
2ef85bf845
|
Escape backslashes and quote.
|
2014-04-23 16:11:41 -07:00 |
|
Victor Zverovich
|
96bcc1688b
|
Quote command.
|
2014-04-23 15:21:25 -07:00 |
|
Victor Zverovich
|
83b23aeb44
|
Just try running msbuild.
|
2014-04-23 13:16:28 -07:00 |
|
Victor Zverovich
|
1e31452544
|
Fix build config, take 2.
|
2014-04-23 13:03:01 -07:00 |
|
Victor Zverovich
|
6b07e0d28f
|
Fix build config.
|
2014-04-23 12:51:29 -07:00 |
|
Victor Zverovich
|
ac62d74d20
|
Use the absolut path to msbuild.
|
2014-04-23 12:46:58 -07:00 |
|
Victor Zverovich
|
0054010255
|
Try a different VS version.
|
2014-04-23 12:35:43 -07:00 |
|
Victor Zverovich
|
ca8b6f0b13
|
Specify Visual Studio version.
|
2014-04-23 12:31:10 -07:00 |
|
Victor Zverovich
|
e905a2870a
|
Add appveyor config.
|
2014-04-23 12:18:53 -07:00 |
|
Victor Zverovich
|
01ab792f60
|
Decouple the action perform on argument's destruction from the argument.
|
2014-04-23 09:13:03 -07:00 |
|
Victor Zverovich
|
e78904b9b9
|
Move formatting functionality from BasicFormatter to BasicWriter & FormatPaser to simplify the implementation of standalone formatting methods.
|
2014-04-23 08:27:50 -07:00 |
|
Victor Zverovich
|
1104e73242
|
Don't use initializer lists.
|
2014-04-22 19:42:25 -07:00 |
|
Victor Zverovich
|
656a8378d1
|
Use ArgInfo instead of Arg where possible.
|
2014-04-22 08:58:54 -07:00 |
|
Victor Zverovich
|
5b8126f84d
|
Factor POD part of Arg into ArgInfo to be able to store it in Array.
|
2014-04-22 08:19:10 -07:00 |
|
Victor Zverovich
|
028fb01f42
|
Make docs depend on layout.
|
2014-04-22 06:34:31 -07:00 |
|
Victor Zverovich
|
a27560ef8d
|
Update breathe.
|
2014-04-21 11:43:25 -07:00 |
|
Victor Zverovich
|
656ca25177
|
Add example.
|
2014-04-20 08:46:24 -07:00 |
|
Victor Zverovich
|
03f68857e2
|
Replace BasicFormatter::Format with BasicWriter::FormatInt.
|
2014-04-20 08:46:09 -07:00 |
|
Victor Zverovich
|
cdfbd128ec
|
Document namespace use.
|
2014-04-19 19:17:06 -07:00 |
|
Victor Zverovich
|
64005c04ac
|
Move Portability section to the web site.
|
2014-04-18 08:26:23 -07:00 |
|