.hgignore

Mon, 08 Aug 2022 17:12:00 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 08 Aug 2022 17:12:00 +0200
changeset 572
f0f99dd06d9f
parent 398
8d506ed6c1c0
child 753
24dc84788dee
permissions
-rw-r--r--

#201 - remove dangerous allocator config

There is no plausible use case, except using the testing
allocator in the test case, and having the possibility to
specify any allocator (including another mempool) causes
more harm than good.

universe@3 1 syntax:regexp
universe@252 2 ^nbproject/
universe@252 3 ^build/
universe@252 4 /core$
olaf@104 5 DS_Store$
universe@252 6 ^stamp-h
universe@252 7 /test-suite.log$
universe@258 8 ^ucx-.*\.tar.gz$
universe@372 9 ^.idea/
universe@372 10 ^cmake-build-

mercurial