syntheticpp
|
af2a37a777
|
add register test code
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@598 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-03-08 16:58:22 +00:00 |
|
syntheticpp
|
0dd629f292
|
change Makefile style to -one line per targets-
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@554 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-02-25 13:20:38 +00:00 |
|
syntheticpp
|
4c5547fd44
|
add test/SmartPtr and src/SmartPtr.cpp to the gcc build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@553 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-02-25 13:18:55 +00:00 |
|
syntheticpp
|
5a8e9c06f4
|
move DeletableSingleton to its own folder
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@547 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-02-22 23:07:51 +00:00 |
|
syntheticpp
|
21b4ae937e
|
move flex_string to the end of the build process (it's so slow)
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@537 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-02-20 16:11:10 +00:00 |
|
lfittl
|
658a2e5c79
|
- Removed for loop from test/Makefile to make it work with mingw
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@481 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-16 14:44:07 +00:00 |
|
syntheticpp
|
de2a6e513d
|
linux fixes
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@474 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-15 22:32:54 +00:00 |
|
syntheticpp
|
95b163d2bd
|
add pimpl/rimpl tests
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@472 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-15 22:09:32 +00:00 |
|
lfittl
|
3f7449d7bc
|
Make it easier to add a new test subtarget
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@451 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-08 23:29:44 +00:00 |
|
lfittl
|
898b1a5312
|
Fixed .PHONY targets
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@446 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-07 03:19:49 +00:00 |
|
syntheticpp
|
f717540760
|
patch Makefiles, Thanks to Lukas Fittl
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@406 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-04 23:35:09 +00:00 |
|
syntheticpp
|
94131d724c
|
add ScopeGuard example
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@399 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-03 14:36:46 +00:00 |
|
syntheticpp
|
b302ff3049
|
add visitor example to build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@394 7ec92016-0320-0410-acc4-a06ded1c099a
|
2006-01-02 10:51:27 +00:00 |
|
syntheticpp
|
d805e8d90b
|
apply new lifetime policy to avoid crash on exit in test/Factory
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@340 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-11-01 11:38:19 +00:00 |
|
syntheticpp
|
a17791f2c8
|
test program for lifetime policies FollowIntoDeath and DieOrder
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@339 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-11-01 11:15:22 +00:00 |
|
syntheticpp
|
d1a5bd2ec8
|
add SmallSingleton to build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@308 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-10-17 09:03:54 +00:00 |
|
syntheticpp
|
a61d7f7127
|
add DeletableSingleton policy and examples from Curtis Krauskopf's CUJ article 'Creating Dynamic Singletons & the Loki Library' - www.decompile.com
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@307 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-10-17 08:43:42 +00:00 |
|
syntheticpp
|
6c7cedb361
|
add example from Curtis Krauskopf's CUJ article 'Creating Dynamic Singletons & the Loki Library' - www.decompile.com
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@306 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-10-17 08:24:50 +00:00 |
|
syntheticpp
|
3156804c37
|
update build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@285 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-10-05 18:14:21 +00:00 |
|
syntheticpp
|
2ee111e98a
|
upate to general makefiles
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@263 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-09-25 00:06:40 +00:00 |
|
syntheticpp
|
b38c147bc3
|
upate to general makefiles
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@261 7ec92016-0320-0410-acc4-a06ded1c099a
|
2005-09-24 23:47:39 +00:00 |
|