summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-01-27 09:51:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-01-27 09:51:15 +0000
commita92affdaa48b2e1901a8ba10b8cf7726c08ebe3e (patch)
treeab65761713b3c5ee2e5312214059b1b052fa6e43 /TAO/MPC
parent12421884a6305824305bcf441adaa5999d9ad35e (diff)
downloadATCD-a92affdaa48b2e1901a8ba10b8cf7726c08ebe3e.tar.gz
Fri Jan 27 09:48:07 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* MPC/config/rlecompressor.mpb: * tao/Compression/rle/RLECompressor.h: * tao/Compression/rle/RLECompressor.cpp: * tao/Compression/rle/RLECompressor.mpc: * tao/Compression/rle/RLECompressor_Factory.h: * tao/Compression/rle/RLECompressor_Factory.cpp: * tao/Compression/rle/RLECompressor_export.h: * tao/Compression/rle/TAO_RLECompressor.rc: Added new rle compressor which has been contributed by Derek Dominish <derek dot dominish at dsto dot defence dot gov dot au> * tao/Compression/Base_Compressor.h: * tao/Compression/Base_Compressor.cpp: * tao/Compression/Compression.pidl: * tao/Compression/bzip2/Bzip2Compressor.h: * tao/Compression/bzip2/Bzip2Compressor.cpp: * tao/Compression/bzip2/Bzip2Compressor_Factory.cpp: * tao/Compression/lzo/LzoCompressor.h: * tao/Compression/lzo/LzoCompressor.cpp: * tao/Compression/lzo/LzoCompressor_Factory.cpp: * tao/Compression/zlib/ZlibCompressor.h: * tao/Compression/zlib/ZlibCompressor.cpp: * tao/Compression/zlib/ZlibCompressor_Factory.cpp: Changed base compressor constructor to first accept factory and then the level * tao/orbconf.h: Given the fact that we now have the rle compressor that doesn't depend on any external project we enable ZIOP by default in the ORB
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/rlecompressor.mpb7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/MPC/config/rlecompressor.mpb b/TAO/MPC/config/rlecompressor.mpb
new file mode 100644
index 00000000000..d925a445f51
--- /dev/null
+++ b/TAO/MPC/config/rlecompressor.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+
+project : taolib, compression {
+ requires += rle
+ after += RLECompressor
+ libs += TAO_RLECompressor
+}