- 11 Nov, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %D3j%DF%23%CF%DB%14p%01y%26%8D%D3%91%03z%9BZ%BF%CD
-
- 09 Nov, 2012 2 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %5B%CA%EDn_W3%84%FB%11.f%5C%FC%0E%F9%26%A9%29R
-
Stefan Behnel authored
--HG-- extra : transplant_source : %06m%CA%82%F2%FDq%E4%88%DDJ%C8%FDe%00KG%D55%CB
-
- 10 Nov, 2012 2 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %CFQ%F5rF%11j%FE0%F7%C4j%0A%0A%2B%E2%3AF%89%E9
-
Stefan Behnel authored
--HG-- extra : transplant_source : %5D%AE%1EG%B0%F9%A2%C2%1A%FB5%A6%A65%A5%EE%C4%AC%C4%AD
-
- 09 Nov, 2012 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
--HG-- extra : transplant_source : l%01%83uy%F4Z%F6%AD%FBj%9E%1B%E8%C1O%0C%25R%1B
-
Stefan Behnel authored
--HG-- extra : transplant_source : C%C7%2Ak%C4%89%DA%C1f%85%86%0D%9E%7F_%B4%17%D2t%40
-
Olivier Parcollet authored
There appears to be a pb in 9df8c9da. For a template class, A::B::C<T1,T2> the destructor name was C<T1,T2> leading to code like A::B::C<T1,T2>::~C<T1,T2>() which does not compile on gcc (4.6, 4.7), also it seems to be correct code ... clang and intel C++ compile it, but not gcc. I changed the name to generate the code : A::B::C<T1,T2>::~C() which compiles on gcc, clang, intel by further cutting the <...> in the destructor name.
-
Robert Bradshaw authored
-
- 08 Nov, 2012 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 06 Nov, 2012 2 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %B2%2Cy%7D%FD%EBA%B6t%E7%99%FE%8D%B0f%9BN%98%C7%0C
-
Stefan Behnel authored
--HG-- extra : transplant_source : %04A%81%18%40%C9Q%F1%1B%B8t%DC%1C%EB%1B%60%03%AC%02%EC
-
- 05 Nov, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : 1%92%CA%A14x%08H%1D%3A%F3z%E7%E22%BF%CA%D2%1B%10
-
- 04 Nov, 2012 5 commits
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %FE%F3%DD2%1F-DN%11%05%F1%F5%1C%B3%B2C%90a%0C%10
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Stefan Behnel authored
-
- 03 Nov, 2012 4 commits
-
-
Stefan Behnel authored
fix early module registering by using FQMN instead of plain module name, added test for init-time reloading of modules in packages
-
Stefan Behnel authored
--HG-- extra : transplant_source : Y%1C%3A%07%2C%60%B0%F0.%EA%B1%23%3F%0E%20%89%13%C5%C24
-
Stefan Behnel authored
--HG-- extra : transplant_source : %F9%FF%8Ai%99OV%BFd%F7%147%19pm%5D%DF%98%D4%FC
-
Robert Bradshaw authored
-
- 30 Oct, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 8127709bcb8f2d8f6cfd91a1e46b16dcb7734765
-
- 29 Oct, 2012 3 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : d7e8fd6a1d192a73dfac8c38a502dda52be14899
-
Stefan Behnel authored
--HG-- extra : rebase_source : ac66b38753ea5b4ea9d47ff475ebbf33b19b7c49
-
Stefan Behnel authored
--HG-- extra : rebase_source : 183045da113cc86375e2dcd358825cdcc4907f5d
-
- 12 Oct, 2012 1 commit
-
-
Robert Bradshaw authored
--HG-- extra : rebase_source : 2998d32280e8f7becd6a0993adaea565d2e986fd
-
- 29 Oct, 2012 4 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : c60675a974587296bae4465b4001b610dda49edd
-
Stefan Behnel authored
--HG-- extra : rebase_source : 0160d58813fd19a43b5d6cc51fba2328d8ea72e0
-
Stefan Behnel authored
--HG-- extra : rebase_source : d0d280010b14401c44e70a279dc9066031ba7de7
-
Stefan Behnel authored
implemented 'ignore compile failures' mode in cythonize() to do trial+error compilation of .py files --HG-- extra : rebase_source : d415ce5d3dc3a3504b2bf4e8fc1ffd0cd16de64e
-
- 01 Nov, 2012 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 30 Oct, 2012 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-