Marcin Siodelski
|
3f32b68d6f
[1954] Updated with suggestions from second round of review
|
13 years ago |
Marcin Siodelski
|
c65a54347a
[1954] Updated with suggestions from first code review
|
13 years ago |
Marcin Siodelski
|
d81f573764
[1954] Back to suppress errors for clang as some clang versions do not support or -W options.
|
13 years ago |
Marcin Siodelski
|
190b91b070
[1954] Do not suppress errors, suppress warnings for perfdhcp.cc
|
13 years ago |
Marcin Siodelski
|
d6f64f5a6b
[1954] Switching to fully compile with C++ to get rid of clang linking errors
|
13 years ago |
Marcin Siodelski
|
a5171dfc73
[1954] Fix for build errors on FreeBSD - compare vector values one by one
|
13 years ago |
Marcin Siodelski
|
6fb56baf17
[1954] Removed boost/tokenizer as it has unused parameters that crash build
|
13 years ago |
Marcin Siodelski
|
38d2dadf3b
[1954] Fixing makefile to include path to boost libs
|
13 years ago |
Marcin Siodelski
|
7e245132c9
[1954] Code cleanup
|
13 years ago |
Marcin Siodelski
|
ff8a54c66f
[1954] Replaced atoi, atoll, atof with lexical_cast.
|
13 years ago |
Marcin Siodelski
|
d18d92e4e6
[1954] Make CommandOptions class singleton.
|
13 years ago |
Marcin Siodelski
|
35a0237e8d
[1954] CommandOptions member initialization and validation. Exceptions.
|
13 years ago |
Marcin Siodelski
|
434ca15428
[1954] Added unit tests to cover remaining options.
|
13 years ago |
Marcin Siodelski
|
b04764bc6d
[1954] Unit tests aded for 8 command line options as well as CommandOptions class members.
|
13 years ago |
Marcin Siodelski
|
57346e7268
Unit tests for perfdhcp CommandOptions class
|
13 years ago |
Marcin Siodelski
|
a7557c12f6
New skeleton class for command options parsing.
|
13 years ago |
Tomek Mrugalski
|
c09c891d2c
Compilation fix for Solaris 10 (in pkt6.cc)
|
13 years ago |
JINMEI Tatuya
|
fad2e0dab8
[master] temporarily disabled Dhcpv6SrvTest::Solicit_basic.
|
13 years ago |
Tomek Mrugalski
|
a86b0a75d7
Test fixes in dhcpv6.
|
13 years ago |
Tomek Mrugalski
|
626e81094b
make distcheck fix
|
13 years ago |
Tomek Mrugalski
|
16e7be2080
IfaceMgr compilation fix for BSD systems.
|
13 years ago |
Tomek Mrugalski
|
c3b6b5bbce
Compilation fix: added missing header for distance method.
|
13 years ago |
Tomek Mrugalski
|
fe58fab6bd
[1528] ChangeLog commit-id update.
|
13 years ago |
Tomek Mrugalski
|
221f564949
Merge branch 'master' into trac1528
|
13 years ago |
Tomek Mrugalski
|
028d5ab64c
[1540] ChangeLog commit-id update.
|
13 years ago |
Tomek Mrugalski
|
a40b6c6656
Merge branch 'master' into trac1540
|
13 years ago |
Tomek Mrugalski
|
b22ff2de4d
Default values are now in range of uintX_t (Compilation fix for Solaris).
|
13 years ago |
JINMEI Tatuya
|
409ca483d1
[1964] updated the non-check mode case of logging to be consistent.
|
13 years ago |
JINMEI Tatuya
|
892f6b266a
[1964] added another test case where we can really check the thrown exception.
|
13 years ago |
JINMEI Tatuya
|
18675a2d6a
[1964] use assert() instead of throwing exception in checkExcessPlaceholders.
|
13 years ago |