You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/nel/src/misc
Guillaume Dupuy 9172d14dd3 Fix issue #302 - incorrect freespace on 32 bits system
--HG--
branch : fix_freespace_check
7 years ago
..
config_file Changed: Minor changes 8 years ago
CMakeLists.txt Fixed: Misc depends on Carbon under OS X 8 years ago
aabbox.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
algo.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
app_context.cpp Changed: Destructor for CApplicationContext to display singletons still in memory 8 years ago
async_file_manager.cpp Removed useless comments/commented code 9 years ago
big_file.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
bit_mem_stream.cpp VS2015 compilation fixes 9 years ago
bit_set.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
bitmap.cpp Changed: Implement CBitmap::setPixelColor 8 years ago
bitmap_gif.cpp Changed: Minor change 8 years ago
bitmap_jpeg.cpp Fix compilation of NLMISC under MinGW 11 years ago
bitmap_png.cpp Fixed: GCC warning "variable might be clobbered by longjmp" 8 years ago
block_memory.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
bsphere.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
buf_fifo.cpp VS2015 compilation fixes 9 years ago
cdb.cpp Changed: Memory leaks detection 8 years ago
cdb_bank_handler.cpp Changed: Memory leaks detection 8 years ago
cdb_branch.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
cdb_branch_observing_handler.cpp Changed: Memory leaks detection 8 years ago
cdb_check_sum.cpp Changed: Memory leaks detection 8 years ago
cdb_leaf.cpp Changed: Memory leaks detection 8 years ago
cdb_manager.cpp Changed: Memory leaks detection 8 years ago
check_fpu.cpp Changed: Memory leaks detection 8 years ago
class_id.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
class_registry.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
cmd_args.cpp Fixed: Return an error when a required argument is missing 8 years ago
co_task.cpp Fixed: Release CCurrentCoTask singleton 8 years ago
command.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
common.cpp Fixed: Compilation in 32 bits with GCC (patch provided by Alistair Leslie-Hughes, thanks a lot) 8 years ago
contiguous_block_allocator.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 8 years ago
cpu_time_stat.cpp Use new wrapper insteaf of fopen, issue #261 9 years ago
debug.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
diff_tool.cpp Changed: Only put a space if several conditions 8 years ago
displayer.cpp Changed: Check return value of fwrite 8 years ago
dummy_window.cpp Use right versions of Win32 functions, issue #261 9 years ago
dynloadlib.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 8 years ago
eid_translator.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 8 years ago
entity_id.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
eval_num_expr.cpp Fixed: Warnings 8 years ago
event_emitter_multi.cpp Trash DirectInput 11 years ago
event_listener.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
event_server.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
events.cpp Changed: Support for new key events 9 years ago
fast_floor.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
fast_mem.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
file.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 8 years ago
fixed_size_allocator.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 8 years ago
grid_traversal.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
gtk_displayer.cpp Add isWindowedApplication to INeLContext 10 years ago
heap_memory.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 8 years ago
hierarchical_timer.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
i18n.cpp Changed: Discard \r and only use \n 8 years ago
i_xml.cpp Changed: Don't use CSString 8 years ago
inter_window_msg_queue.cpp Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms 8 years ago
line.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
log.cpp Changed: Only delete _ProcessName if not NULL 8 years ago
matrix.cpp SSE2: Compile fix 11 years ago
md5.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
mem_displayer.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 8 years ago
mem_stream.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
mouse_smoother.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
mutex.cpp Use ANSI versions of Win32 functions when not using Unicode text, issue #261 9 years ago
nel-misc.pc Fixed: Replaced "Reqiures" by "Requires" in pkg-config files 12 years ago
nel-misc.pc.in Fixed: Replaced "Reqiures" by "Requires" in pkg-config files 12 years ago
noise_value.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
o_xml.cpp Fixed: LibXml must be initialized only once and xmlSetGenericErrorFunc set a global function (calling it for each instance of CIXml is a mistake) 8 years ago
object_arena_allocator.cpp Fixed: Replace free methods by freeBlock to avoid clash with free macros 8 years ago
p_thread.cpp Fixed: C++11 forbids to throw exception in destructor 8 years ago
path.cpp Changed: Replace a lot of const char* by std::string parameters 8 years ago
plane.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
polygon.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
progress_callback.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
quat.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
reader_writer.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
rect.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
report.cpp Replace ifstream and ofstream to manage UTF-8 filenames, issue #261 9 years ago
rgba.cpp Changed: Allow to parse HTML color format in CRGBA::stringToRGBA 8 years ago
sha1.cpp Use new wrapper insteaf of fopen, issue #261 9 years ago
shared_memory.cpp Use ANSI versions of Win32 functions when not using Unicode text, issue #261 9 years ago
sheet_id.cpp Changed: Minor changes 9 years ago
smart_ptr.cpp Changed: Remove empty function 8 years ago
sstring.cpp Use new wrapper insteaf of fopen, issue #261 9 years ago
stdmisc.cpp Fixed EOL issues and added .hgeol file. 13 years ago
stdmisc.h Changed: Memory leaks detection 8 years ago
stop_watch.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
stream.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
string_common.cpp Changed: Constification of addSlashR and removeSlashR 8 years ago
string_mapper.cpp Changed: Replace size() comparisons by empty() ones 8 years ago
system_info.cpp Fix issue #302 - incorrect freespace on 32 bits system 7 years ago
system_utils.cpp Changed: Only call CoUninitialize if CoInitialize(Ex) succeeded 8 years ago
task_manager.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 8 years ago
tds.cpp Fix compilation of NLMISC under MinGW 11 years ago
time_nl.cpp Cleanup Windows includes 10 years ago
triangle.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
unicode.cpp Fixed: toLower shouldn't transform a eszett to s 9 years ago
variable.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
vector.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
vector_2f.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
vectord.cpp Changed: Preliminary memory leaks detection under Windows 12 years ago
win32_util.cpp Changed: Display a warning when SetWindowTextW fails 8 years ago
win_displayer.cpp Changed: Replace all "" by empty(), clear(), Empty(), etc... 8 years ago
win_event_emitter.cpp Remove redundant windows.h includes in NLMISC 10 years ago
win_thread.cpp Use ANSI versions of Win32 functions when not using Unicode text, issue #261 9 years ago
window_displayer.cpp Separate window displayer message stringify 9 years ago
words_dictionary.cpp Changed: Memory leaks detection 8 years ago
xml_auto_ptr.cpp Changed: Memory leaks detection 8 years ago
xml_pack.cpp Use new wrapper insteaf of fopen, issue #261 9 years ago