Commit Graph

  • 3b224e1813 Fix handling of pip show result when using new version of pip vitaut 2015-07-26 08:25:52 -07:00
  • 76d1218345 Workaround a bug in MSVC2010 (#188) vitaut 2015-07-10 07:58:27 -07:00
  • e498ffbb3d Fix rpmlint warning about unused dependency on libm.so.6 vitaut 2015-07-10 07:02:50 -07:00
  • 6cf24c7f92 Fix MSVC warnings vitaut 2015-07-08 08:04:32 -07:00
  • 4f7ad14c2b Fix MSVC warning vitaut 2015-07-08 07:52:03 -07:00
  • f3bef7ac92 Fix open_buffered_file vitaut 2015-07-08 07:48:54 -07:00
  • b6c1c9233a Workaround an issue with VC2010 vitaut 2015-07-08 07:36:36 -07:00
  • 6484a15ca0 Fix MSVC warnings vitaut 2015-07-08 07:35:57 -07:00
  • c669cbedf8 Rename None to Null because of conflict with an xlib.h macro vitaut 2015-07-07 07:05:17 -07:00
  • 7859f81233 Don't use pthreads if they are not available vitaut 2015-06-29 07:34:30 -07:00
  • 0332284ce3 Fix MinGW build on Appveyor by changing search path order vitaut 2015-06-29 07:22:45 -07:00
  • 7154238d45 Add terminating null character in UTF coverters vitaut 2015-06-27 09:11:15 -07:00
  • 279749168a Try to work around an issue with msbuild caused by Appveyor update vitaut 2015-06-27 08:38:26 -07:00
  • ba09c1b56e Fix windows build vitaut 2015-06-26 09:23:11 -07:00
  • df0835ac27 Update docs vitaut 2015-06-26 09:09:23 -07:00
  • 438bd9b0e6 Add BasicCStringRef to represent a null-termated string (#100) vitaut 2015-06-26 07:43:54 -07:00
  • 88c7c20102 Fix posix-test on FreeBSD (#179) vitaut 2015-06-25 07:06:30 -07:00
  • 761a0afb85 Correct path to doxyxml (#182) and break long line vitaut 2015-06-25 06:56:54 -07:00
  • 5b9b485f57 Workaround a bug in MinGW vitaut 2015-06-24 11:36:28 -07:00
  • 0a7e5141c1 Move posix tests from gtest-extra-test to a separate test vitaut 2015-06-24 09:16:03 -07:00
  • 9769f4b9ed Refactor posix tests vitaut 2015-06-24 08:43:30 -07:00
  • e5b16e80cc Include sys/types.h for ssize_t vitaut 2015-06-24 07:59:19 -07:00
  • 948317b6dd Fix FormatLongDouble test on PowerPC (#180) vitaut 2015-06-23 07:39:49 -07:00
  • 958299dd7f Install format.h to '<prefix>/include/cppformat' vitaut 2015-06-23 06:49:35 -07:00
  • b88a17ad9e libformat.{a.so} -> libcppformat.{a.so} vitaut 2015-06-23 06:40:22 -07:00
  • abcc2d96f0 Fix assertion tests vitaut 2015-06-22 09:24:54 -07:00
  • 8ab665afbc Only use death tests if available vitaut 2015-06-22 08:17:23 -07:00
  • 8450f5e1d3 FormatIntTest: FormatDec: don't assume signedness of char type vitaut 2015-06-22 07:03:26 -07:00
  • 2e874af293 Move CSS compilation to build.py for use by Travis vitaut 2015-06-22 06:54:29 -07:00
  • dd6a3bbc7c Fix out-of-tree documentation build (#177) vitaut 2015-06-22 06:40:21 -07:00
  • a0ed6bfe4f Break long line vitaut 2015-06-17 08:07:05 -07:00
  • e39490500c Replace implicit conversion to std::string with to_string vitaut 2015-06-17 07:59:41 -07:00
  • 147e5ebbbc Move casts to CharTraits for custom character types vitaut 2015-06-17 07:21:16 -07:00
  • 270069beda Use arg visitor when formatting printf argument vitaut 2015-06-16 07:36:32 -07:00
  • 9b6b3382e3 Don't use ignore_incompatible_str in ArgFormatter vitaut 2015-06-15 07:15:28 -07:00
  • 63f6c10449 Suppress a warning about unused strerror_r. vitaut 2015-06-14 09:36:23 -07:00
  • 8725d07d8b Place the anonymous namespace within the fmt namespace vitaut 2015-06-12 07:56:58 -07:00
  • 24c309fbfa Don't use windows.h if FMT_USE_WINDOWS_H is set to 0 vitaut 2015-06-12 07:15:57 -07:00
  • 9d09214e7a Use textual representation for bool by default (#170) vitaut 2015-06-11 09:00:06 -07:00
  • fd5c2e909b Report error when using precision with char vitaut 2015-06-11 08:58:31 -07:00
  • fccff7be5f Minor tweaks to the named arguments support code vitaut 2015-06-11 07:19:00 -07:00
  • b83ab16676 Break long lines vitaut 2015-06-11 06:14:42 -07:00
  • e5005c98b0 Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-06-11 06:10:26 -07:00
  • 834618ee28 Merge pull request #174 from jamboree/feature/named-arg Victor Zverovich 2015-06-11 06:03:34 -07:00
  • 3c99ed4498 Fix name parsing jamboree 2015-06-11 12:03:22 +08:00
  • 2e254ad19d arg_index -> arg_id vitaut 2015-06-10 09:08:49 -07:00
  • a98583dde3 Move ArgList::Map to the internal namespace and rename to ArgMap vitaut 2015-06-10 08:49:22 -07:00
  • 4325c155f7 Improve documentation vitaut 2015-06-10 07:33:17 -07:00
  • 83659f425b Merge pull request #173 from jamboree/feature/named-arg Victor Zverovich 2015-06-10 06:38:27 -07:00
  • 7487bde587 Support named arguments jamboree 2015-06-10 09:32:59 +08:00
  • ed2dfe5124 Implement writing narrow strings into a wide writer vitaut 2015-06-09 08:20:44 -07:00
  • 8949a2e941 Fix formatting vitaut 2015-06-08 06:53:18 -07:00
  • a5e7d08ad0 Merge branch 'master' of github.com:cppformat/cppformat vitaut 2015-06-04 12:52:49 -07:00
  • 99edb141ec Don't try updating cppformat.github.io without permissions vitaut 2015-06-04 12:52:42 -07:00
  • 03bf6dea67 Merge pull request #168 from jamboree/master Victor Zverovich 2015-06-04 09:23:15 -07:00
  • 54a6cb34c7 Support runtime width specification jamboree 2015-06-04 13:59:37 +08:00
  • d311927c64 Update Breathe and document BasicArrayWriter(Char (&array)[SIZE]) vitaut 2015-06-03 18:21:01 -07:00
  • 4d521064cf Give an error if fill is not convertible to Char in StrFormatSpec vitaut 2015-06-03 08:39:43 -07:00
  • d8a3b74664 Simplify download with urllib.urlretrieve vitaut 2015-05-24 08:03:22 -07:00
  • ce5ab7d68f Exclude internal symbols from the docs vitaut 2015-05-24 07:48:22 -07:00
  • 5a61d54eb7 Install newer version of Doxygen because of a bug in version 1.7.6.1 (#162) vitaut 2015-05-24 07:48:06 -07:00
  • 3310849fa0 Don't use placeholder on the search page vitaut 2015-05-23 13:41:21 -07:00
  • f478f7f490 Comment vitaut 2015-05-23 13:34:44 -07:00
  • b902efd870 Update classes vitaut 2015-05-23 12:48:09 -07:00
  • 921f1bae46 .container -> .tb-container (fixes #165) vitaut 2015-05-23 12:28:41 -07:00
  • 079c6442e1 Fix HTML errors vitaut 2015-05-23 11:59:04 -07:00
  • 9e83b8a6e0 Move Google analytics block to the top vitaut 2015-05-23 11:42:57 -07:00
  • e1fcb0a2b5 Remove doctype and add meta tags vitaut 2015-05-23 11:38:36 -07:00
  • eaf30d5b0d Move "What users say" to the front page vitaut 2015-05-23 08:33:55 -07:00
  • 9af6c41684 Use template comments because they are removed from output vitaut 2015-05-23 08:31:29 -07:00
  • 9ca1ce293e Make instantiation of BasicData consistent with its definition vitaut 2015-05-23 08:04:06 -07:00
  • bfe9267d4d Bootstrapify vitaut 2015-05-22 19:21:55 -07:00
  • 42001e541e Add basic-bootstrap theme vitaut 2015-05-22 19:12:45 -07:00
  • ba994e78ec Use dev instead of version for the development version vitaut 2015-05-22 07:50:46 -07:00
  • f5f9f50f87 Update links vitaut 2015-05-22 07:24:23 -07:00
  • 63572da4e7 Fix formatting vitaut 2015-05-22 07:22:55 -07:00
  • 78936ad6d7 Fix formatting vitaut 2015-05-22 07:08:16 -07:00
  • eb50269744 Update the documentation link vitaut 2015-05-22 06:50:46 -07:00
  • c389ec05a1 Redirect from RTD to GitHub Pages vitaut 2015-05-22 06:47:05 -07:00
  • e4c0046a99 Update documentation links vitaut 2015-05-22 06:41:03 -07:00
  • dfe2a65b5d Remove diagnostics and re-enable build configs vitaut 2015-05-21 20:25:15 -07:00
  • efba235246 Regenerate key and prevent leakage vitaut 2015-05-21 19:29:45 -07:00
  • 0022e0b40f Update key vitaut 2015-05-21 19:11:32 -07:00
  • 44fabfc803 Add diagnostics vitaut 2015-05-21 19:01:47 -07:00
  • e15eae012c Fix travis config vitaut 2015-05-21 09:13:35 -07:00
  • 5d570d7ee9 Add a travis key vitaut 2015-05-21 09:05:34 -07:00
  • 9f60609405 Customize search vitaut 2015-05-21 09:03:22 -07:00
  • 37141a1e3f Install less-plugin-clean-css vitaut 2015-05-21 08:26:36 -07:00
  • 719208c24b Now do the same as root vitaut 2015-05-21 08:14:47 -07:00
  • 3e49279267 Add APT key vitaut 2015-05-21 08:03:00 -07:00
  • 595845153d Fix nodesource.list creation vitaut 2015-05-21 07:20:26 -07:00
  • f77b00e1f7 Try installing new version of lessc vitaut 2015-05-21 07:04:56 -07:00
  • eb20f8aece Try installing lessc vitaut 2015-05-20 18:22:53 -07:00
  • 1456a496f0 Hide the navbar search box on the Search page vitaut 2015-05-20 18:22:35 -07:00
  • fbc2fcb3e2 Create a link for node_modules vitaut 2015-05-20 12:29:47 -07:00
  • fca83df599 Support old version of pip installed on Travis, take 2 vitaut 2015-05-20 11:45:16 -07:00
  • 6955417236 Support old version of pip installed on Travis vitaut 2015-05-20 11:10:16 -07:00
  • 469f3674cf Ignore build files and simplify building docs locally vitaut 2015-05-20 08:28:54 -07:00
  • 702e53d7a8 Correct excludes vitaut 2015-05-20 08:07:46 -07:00
  • f9936c4859 Build docs on travis vitaut 2015-05-20 08:06:12 -07:00