Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
getdp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
getdp
getdp
Commits
42bd3303
Commit
42bd3303
authored
Mar 5, 2001
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
1e3648c7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+31
-26
31 additions, 26 deletions
README
doc/CONTRIBUTORS
+7
-6
7 additions, 6 deletions
doc/CONTRIBUTORS
with
38 additions
and
32 deletions
README
+
31
−
26
View file @
42bd3303
$Id: README,v 1.5 2001-03-05 07:47:11 geuzaine Exp $
About CVS
---------
1) The file doc/STRUCTURE contains some information about how GetDP
works internally. Please read this file to get the basic internal
working philosophy.
2) Some easy rules to make the code easy to read/debug/maintain:
- *please* enable full warnings for your compiler (e.g. gcc -Wall)
- always use Msg() to print information/errors/etc.
- begin any new function with GetDP_Begin("function_name") and end
it with GetDP_End or GetDP_Return(value). Never use 'return'
directly.
- if working under Microsoft Windows, please indent your files and
suppress the tabs before committing your changes (untabify)
3) a) The first time you want to download the latset full source by
a) The first time you want to download the latset full source by
CVS, type:
cvs -d :pserver:NAME@139.165.160.57:/usr/users57/cvs-master CMD
...
...
@@ -33,5 +23,20 @@
to commit your changes to the central repository.
--
Christophe
\ No newline at end of file
Developping in GetDP
--------------------
The file doc/STRUCTURE contains some information about how GetDP works
internally. Please read this file to get the basic internal working
philosophy.
Some easy rules to make the code easy to read/debug/maintain:
- enable full warnings for your compiler (e.g. gcc -Wall)
- always use Msg() to print information/errors/etc.
- begin any new function with GetDP_Begin("function_name") and end
it with GetDP_End or GetDP_Return(value). Never use 'return'
directly.
- if working under Microsoft Windows, please indent your files and
suppress the tabs before committing your changes (untabify)
This diff is collapsed.
Click to expand it.
doc/CONTRIBUTORS
+
7
−
6
View file @
42bd3303
$Id: CONTRIBUTORS,v 1.
3
2001-03-0
4 16:25:45
geuzaine Exp $
$Id: CONTRIBUTORS,v 1.
4
2001-03-0
5 07:47:11
geuzaine Exp $
GetDP is copyright (c) 1997-2001 by
...
...
@@ -13,10 +13,11 @@ Significant parts of the code have been contributed by
Marc Um <Marc.Ume@digitalgraphics.be>
Special thanks to the following folks who have greatly contributed by
sending patches, requests, warnings, and pleas for changes or
providing fresh ideas on theoretical or programming topics, or who
have sent patches, requests, warnings, or pleas for changes or
improvements. While attempts were made to be as complete as possible,
it is inevitable that some contributors have been omitted.
For that,
please accept our humble appologies.
it is inevitable that some contributors have been omitted.
If you are
in this situation, feel free to add yourself to this list!
Alejandro Angulo <aacusm@yahoo.com>
Geoffrey Delige <deliege@mailserv.esat.kuleuven.ac.be>
...
...
@@ -38,6 +39,6 @@ please accept our humble appologies.
Herv Tortel <tortel@loe.u-3mrs.fr>
Christophe Trophime <trophime@labs.polycnrs-gre.fr>
Finally, thanks to all of you who sent e-mail showing inter
r
est. This
Finally, thanks to all of you who sent e-mail showing interest. This
has motivated us a lot to release the code as free software and to
continue
to
improv
e
it.
continue improv
ing
it.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment