1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-10-05 19:16:54 +08:00
Commit Graph

142 Commits

Author SHA1 Message Date
Olaf van der Spek
44b7c5b918 Remove ac_cv_cxx_hash_map_class 2017-01-30 14:45:48 +01:00
Olaf van der Spek
02259b0928 Use unordered_map/set 2017-01-30 13:36:32 +01:00
Olaf van der Spek
298a9b45ac Update README.md 2017-01-30 12:55:11 +01:00
Olaf van der Spek
9003fbc9b2 Delete m4/namespaces.m4 2017-01-30 12:11:16 +01:00
Olaf van der Spek
75f4aa677c Delete m4/google_namespace.m4 and m4/stl_namespace.m4 2017-01-30 11:59:37 +01:00
Olaf van der Spek
9625c49465 Remove GOOGLE_NAMESPACE 2017-01-30 11:43:52 +01:00
Olaf van der Spek
65f080f2b4 Use <cstdint> 2017-01-30 11:26:45 +01:00
Olaf van der Spek
dfc73bec45 Use uint32_t and uint64_t 2017-01-30 11:05:09 +01:00
Olaf van der Spek
dce932e90e Merge branch 'SoapGentoo-master' 2017-01-29 11:04:10 +01:00
Olaf van der Spek
865d2ac046 Update autostuff 2017-01-29 11:03:37 +01:00
David Seifert
2e97ad7c33
Modernise Autotools build system
* Remove Autotools cruft (`ltmain.sh` and friends) and add to
  .gitignore
* No need to add `INSTALL` and `COPYING` to the `doc_DATA` targets.
  These files shouldn't be installed, and there is no need to add
  them to `doc_DATA`, as Automake will still add them to the tarball.
* Use `AX_PTHREAD`, which is the modern replacement for `ACX_PTHREAD`.
* Do not override `$(docdir)`, which is a user flag and shouldn't
  be modified according to GNU conventions.
* Install html files into `$(htmldir)` and not `$(docdir)`.
* Only build tests when they are requested, that is, test targets
  should be prefixed with `check_` and not `noinst_`.
* Copy the `.cc` file to `.c` instead of using `$(LN_S)` which breaks
  `VPATH` (out-of-source builds).
2017-01-27 23:29:15 +01:00
Olaf van der Spek
b7e2606d9c Unversion generated files 2017-01-25 14:54:33 +01:00
Olaf van der Spek
4b8476e7c2 MSVC supports std::unordered_map KeyEqual 2017-01-22 14:41:04 +01:00
Olaf van der Spek
1ba73fa183 MSVC supports mutable on structs 2017-01-22 14:39:02 +01:00
Olaf van der Spek
cd8dc4a228 Remove automatically generated files from version control 2017-01-04 12:04:04 +01:00
Olaf van der Spek
0d0901ec95 Remove GOOGLE_NAMESPACE 2017-01-04 11:57:36 +01:00
Olaf van der Spek
936d6937a8 Remove GOOGLE_NAMESPACE 2017-01-04 11:19:53 +01:00
Olaf van der Spek
431ff86a40 Remove automatically generated files from version control. 2017-01-04 09:58:23 +01:00
Olaf van der Spek
171838a0ac Disable EditAndContinue on Windows due to conflict with SafeESH 2017-01-04 09:43:23 +01:00
Olaf van der Spek
c9e35b0a80 Enable HAVE_UNORDERED_MAP on Windows 2017-01-04 09:41:33 +01:00
Olaf van der Spek
69d054da6b Upgrade project files to VS2015 2016-06-04 16:11:39 +02:00
Olaf van der Spek
03c821dd58 Remove auto-generated files 2016-06-04 16:06:54 +02:00
Olaf van der Spek
0f8696333b Merge branch 'master' of https://github.com/OlafvdSpek/ctemplate 2016-06-04 15:53:24 +02:00
Olaf van der Spek
266054e62a Delete .vcproj files 2016-06-04 15:50:42 +02:00
Olaf van der Spek
068cfb353b Merge pull request #121 from janstilow/master
Fix to build with python2 by default
2016-06-04 15:44:16 +02:00
Jan Stilow
01a5302032 Fix to build with python2 by default
I used python2.7 first, however after looking through issue #104 and the python2.patch I switched using python2 instead because python2 seems to be more generic.
2016-06-03 21:03:21 +02:00
Olaf van der Spek
d17dd5d192 Use std::unordered_map 2016-05-29 21:22:39 +02:00
Olaf van der Spek
057f80ddfc Update Windows files 2016-05-29 18:47:32 +02:00
Olaf van der Spek
b890ce2f55 Don't define snprintf and va_copy for VS2015. 2016-05-29 12:14:20 +02:00
Olaf van der Spek
f63420c39f Upgrade project files to VS2015. 2016-05-29 12:01:13 +02:00
Olaf van der Spek
cb94b41423 Merge pull request #118 from dragotin/master
New github friendly README file with links to the html docs.
2015-10-07 14:39:29 +02:00
Klaas Freitag
9cbb259817 New github friendly README file with links to the html docs. 2015-09-04 16:04:56 +02:00
olafvdspek
6742f6233d Enable subdir-objects 2015-02-15 14:07:34 +00:00
olafvdspek
17b91bdeb2 Remove HTMLPARSER_NAMESPACE 2015-02-15 13:47:56 +00:00
olafvdspek
e2ac58a0d2 Remove _START_GOOGLE_NAMESPACE_ 2015-02-15 00:45:50 +00:00
olafvdspek
ce0349e3f4 Remove _END_GOOGLE_NAMESPACE_ 2015-02-15 00:38:19 +00:00
olafvdspek
e58403410c Use find_ptr 2015-02-15 00:28:41 +00:00
olafvdspek
788f0e67bf Use find_ptr 2015-02-15 00:20:22 +00:00
olafvdspek
0fb8d3ab34 Remove ac_google_start_namespace 2015-02-13 20:00:56 +00:00
olafvdspek
41b65c876f Remove ac_google_end_namespace 2015-02-13 19:53:07 +00:00
olafvdspek
82235342c9 Wed Mar 19 20:02:51 2014 Olaf van der Spek <olafvdspek@gmail.com>
* ctemplate: version 2.3 release
	* Fixed some more C++11 issues. 
	* Removed deprecated Template::SetEscapedValueAndShowSection() 
	*   and Template::ReloadIfChanged().
2014-03-19 19:31:53 +00:00
olafvdspek@gmail.com
b57b6c37da Autoreconf 2013-08-09 08:36:12 +00:00
olafvdspek@gmail.com
57ceae85ea Use find_ptr 2012-12-19 08:23:28 +00:00
olafvdspek@gmail.com
c758930da8 Use count instead of find 2012-12-19 08:07:45 +00:00
olafvdspek@gmail.com
df11656259 Use ULL instead of LLU 2012-12-19 07:55:13 +00:00
olafvdspek@gmail.com
92208e0adf make_tpl_varnames_h.cc 2012-12-19 07:49:16 +00:00
olafvdspek@gmail.com
d44f73fa42 Remove deprecated Template::SetEscapedValueAndShowSection() 2012-08-25 16:04:21 +00:00
olafvdspek@gmail.com
e664a3f8cf Remove Template::ReloadIfChanged() 2012-08-25 13:55:42 +00:00
olafvdspek@gmail.com
1baad884af Drop const from size_t 2012-05-31 14:09:19 +00:00
olafvdspek@gmail.com
8f667d33ae Rebuild Makefile.in 2012-05-21 22:13:53 +00:00