summaryrefslogtreecommitdiff
path: root/src/libs/3rdparty/cplusplus/MemoryPool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-5/+5
| | | | | Change-Id: I1bed5e85a5b7948d08502a72a10f80baa075c204 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* C++: Remove unused RecursiveMemoryPoolNikolai Kosjar2015-02-091-15/+0
| | | | | Change-Id: I7009df49f79d8f895c5344f7be3558f7f3d35143 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* C++: Use soft asserts instead of assert()Nikolai Kosjar2013-05-131-2/+4
| | | | | | | Some qmake versions ignore "DEFINES += NDEBUG" on Windows. Change-Id: Ibdf3b1036c2331dcef61dcd278463c02754044d2 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* remove nokia copyrights from roberto's codeOswald Buddenhagen2011-05-161-31/+0
| | | | | | | | they are lying. nokia has no copyright on this code. and the double license in a single file looks weird. that's why we moved it to 3rdparty/, so it is clear it is not nokia's. Approved-by: legal
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-0/+142
Approved-by: legal