Commit graph

  • 7c87e9c9dc Buildfix, missing include path master King_DuckZ 2014-04-22 23:50:11 +0200
  • ae575c27c1 Added a cmake file King_DuckZ 2012-10-28 01:09:17 +0200
  • ae058ec717 Made documentation comment consistent. rich_sposato 2012-04-03 05:46:56 +0000
  • 0860583a99 Added overloaded version of file. rich_sposato 2012-04-03 05:45:23 +0000
  • e7515baadb Use more recent project files. rich_sposato 2012-04-02 06:07:08 +0000
  • f306c39e6e Overloaded functions for volatile to make better use of Memento and Loki::Checker. rich_sposato 2012-04-02 06:05:04 +0000
  • 42786afc4b Fixed bug 3509427 by adding use of Loki::TypeTraits. rich_sposato 2012-04-02 06:01:51 +0000
  • 745e0efa2e Put braces around assert statement. rich_sposato 2012-04-02 05:49:21 +0000
  • af6e8a72dc Changed some parameters. rich_sposato 2011-11-07 23:56:57 +0000
  • 07c621c3d4 Added Memento class to prove strong exception safety. Removed useless lines. rich_sposato 2011-11-07 23:55:30 +0000
  • 1a45777e77 Added Memento class to prove strong exception safety. rich_sposato 2011-11-07 23:54:58 +0000
  • 32ab689b28 Added typedef for Validator function types. rich_sposato 2011-11-07 23:35:28 +0000
  • ec9279e887 Cosmetic changes. rich_sposato 2011-11-07 23:31:36 +0000
  • 42d7603724 Update cout strings to be more accurate. Added tests. rich_sposato 2011-11-04 00:54:46 +0000
  • e972640ae3 Changed names to be more descriptive. Updated comments. rich_sposato 2011-11-04 00:53:49 +0000
  • 4cc104cf36 Changed paths for project file. rich_sposato 2011-10-24 18:07:46 +0000
  • 9951bc5843 Added path to pthread library. rich_sposato 2011-10-22 00:45:42 +0000
  • 13f9eb6f44 Uses common path to pthread library. rich_sposato 2011-10-22 00:30:16 +0000
  • 16bfa36172 Moved constructions of ThreadPool into blocks within functions. Added cout lines to say when tests start and finish. rich_sposato 2011-10-22 00:29:15 +0000
  • ab47363c9b Added cout lines to say when test start and finish. rich_sposato 2011-10-22 00:26:21 +0000
  • 20911ae3e7 Changed include paths. rich_sposato 2011-10-22 00:24:54 +0000
  • ca10785c6d Removed unnecessary lines. rich_sposato 2011-10-22 00:23:05 +0000
  • d5db30a345 Changed include paths. rich_sposato 2011-10-22 00:22:36 +0000
  • 0abd979412 Replaced local Checker with Loki::CheckFor. rich_sposato 2011-10-22 00:20:09 +0000
  • 143a7f6d1c Now calls functions that print directly to cout. rich_sposato 2011-10-21 23:10:53 +0000
  • 62d74d47f8 Added functions that print directly to cout. rich_sposato 2011-10-21 23:09:48 +0000
  • 59530e538a Updated to MSVC 10. Added Register project. rich_sposato 2011-10-20 07:25:44 +0000
  • d39752ca64 Replaced call to system with call to cin.get. rich_sposato 2011-10-17 20:27:44 +0000
  • 626fef43d8 Added SmallObjSingleton project. Renamed workspace. rich_sposato 2011-10-17 20:25:16 +0000
  • c79dd4344c Made Code::Blocks project file. rich_sposato 2011-10-17 20:24:40 +0000
  • aeb3bf8012 Added instructions to build DefaultAlloc. rich_sposato 2011-10-17 20:14:53 +0000
  • efe104663e Added explanatory comments. Replaced tabs with spaces. rich_sposato 2011-10-17 20:04:54 +0000
  • ac16c24fb5 Replaced call to system with call to cin.get. rich_sposato 2011-10-17 20:00:02 +0000
  • 034ebb042c Removed semicolon to remove compiler warning. rich_sposato 2011-10-17 19:57:36 +0000
  • 58a8a5096f Added parantheses to remove compiler warning. rich_sposato 2011-10-17 19:56:59 +0000
  • b97cbd0a32 Added make files for projects. rich_sposato 2011-10-17 19:55:23 +0000
  • 3cb55b723d Adding MSVC 10 project files. rich_sposato 2011-10-17 08:19:44 +0000
  • e0bfdfbeb2 Adding MSVC 10 project files. rich_sposato 2011-10-17 08:16:18 +0000
  • 372e33dabc Adding MSVC 10 project files. rich_sposato 2011-10-17 08:10:29 +0000
  • b2612d8d63 Adding MSVC 10 project files. rich_sposato 2011-10-17 08:03:19 +0000
  • e3ae301acc Changes for Linux. rich_sposato 2011-10-15 00:25:04 +0000
  • 2fedf40d9d Changed compiler used by project. rich_sposato 2011-10-14 23:49:45 +0000
  • 7122d03d7d Added void statements to remove compiler warnings. rich_sposato 2011-10-13 18:39:32 +0000
  • 6e39840984 Updated make file to compile ThreadPool and use pthreads library. rich_sposato 2011-10-13 18:37:58 +0000
  • 1fcba1aa3b Added 4 void declaration lines to remove compiler warning. rich_sposato 2011-10-07 07:06:01 +0000
  • a6028748b2 Added lines to make type of stdout clear to compiler. rich_sposato 2011-10-07 07:04:46 +0000
  • 6d08c064e6 Added tests for bug 2694067. rich_sposato 2011-10-04 23:46:30 +0000
  • 88ba6e783c Fixed bug 2694067. rich_sposato 2011-10-04 23:42:48 +0000
  • c8216caa6c Fix for bug 2694073. Added calls to reserve so append won't resize as often. rich_sposato 2011-10-04 20:48:36 +0000
  • cda3ef96a2 Added test for bugs 2792371 and 2694060. Cleaned up code. rich_sposato 2011-10-04 00:52:09 +0000
  • 5fdebe2bf7 Fixed bugs 2792371 and 2694060 by adding checks for end of format. rich_sposato 2011-10-04 00:50:00 +0000
  • 9fe637bf8b Minor cosmetic changes. Also replaced system call with use of std::cin.get. rich_sposato 2011-10-03 05:05:41 +0000
  • 6568cc4a3a Added void lines to remove compiler warnings. rich_sposato 2011-10-03 05:03:10 +0000
  • 6b42268ba9 Replaced tabs with spaces. rich_sposato 2011-10-03 05:01:16 +0000
  • 965a15a5f0 Added void lines to remove compiler warnings. Commented out inappropriate tests. Added call to single-owner test for StrongPtr. rich_sposato 2011-10-03 04:56:54 +0000
  • d66de77411 Added void lines to remove compiler warnings. rich_sposato 2011-10-03 04:52:52 +0000
  • abd64fced4 Changed order of actions to remove warning. rich_sposato 2011-10-03 04:39:17 +0000
  • 41cf9e0324 Minor changes for Visual Studio. rich_sposato 2011-10-03 04:00:22 +0000
  • a86d7d51f3 Fixed bug 3388381 by changing ctor body. rich_sposato 2011-09-30 23:16:08 +0000
  • 3c3d49ff1a Added tests for AssocVector class. Changed order of projects. rich_sposato 2011-09-30 23:14:41 +0000
  • 87aa15c2fc Added tests for AssocVector class. rich_sposato 2011-09-30 23:13:59 +0000
  • d29a4f5618 Fixed 3415388. Changed predefined to match #define in Threads.h rich_sposato 2011-09-30 19:58:43 +0000
  • 36d0d2df1e Added tests for ObjectLevelLockable and ClassLevelLockable. rich_sposato 2011-09-29 23:33:53 +0000
  • 120d251852 Changed compiler and linker settings for Release build. rich_sposato 2011-09-29 23:33:08 +0000
  • 3d9974dd1a Added tests for ObjectLevelLockable and ClassLevelLockable. rich_sposato 2011-09-29 23:31:47 +0000
  • 1573b4924a Changed which libraries are linked. rich_sposato 2011-09-29 20:47:11 +0000
  • e20e694104 Changed check for GCC version 4.4 rich_sposato 2011-09-29 20:40:13 +0000
  • be16975d6a Moved some code in main.cpp to separate files. rich_sposato 2011-09-29 20:36:38 +0000
  • 647e6ff06a remove some GCC warnings and update Makefile syntheticpp 2011-09-29 19:56:39 +0000
  • 4ac9e4f44d Added text of MIT License. rich_sposato 2011-09-23 00:46:54 +0000
  • d2ca522cca Added text of MIT License. rich_sposato 2011-09-23 00:46:21 +0000
  • 199f8bcade Added comment about policy incompatibility. rich_sposato 2011-09-21 23:24:54 +0000
  • 0801173d25 Added tests for SmartPtr::operator[] - and related changes. rich_sposato 2011-09-20 23:32:29 +0000
  • bec200e5f8 -m rich_sposato 2011-09-20 23:25:41 +0000
  • ca6a94ac97 Back to revision 1109. Accidentally checked in more files than I intended. rich_sposato 2011-09-20 23:19:14 +0000
  • 16094ffe39 A little cleanup. Moved class to SmartPtr.cpp and SmartPtr.h files. rich_sposato 2011-09-20 22:34:24 +0000
  • 80a07d19e8 Added array handling to SmartPtr. rich_sposato 2011-09-20 22:33:34 +0000
  • 419efb2c20 Added comment about delete this. rich_sposato 2011-09-20 18:38:13 +0000
  • 9d55e10a3b Added ability for StrongPtr to handle arrays. rich_sposato 2011-09-20 18:36:12 +0000
  • a6e51efab9 Added ability for StrongPtr to handle arrays. rich_sposato 2011-09-20 17:52:11 +0000
  • 1d71c6b80f Added ability for StrongPtr to handle arrays. rich_sposato 2011-09-20 17:51:46 +0000
  • c0847588ea Added ability for StrongPtr to handle arrays. rich_sposato 2011-09-20 17:51:26 +0000
  • a89951c211 Removed #if 0 lines because compiler choked on it. rich_sposato 2011-09-17 02:25:43 +0000
  • 0f2b0a91d8 Uncommented test for const DestructiveCopy pointer after fixing bug. rich_sposato 2011-09-17 02:20:19 +0000
  • db151ad7b9 Fixed bug 2080889 by adding overload of const Clone function. rich_sposato 2011-09-17 02:19:01 +0000
  • 3af86d72a1 Added call to OnDereference to constructor. rich_sposato 2011-09-13 00:50:05 +0000
  • 3808e423f2 Fixed bug 3023886 by changing static check to use unnamed enum. rich_sposato 2011-09-09 00:30:44 +0000
  • d84589282e Added more tests for DestructiveCopy. rich_sposato 2011-09-08 23:51:46 +0000
  • d6ee790dd6 Added tests for DestructiveCopy. rich_sposato 2011-09-08 23:37:26 +0000
  • cd6a4f5864 Added code to support test of bug 3224518. rich_sposato 2011-09-07 22:51:17 +0000
  • 9fe5e76c73 Added tests for bug 3224518. rich_sposato 2011-09-07 22:50:38 +0000
  • 2e1bf19bdd Fixed bug 3224518 by adding calls to OnDereference. rich_sposato 2011-09-07 22:46:37 +0000
  • 680a00073e Changed return type for assignment functions. rich_sposato 2011-09-07 20:04:38 +0000
  • bff4655397 Changed test program when working on bug 3106378. rich_sposato 2011-09-07 00:06:19 +0000
  • b8ba216bfb Changed return statements and define section to fix bug 3106378. rich_sposato 2011-09-06 23:56:29 +0000
  • ee07f3d07f Added return type and return statements to fix bug 3399654. rich_sposato 2011-09-06 23:21:38 +0000
  • 083812bd56 Added include statement to fix bug 3399706. rich_sposato 2011-09-06 23:01:26 +0000
  • 5d9ef0ef2c Moved location of #include statements inside file. rich_sposato 2011-06-21 08:08:18 +0000
  • 4a7c383116 Changed preprocessor statements to provide clarity. rich_sposato 2011-06-21 03:35:30 +0000
  • 1137319d54 Minor changes to preprocessor statements. rich_sposato 2011-06-21 03:32:19 +0000