Commit Graph

36 Commits

Author SHA1 Message Date
Crypto City
4554d72de2 bump template size to 90 2023-07-15 19:48:23 +00:00
Crypto City
871636ec95 bump template size to 80 2023-04-10 08:30:13 +00:00
Crypto City
aa8ee47e5d bump template size to 70 2022-12-31 11:40:23 +00:00
mihai.pop
238cda5fb9 changed angled brackets with quotes for gcc include file in preprocess.cmd 2018-02-15 10:23:48 +01:00
Edward Diener
f311a495ed Removed executable tag. 2017-09-16 07:22:05 -04:00
Alessandro Marzialetti
ecb4d2a89f Fixed a bug with the template substitution adding temporary string
placeholders to avoid unexpected substitutions

(e.g.) with i = 110:
line = re.sub(r'20', re.escape(str(i+10)), line.rstrip())
    20 -> 110
line = re.sub(r'11', re.escape(str(i + 1)), line.rstrip())
    110 -> 1010
line = re.sub(r'10(?![0-9])', re.escape(str(i)), line.rstrip())
    1100 -> 10100
2017-07-10 12:45:36 +02:00
Deniz Bahadir
7c9701ee5c Addition to fix / workaround for issue #11224.
* Added default-value for cmdline-option which expects the Boost
  source-directory. It points to the Boost source-directory in which the
  script "boost_mpl_preprocess.py" is located.
* Adjusted "README.txt" file to reflect these changes.

Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
2015-05-19 12:11:44 +02:00
Deniz Bahadir
0e262c22a0 Fix / Workaround for issue #11224. (cont.)
* Extended script "boost_mpl_preprocess.py" to automatically call script
  "fix_boost_mpl_preprocess.py" prior to pre-processing and thereby
  automatically fix issue #11224.
* Extended script "fix_boost_mpl_preprocess.py" to just allow checking
  if the selected Boost source-directory requires fixing because of
  issue #11224.
* Adjusted the "README.txt" accordingly.

Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
2015-05-01 18:07:59 +02:00
Deniz Bahadir
7cd0559ce8 Fix / Workaround for issue #11224. (cont.)
* Corrected a small error in a regex of "boost_mpl_preprocess.py" which
  did match too much and therefore resulted in wrong substitution in
  some cases.
* Added some more directories with files that need fixing to script
  "fix_boost_mpl_preprocess.py".

Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
2015-05-01 17:57:34 +02:00
Deniz Bahadir
95f79d95a5 Fix / Workaround for issue #11224.
Python-script "fix_boost_mpl_preprocess.py" fixes the header-problems
described in issue #11224.
Python-script "boost_mpl_preprocess.py" simplifies the pre-processing of
MPL-containers.

Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
2015-04-22 13:47:06 +02:00
Deniz Bahadir
d5dcd7abb1 Removed references to non-supported compilers.
Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
2015-04-21 15:40:24 +02:00
Aleksey Gurtovoy
8e75b0f4ae MPL: regenerate preprocessed headers for BCC (ticket #2345)
[SVN r49246]
2008-10-10 10:48:48 +00:00
Aleksey Gurtovoy
48f67ece2e Fix preprocessed headers generation
[SVN r49244]
2008-10-10 10:11:23 +00:00
Aleksey Gurtovoy
7dbbf92d37 $Source$ -> $Id$
[SVN r49241]
2008-10-10 09:24:39 +00:00
Aleksey Gurtovoy
a6c47df14c $Source$ -> $Id$
[SVN r49240]
2008-10-10 09:21:07 +00:00
Aleksey Gurtovoy
ce552c8aaa Add missing import directive
[SVN r36167]
2006-11-23 19:42:01 +00:00
Aleksey Gurtovoy
e1fc6f383b Get rid of platform assumptions
[SVN r36166]
2006-11-23 19:41:11 +00:00
Aleksey Gurtovoy
3a4b33d399 merge fixes from RC_1_34_0
[SVN r34276]
2006-06-12 07:21:44 +00:00
Aleksey Gurtovoy
9884799fe1 Portability fixes to preprocess.py et al. (thanks to Larry Evans!)
[SVN r31189]
2005-10-04 08:35:29 +00:00
Aleksey Gurtovoy
6ca63b6524 add no_ctps configuration for map
[SVN r26496]
2004-12-14 12:57:14 +00:00
Aleksey Gurtovoy
203a9f086a merge RC_1_32_0 fixes
[SVN r26328]
2004-11-28 03:35:12 +00:00
Aleksey Gurtovoy
30444accf6 fix copyright/license
[SVN r25149]
2004-09-16 14:13:02 +00:00
Aleksey Gurtovoy
92170583d9 add copyright/license info
[SVN r25084]
2004-09-14 12:39:55 +00:00
Aleksey Gurtovoy
8373f7b2a6 more MIPSpro fixes
[SVN r24947]
2004-09-07 08:53:22 +00:00
Aleksey Gurtovoy
f9be91fc35 set/map fixes
[SVN r24912]
2004-09-05 09:45:19 +00:00
Aleksey Gurtovoy
1689c8ef83 merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
Aleksey Gurtovoy
b842e17901 fixes for tagged lambda oversights
[SVN r19451]
2003-08-05 02:13:04 +00:00
Aleksey Gurtovoy
c62645ac2b fix preprocessed header name note
[SVN r19418]
2003-08-04 02:21:00 +00:00
Aleksey Gurtovoy
6dc817c68a bind1st/bind2nd common name workaround
[SVN r18859]
2003-06-23 12:44:12 +00:00
Aleksey Gurtovoy
406ae7d211 tools for re-generating preprocessed headers
[SVN r18856]
2003-06-23 11:34:04 +00:00
Aleksey Gurtovoy
e98c65986e MPL names/directory structure refactoring
[SVN r17651]
2003-02-25 23:11:41 +00:00
Aleksey Gurtovoy
2687c891ef pp.py fixes
[SVN r17552]
2003-02-20 12:47:15 +00:00
Aleksey Gurtovoy
b677230837 full_lambda changes
[SVN r16751]
2003-01-05 08:49:46 +00:00
Aleksey Gurtovoy
0d06b02ab6 limited metafunction form support
[SVN r16632]
2002-12-17 10:42:05 +00:00
Aleksey Gurtovoy
e33ca7fd56 pre-1.29.0 update
[SVN r15763]
2002-10-07 12:09:59 +00:00
Dave Abrahams
01d61922bc Added libs/mpl
[SVN r15384]
2002-09-16 19:25:33 +00:00