Commit Graph

40 Commits (649527039b24848cf03325c8d038a114fd09af8c)

Author SHA1 Message Date
Nimetu d2ccc09b7d Added: encodeURIComponent, decodeURIComponent
Nimetu 58cc988fbc Added: base64 encode/decode
kaetemi 8e21fed1e6 AGPLv3: The work must carry prominent notices stating that you modified it, and giving a relevant date
kaetemi d1fd45b29a Adjust test case
Nimetu c22b361dc2 Changed: Remove NeL tests temp files
--HG--
branch : develop
Nimetu afd4e964e3 Fixed: Path to NeL test files
--HG--
branch : develop
kervala 03ad7b63d4 Fixed: cpptest is using std::auto_ptr
--HG--
branch : develop
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
kervala aaecf96b67 Use new wrapper insteaf of fopen, issue
--HG--
branch : develop
kervala fd1344a12e Fixed: NeL unit test with GCC
--HG--
branch : develop
kervala e5a601c109 Changed: Unit tests for bytesToHumanReadableUnits
--HG--
branch : develop
kervala b692b78718 Fixed: Tests for fromStringwith a boolean
--HG--
branch : develop
kervala 285965fe76 Added: New unit tests for common.h
--HG--
branch : develop
kervala 20c7c342ca Fixed: Don't display logs in console for unit tests
--HG--
branch : develop
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
kervala 5fb0c5d279 Removed: Binary file generated by VC++
--HG--
branch : develop
kervala 1864ad70db Fixed: Some unit tests with fromString
--HG--
branch : develop
Tobias Peters 48c7404c74 Merged github:zerotacg/ryzomcore/issue/fix-failing-unit-tests
--HG--
branch : issue/fix-failing-unit-tests
kervala 59aff6a4bc Changed: Added more fromString tests
--HG--
branch : develop
kervala fc951a24ce Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
kervala 4f8b62acb4 Changed: Typo fixes (Thanks to DuDraig!)
kervala 6c0bd82c2a Changed: Use *_PREFIX instead of fixed values with INSTALL
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
kervala b0c27a92ce Fixed: Some Windows.h inclusions
kervala 7c27c233eb Changed: Exceptions catched by reference
kervala ed64aaeb62 Changed: Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles
aquiles f597d2dbdb Changed: Altered the CMakeList definition for unit tests
kervala 5c55cd1221 Fixed: Avoid VC++ to relink all projects when using CMake generated projects
kervala 4a62ca74e5 Changed: Removed "using namespace" in *.h
kervala c86d923901 Changed: Change the wrong header in the source code
kervala a6c5356761 Fixed: Use debug or release versions of C++ libraries (CppTest, STLport, Squish and Luabind)
kervala c7f0dab429 Changed: Change the wrong header in the source code
kervala aff9d7946d Fixed: nel_unit_test compilation
kervala 16535f7e84 Changed: Updated tools and samples CMake projects
Matt Raykowski b4a635c412 Changed: Added helper macros to cleanup files, removed useless DECORATE_NEL_LIB macro and started adding WITH_STATIC/WITH_STATIC_DRIVER support for full static linking.
kervala 082676ea80 Changed: CFile::copyFile takes now 2 std::string as parameters
kervala 7d7ded9528 Changed: Added new optimizations for VC++ linker and compiler
kervala 29a57b3efe Changed: Remove/convert/update old projects
acemtp@users.sourceforge.net d5c601ffa5 initial version