Brad King
89f420abde
KWSys: Fix std::string hash function for Borland
...
Borland ignores "const" qualifiers in template specializations.
2011-09-01 08:22:03 -04:00
Brad King
8e6352f8db
KWSys: Add hash function for std::string
...
Added hashing fuction for std::string. This adds default support for
std::strings to KWSys hashing containers.
Author: Bradley Lowekamp <blowekamp@mail.nih.gov>
Suggested-by: Arnaud Gelas <arnaud_gelas@hms.harvard.edu>
Change-Id: I7e7a0c356b73d19868a3df1db57b702ec7fffe9d
2011-09-01 08:10:20 -04:00
KWSys Robot
917ca9f142
KWSys Nightly Date Stamp
2011-09-01 00:14:06 -04:00
KWSys Robot
a486c837c8
KWSys Nightly Date Stamp
2011-08-31 00:12:35 -04:00
KWSys Robot
51beb446c2
KWSys Nightly Date Stamp
2011-08-30 00:14:06 -04:00
KWSys Robot
b17a6dd55b
KWSys Nightly Date Stamp
2011-08-29 00:14:06 -04:00
KWSys Robot
195ac0aac1
KWSys Nightly Date Stamp
2011-08-28 00:14:18 -04:00
KWSys Robot
0f78d92c0f
KWSys Nightly Date Stamp
2011-08-27 00:15:02 -04:00
KWSys Robot
8508a6986a
KWSys Nightly Date Stamp
2011-08-26 00:14:07 -04:00
KWSys Robot
e8d60d46d1
KWSys Nightly Date Stamp
2011-08-25 00:10:16 -04:00
KWSys Robot
ee45a5dd5a
KWSys Nightly Date Stamp
2011-08-24 00:14:07 -04:00
KWSys Robot
fe46e7e486
KWSys Nightly Date Stamp
2011-08-23 00:14:21 -04:00
KWSys Robot
29b285c6a1
KWSys Nightly Date Stamp
2011-08-22 00:12:50 -04:00
KWSys Robot
3848b397ef
KWSys Nightly Date Stamp
2011-08-21 00:12:36 -04:00
David Cole
7dcbb66315
KWSys: Remove translation path for "/tmp_mnt/" ( #10595 )
...
In SystemTools::ClassInitialize, remove call to AddTranslationPath
that was originally put in place to "work around an SGI problem."
This code precluded using CMake effectively in valid directories
under "/tmp_mnt/"
2011-08-20 12:30:09 -04:00
KWSys Robot
02e2f3e350
KWSys Nightly Date Stamp
2011-08-20 00:13:07 -04:00
KWSys Robot
8971c0d8d2
KWSys Nightly Date Stamp
2011-08-19 00:14:02 -04:00
KWSys Robot
d7184e0e4d
KWSys Nightly Date Stamp
2011-08-18 00:13:09 -04:00
KWSys Robot
721133dc45
KWSys Nightly Date Stamp
2011-08-17 00:10:16 -04:00
KWSys Robot
2bfd55a7c6
KWSys Nightly Date Stamp
2011-08-16 00:14:06 -04:00
KWSys Robot
87fa807fd8
KWSys Nightly Date Stamp
2011-08-15 00:13:05 -04:00
KWSys Robot
0ee93a81cd
KWSys Nightly Date Stamp
2011-08-14 00:12:36 -04:00
KWSys Robot
27c8b8b455
KWSys Nightly Date Stamp
2011-08-13 00:13:07 -04:00
KWSys Robot
65ba6da576
KWSys Nightly Date Stamp
2011-08-12 00:14:04 -04:00
KWSys Robot
975ef3ef1a
KWSys Nightly Date Stamp
2011-08-11 00:14:04 -04:00
KWSys Robot
563e3f0e0a
KWSys Nightly Date Stamp
2011-08-10 00:14:02 -04:00
Brad King
c04613a55d
KWSys: __int64 and long long may be same type in specialization
...
For the specialization of hash<>(), the types long long and __int64
may be the same type. While the CMakeLists indicate that if __int64 is
a alias for another type the it will not be enabled, on mingw they
both appear to be the same type and enabled.
This patch only enable specialization for long long OR __int64 to
avoid the potential conflict.
Author: Bradley Lowekamp <blowekamp@mail.nih.gov>
Change-Id: I813a9ac008b296fab5a369c48e6dd5460fd0c035
2011-08-09 18:04:04 -04:00
KWSys Robot
4675f5d204
KWSys Nightly Date Stamp
2011-08-09 00:13:06 -04:00
Brad King
867c3dcd24
KWSys: Fix using long long and __int64 with hash_(set|map)
...
Added hash function for types long long and __int64, conditional on
detection by FundamentalType.
Author: Bradley Lowekamp <blowekamp@mail.nih.gov>
Change-Id: Ie273f55cd4387ca3dbbe00b9d96ad4935e456c9e
2011-08-08 08:50:07 -04:00
KWSys Robot
0e28009184
KWSys Nightly Date Stamp
2011-08-08 00:13:08 -04:00
KWSys Robot
2c14a176bb
KWSys Nightly Date Stamp
2011-08-07 00:14:22 -04:00
KWSys Robot
955d5133ab
KWSys Nightly Date Stamp
2011-08-06 00:14:05 -04:00
KWSys Robot
ec4e4ce695
KWSys Nightly Date Stamp
2011-08-05 00:13:08 -04:00
Brad King
5f0eba49f2
KWSys: Avoid conversion warning in SystemTools::GetTime
...
Convert struct timeval members to double explicitly to avoid a GCC
warning with -Wconversion.
2011-08-04 08:30:05 -04:00
KWSys Robot
f31def8c62
KWSys Nightly Date Stamp
2011-08-04 00:10:14 -04:00
Brad King
74e1156bc2
KWSys: Simplify SystemTools::GetTime implementation ( #12261 )
...
We already use GetSystemTimeAsFileTime() and gettimeofday()
unconditionally on supported Windows and non-Windows platforms,
respectively. Remove outdated portability complexity.
2011-08-03 14:50:04 -04:00
KWSys Robot
14e54c4c44
KWSys Nightly Date Stamp
2011-08-03 00:14:04 -04:00
KWSys Robot
d8c1b44790
KWSys Nightly Date Stamp
2011-08-02 00:13:05 -04:00
KWSys Robot
cbaf944568
KWSys Nightly Date Stamp
2011-08-01 00:13:34 -04:00
KWSys Robot
4d9874440a
KWSys Nightly Date Stamp
2011-07-31 00:14:04 -04:00
KWSys Robot
55022455d0
KWSys Nightly Date Stamp
2011-07-30 00:14:02 -04:00
KWSys Robot
5ef20b2dc5
KWSys Nightly Date Stamp
2011-07-29 00:14:03 -04:00
KWSys Robot
b6fb213ed1
KWSys Nightly Date Stamp
2011-07-28 00:12:21 -04:00
KWSys Robot
49a00ec2de
KWSys Nightly Date Stamp
2011-07-27 00:14:05 -04:00
KWSys Robot
0a939c86d6
KWSys Nightly Date Stamp
2011-07-26 00:13:12 -04:00
KWSys Robot
1a81da37b8
KWSys Nightly Date Stamp
2011-07-25 00:13:07 -04:00
KWSys Robot
cb93c62643
KWSys Nightly Date Stamp
2011-07-24 00:13:03 -04:00
KWSys Robot
c70c62db55
KWSys Nightly Date Stamp
2011-07-23 00:14:05 -04:00
KWSys Robot
5282623658
KWSys Nightly Date Stamp
2011-07-22 00:13:04 -04:00
KWSys Robot
3c33c5c5c2
KWSys Nightly Date Stamp
2011-07-21 00:14:05 -04:00