Commit Graph

456 Commits

Author SHA1 Message Date
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
Victor Zverovich
395f7a9615 Update readme. 2014-04-18 07:21:39 -07:00
Victor Zverovich
aec95bcbba Add instructions on how to run the unit tests. 2014-04-17 21:28:00 -07:00
Victor Zverovich
23dd27873d Update instructions for running tests. 2014-04-17 21:25:04 -07:00
Victor Zverovich
da2a35de79 Update names and links. 2014-04-17 21:17:56 -07:00
Victor Zverovich
f4c31ccd59 Include gtest in the package and bump version. 2014-04-17 21:17:34 -07:00
Victor Zverovich
5e3e7fe7d3 Add a fused version of gtest. 2014-04-17 20:59:06 -07:00
Victor Zverovich
31f7a7479d Remove gtest submodule. 2014-04-17 20:50:21 -07:00
Victor Zverovich
107a184a81 Fix test. 2014-04-17 19:20:54 -07:00
Victor Zverovich
a07b51f7df Conditionally compile part of a test that uses C++11. 2014-04-17 19:18:11 -07:00
Victor Zverovich
7f622c118d Test example. 2014-04-17 18:28:45 -07:00
Victor Zverovich
c22c26ed3d Update project name, copyright and version. 2014-04-17 08:55:02 -07:00
Victor Zverovich
5ef5195c8f Add Google Analytics. 2014-04-16 12:24:35 -07:00
Victor Zverovich
265b40ec6e Disable GCC warning about "long long". 2014-04-16 09:19:31 -07:00
Victor Zverovich
2e8c75269a Update the package name. 2014-04-15 07:35:28 -07:00
Victor Zverovich
581947558a Change the travis config to run tests. 2014-04-14 23:28:11 -07:00
Victor Zverovich
817d98a6fe Add a build status image. 2014-04-14 23:19:38 -07:00
Victor Zverovich
100768a008 Add a travis config. 2014-04-14 23:18:58 -07:00
Victor Zverovich
17fbcd166f Change String Formatting API to C++ Format Library API as it supports more general things than string formatting, e.g. file I/O. 2014-04-14 14:42:43 -07:00
Victor Zverovich
10b2fe0f27 Implement packaging. 2014-04-14 12:54:03 -07:00
Victor Zverovich
38d723f760 Fix link. 2014-04-13 10:18:15 -07:00
Victor Zverovich
05993065a2 Update links. 2014-04-13 10:16:10 -07:00
Victor Zverovich
4b22eb38c1 Update links. 2014-04-13 10:14:05 -07:00
Victor Zverovich
8b47d578d0 Add ICC to the list of supported compilers. 2014-04-10 10:50:12 -07:00
Victor Zverovich
f2e06804c5 Workaround an issue with Intel C++ compiler. 2014-04-10 10:49:55 -07:00
Victor Zverovich
648dba0a78 Check output. 2014-04-09 08:27:51 -07:00
Victor Zverovich
5f9574c3c1 Add a test case for writing a double to a filled buffer. 2014-04-09 08:05:23 -07:00
vitaut
87545b0af4 Merge pull request #28 from jdale88/vslevel4warnings
Fixed some level 4 warnings in VS2013
2014-03-12 08:05:56 -07:00
jdale88
4cabe16241 Should use Char not char, as Char is typedef'd to the correct type (char or wchar_t) 2014-03-11 19:03:26 +00:00